Home
last modified time | relevance | path

Searched refs:TextGlyphPos (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dtext_glyph_pos.cpp12 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()
Dtext_glyph_pos.h17 class TextGlyphPos {
19 TextGlyphPos();
20 TextGlyphPos(const TextGlyphPos&);
21 ~TextGlyphPos();
Dfx_font.h54 class TextGlyphPos; variable
56 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias);
Dfx_font.cpp34 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias) { in GetGlyphsBBox()
37 for (const TextGlyphPos& glyph : glyphs) { in GetGlyphsBBox()
Dcfx_renderdevice.cpp37 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()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp963 std::vector<TextGlyphPos> glyphs; in ProcessType3Text()
983 const TextGlyphPos& glyph = glyphs[i]; in ProcessType3Text()
1100 for (const TextGlyphPos& glyph : glyphs) { in ProcessType3Text()