Home
last modified time | relevance | path

Searched defs:glyph_code (Results 1 – 6 of 6) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; } in glyph_code() function
Dindex_sub_table_format4.cc90 IndexSubTableFormat4::CodeOffsetPair::CodeOffsetPair(int32_t glyph_code, in CodeOffsetPair()
100 int32_t glyph_code, int32_t offset) in CodeOffsetPairBuilder()
298 int32_t glyph_code = data->ReadUShort(offset + in Initialize() local
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); in Next() local
Dindex_sub_table_format4.h29 int32_t glyph_code() const { return glyph_code_; } in glyph_code() function
Dcomposite_bitmap_glyph.cc83 CompositeBitmapGlyph::Component::Component(int32_t glyph_code, in Component()
/external/freetype/src/cff/
Dcffload.c1636 FT_UInt glyph_code; in cff_encoding_load() local
/external/freetype/include/freetype/internal/
Dtttypes.h808 FT_UShort glyph_code; member