| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qharfbuzz.cpp | 
| Switch to Source code | Preprocessed file | 
| Line | Source | Count | 
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | extern "C" { | - | 
| 6 | - | |
| 7 | void HB_GetUnicodeCharProperties(HB_UChar32 ch, HB_CharCategory *category, int *combiningClass) | - | 
| 8 | { | - | 
| 9 | const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch); | - | 
| 10 | *category = (HB_CharCategory)prop->category; | - | 
| 11 | *combiningClass = prop->combiningClass; | - | 
| 12 | } never executed:  end of block | 0 | 
| 13 | - | |
| 14 | HB_CharCategory HB_GetUnicodeCharCategory(HB_UChar32 ch) | - | 
| 15 | { | - | 
| 16 |     return never executed:   (HB_CharCategory)QChar::category(ch);return (HB_CharCategory)QChar::category(ch);never executed:  return (HB_CharCategory)QChar::category(ch); | 0 | 
| 17 | } | - | 
| 18 | - | |
| 19 | int HB_GetUnicodeCharCombiningClass(HB_UChar32 ch) | - | 
| 20 | { | - | 
| 21 |     return never executed:   QChar::combiningClass(ch);return QChar::combiningClass(ch);never executed:  return QChar::combiningClass(ch); | 0 | 
| 22 | } | - | 
| 23 | - | |
| 24 | HB_UChar16 HB_GetMirroredChar(HB_UChar16 ch) | - | 
| 25 | { | - | 
| 26 |     return never executed:   QChar::mirroredChar(ch);return QChar::mirroredChar(ch);never executed:  return QChar::mirroredChar(ch); | 0 | 
| 27 | } | - | 
| 28 | - | |
| 29 | void (*HB_Library_Resolve(const char *library, int version, const char *symbol))() | - | 
| 30 | { | - | 
| 31 | - | |
| 32 | - | |
| 33 | - | |
| 34 | - | |
| 35 | - | |
| 36 | - | |
| 37 |     return executed 10 times by 2 tests:   QLibrary::resolve(QLatin1String(library), version, symbol);return QLibrary::resolve(QLatin1String(library), version, symbol);Executed by: 
 executed 10 times by 2 tests:  return QLibrary::resolve(QLatin1String(library), version, symbol);Executed by: 
  | 10 | 
| 38 | - | |
| 39 | } | - | 
| 40 | - | |
| 41 | } | - | 
| 42 | - | |
| 43 | - | |
| 44 | - | |
| 45 | HB_Bool qShapeItem(HB_ShaperItem *item) | - | 
| 46 | { | - | 
| 47 |     return never executed:   HB_ShapeItem(item);return HB_ShapeItem(item);never executed:  return HB_ShapeItem(item); | 0 | 
| 48 | } | - | 
| 49 | - | |
| 50 | HB_Face qHBNewFace(void *font, HB_GetFontTableFunc tableFunc) | - | 
| 51 | { | - | 
| 52 |     return never executed:   HB_AllocFace(font, tableFunc);return HB_AllocFace(font, tableFunc);never executed:  return HB_AllocFace(font, tableFunc); | 0 | 
| 53 | } | - | 
| 54 | - | |
| 55 | HB_Face qHBLoadFace(HB_Face face) | - | 
| 56 | { | - | 
| 57 |     return never executed:   HB_LoadFace(face);return HB_LoadFace(face);never executed:  return HB_LoadFace(face); | 0 | 
| 58 | } | - | 
| 59 | - | |
| 60 | void qHBFreeFace(HB_Face face) | - | 
| 61 | { | - | 
| 62 | HB_FreeFace(face); | - | 
| 63 | } never executed:  end of block | 0 | 
| 64 | - | |
| 65 | - | |
| Switch to Source code | Preprocessed file |