HomeSort by relevance Sort by last modified time
    Searched refs:ClassFormat (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz/src/
harfbuzz-open.h 255 HB_Byte ClassFormat; /* 1 or 2 */
harfbuzz-open.c 1087 cd->ClassFormat = GET_UShort();
1091 switch ( cd->ClassFormat )
1112 cd->ClassFormat = 1; /* Meaningless */
1154 switch ( cd->ClassFormat )
1267 switch ( cd->ClassFormat )
harfbuzz-dump.c 227 DUMP_FUINT( ClassDefinition, ClassFormat);
230 if (ClassDefinition->ClassFormat == 1)
241 else if (ClassDefinition->ClassFormat == 2)
harfbuzz-gdef.c 809 gcd->ClassFormat = 2;

Completed in 1125 milliseconds