Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/bitmap/
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
Dcomposite_bitmap_glyph.h31 int32_t glyph_code() { return glyph_code_; } in glyph_code() function
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/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp121 int32_t glyph_code = encoding->GlyphFromCharCode(charcodes[i]); in CalcTextInfo() local
/external/freetype/src/cff/
Dcffload.c1642 FT_UInt glyph_code; in cff_encoding_load() local
/external/freetype/include/freetype/internal/
Dtttypes.h717 FT_UShort glyph_code; member