HomeSort by relevance Sort by last modified time
    Searched defs:gsub (Results 1 - 10 of 10) sorted by null

  /external/harfbuzz/src/
harfbuzz-open-private.h 31 #include "harfbuzz-gsub-private.h"
41 HB_GSUB_SubTable gsub; member in union:HB_SubTable_::__anon8342
harfbuzz-dump-main.c 49 HB_GSUB gsub; local
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
69 HB_Dump_GSUB_Table (gsub, stdout);
71 if ((error = HB_Done_GSUB_Table (gsub)))
harfbuzz-shaper.h 31 #include "harfbuzz-gsub.h"
212 HB_GSUB gsub; member in struct:HB_FaceRec_
harfbuzz-gsub.c 30 #include "harfbuzz-gsub-private.h"
34 static HB_Error GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub,
56 HB_GSUBHeader* gsub; local
66 if ( ALLOC ( gsub, sizeof( *gsub ) ) )
82 ( error = _HB_OPEN_Load_ScriptList( &gsub->ScriptList,
96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList,
110 ( error = _HB_OPEN_Load_LookupList( &gsub->LookupList,
114 gsub->gdef = gdef; /* can be NULL */
117 gsub->LookupList.Lookup
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open-private.h 31 #include "harfbuzz-gsub-private.h"
41 HB_GSUB_SubTable gsub; member in union:HB_SubTable_::__anon8403
harfbuzz-shaper.h 31 #include "harfbuzz-gsub.h"
181 HB_GSUB gsub; member in struct:HB_FaceRec_
harfbuzz-gsub.c 30 #include "harfbuzz-gsub-private.h"
34 static HB_Error GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub,
56 HB_GSUBHeader* gsub; local
66 if ( ALLOC ( gsub, sizeof( *gsub ) ) )
82 ( error = _HB_OPEN_Load_ScriptList( &gsub->ScriptList,
96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList,
110 ( error = _HB_OPEN_Load_LookupList( &gsub->LookupList,
114 gsub->gdef = gdef; /* can be NULL */
117 gsub->LookupList.Lookup
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 41 /* buffer var allocations, used during the GSUB/GPOS processing */
43 #define syllable() var1.u8[2] /* GSUB/GPOS shaping boundaries */
44 #define lig_props() var1.u8[3] /* GSUB/GPOS ligature tracking */
115 * GSUB/GPOS
243 struct GSUB;
254 const struct OT::GSUB *gsub; member in struct:hb_ot_layout_t
hb-ot-layout-gsub-table.hh 1392 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1399 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1268 /* cf gsub and refldbld */
1805 Cell *gsub(Node **a, int nnn) \/* global substitute *\/ function
    [all...]

Completed in 326 milliseconds