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

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 183 typedef struct HB_SubRule_ HB_SubRule;
188 HB_SubRule* SubRule; /* array of SubRule tables */
harfbuzz-gsub.c 1132 static HB_Error Load_SubRule( HB_SubRule* sr,
1199 static void Free_SubRule( HB_SubRule* sr )
1216 HB_SubRule* sr;
1230 if ( ALLOC_ARRAY( srs->SubRule, count, HB_SubRule ) )
1266 HB_SubRule* sr;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 183 typedef struct HB_SubRule_ HB_SubRule;
188 HB_SubRule* SubRule; /* array of SubRule tables */
harfbuzz-gsub.c 1132 static HB_Error Load_SubRule( HB_SubRule* sr,
1199 static void Free_SubRule( HB_SubRule* sr )
1216 HB_SubRule* sr;
1230 if ( ALLOC_ARRAY( srs->SubRule, count, HB_SubRule ) )
1266 HB_SubRule* sr;
    [all...]

Completed in 33 milliseconds