Home
last modified time | relevance | path

Searched defs:GlyphOffset (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dloca_table.cc26 int32_t LocaTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable
128 int32_t LocaTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable::Builder
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table.cc46 int32_t IndexSubTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable
118 int32_t IndexSubTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable::Builder
Dbitmap_size_table.cc87 int32_t BitmapSizeTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable
338 int32_t BitmapSizeTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable::Builder
/external/mesa3d/src/imgui/
Dimgui.h1923 ImVec2 GlyphOffset; // 0, 0 // Offset all glyphs from this font input. member
2038 …ImVec2 GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph dis… member