Searched refs:TextGlyphPos (Results 1 – 6 of 6) sorted by relevance
12 TextGlyphPos::TextGlyphPos() = default;14 TextGlyphPos::TextGlyphPos(const TextGlyphPos&) = default;16 TextGlyphPos::~TextGlyphPos() = default;18 Optional<CFX_Point> TextGlyphPos::GetOrigin(const CFX_Point& offset) const { in GetOrigin()
17 class TextGlyphPos {19 TextGlyphPos();20 TextGlyphPos(const TextGlyphPos&);21 ~TextGlyphPos();
54 class TextGlyphPos; variable56 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias);
34 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias) { in GetGlyphsBBox()37 for (const TextGlyphPos& glyph : glyphs) { in GetGlyphsBBox()
37 void AdjustGlyphSpace(std::vector<TextGlyphPos>* pGlyphAndPos) { in AdjustGlyphSpace()39 std::vector<TextGlyphPos>& glyphs = *pGlyphAndPos; in AdjustGlyphSpace()45 const TextGlyphPos& next = glyphs[i]; in AdjustGlyphSpace()49 TextGlyphPos& current = glyphs[i - 1]; in AdjustGlyphSpace()916 std::vector<TextGlyphPos> glyphs(nChars); in DrawNormalText()920 TextGlyphPos& glyph = glyphs[i]; in DrawNormalText()961 for (const TextGlyphPos& glyph : glyphs) { in DrawNormalText()1001 for (const TextGlyphPos& glyph : glyphs) { in DrawNormalText()
963 std::vector<TextGlyphPos> glyphs; in ProcessType3Text()983 const TextGlyphPos& glyph = glyphs[i]; in ProcessType3Text()1100 for (const TextGlyphPos& glyph : glyphs) { in ProcessType3Text()