Searched refs:GlyphOffset (Results 1 – 14 of 14) sorted by relevance
77 int32_t GlyphOffset(int32_t glyph_id);153 int32_t GlyphOffset(int32_t glyph_id);
26 int32_t LocaTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable128 int32_t LocaTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::LocaTable::Builder
66 virtual int32_t GlyphOffset(int32_t glyph_id);138 virtual int32_t GlyphOffset(int32_t glyph_id);
101 int32_t GlyphOffset(int32_t glyph_id);145 int32_t GlyphOffset(int32_t glyph_id);
87 int32_t BitmapSizeTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable92 return subtable->GlyphOffset(glyph_id); in GlyphOffset()338 int32_t BitmapSizeTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::BitmapSizeTable::Builder343 return subtable->GlyphOffset(glyph_id); in GlyphOffset()
46 int32_t IndexSubTable::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable118 int32_t IndexSubTable::Builder::GlyphOffset(int32_t glyph_id) { in GlyphOffset() function in sfntly::IndexSubTable::Builder
50 EXPECT_EQ(loca->GlyphOffset(i), LOCAS[i]); in VerifyLOCA()
97 EXPECT_EQ(sub1->GlyphOffset(i), STRIKE4_SUB1_GLYPH_OFFSET[i]); in CommonReadingTest()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
228 int32_t offset = loca_table_->GlyphOffset(glyph_id); in ResolveCompositeGlyphs()
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()
234 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()293 int32_t offset = loca_table->GlyphOffset(*i); in SetupGlyfBuilders()
1368 GlyphOffset = ImVec2(0.0f, 0.0f); in ImFontConfig()1689 r.GlyphOffset = offset; in AddCustomRectFontGlyph()2013 const float font_off_x = cfg.GlyphOffset.x; in ImFontAtlasBuildWithStbTruetype()2014 const float font_off_y = cfg.GlyphOffset.y + (float)(int)(dst_font->Ascent + 0.5f); in ImFontAtlasBuildWithStbTruetype()2140 …r.Font->AddGlyph((ImWchar)r.ID, r.GlyphOffset.x, r.GlyphOffset.y, r.GlyphOffset.x + r.Width, r.Gly… in ImFontAtlasBuildFinish()
1923 ImVec2 GlyphOffset; // 0, 0 // Offset all glyphs from this font input. member2038 …ImVec2 GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph dis… member2040 … 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0f; GlyphOffset = ImVec2(0,0); … in CustomRect()