HomeSort by relevance Sort by last modified time
    Searched defs:gsub (Results 1 - 5 of 5) 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_::__anon7227
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...]
  /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 60 milliseconds