HomeSort by relevance Sort by last modified time
    Searched defs:gsub (Results 1 - 14 of 14) 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_::__anon20357
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_::__anon20418
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/chromium_org/third_party/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 1399 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
1406 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); local
    [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...]
  /external/chromium_org/third_party/ots/src/
gsub.cc 5 #include "gsub.h"
15 // GSUB - The Glyph Substitution Table
16 // http://www.microsoft.com/typography/otspec/gsub.htm
20 // The GSUB header size
401 file->gsub->num_lookups);
411 file->gsub->num_lookups);
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
535 // As far as I checked, following fonts contain invalid values in GSUB table.
536 // OTS will drop their GSUB table
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; 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...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 495 const OpenType::GSUBTable* gsub = OpenType::validateTable<OpenType::GSUBTable>(buffer); local
496 if (gsub)
497 gsub->getVerticalGlyphSubstitutions(&m_verticalGlyphMap, *buffer.get());

Completed in 268 milliseconds