Home
last modified time | relevance | path

Searched refs:FXTEXT_GLYPHPOS (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dfx_ge_text.cpp30 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS() : m_pGlyph(nullptr) {} in FXTEXT_GLYPHPOS() function in FXTEXT_GLYPHPOS
32 FXTEXT_GLYPHPOS::FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&) = default;
34 FXTEXT_GLYPHPOS::~FXTEXT_GLYPHPOS(){}; in ~FXTEXT_GLYPHPOS()
45 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs, in FXGE_GetGlyphsBBox()
51 for (const FXTEXT_GLYPHPOS& glyph : glyphs) { in FXGE_GetGlyphsBBox()
Dfx_font.h86 class FXTEXT_GLYPHPOS {
88 FXTEXT_GLYPHPOS();
89 FXTEXT_GLYPHPOS(const FXTEXT_GLYPHPOS&);
90 ~FXTEXT_GLYPHPOS();
97 FX_RECT FXGE_GetGlyphsBBox(const std::vector<FXTEXT_GLYPHPOS>& glyphs,
Dcfx_renderdevice.cpp31 void AdjustGlyphSpace(std::vector<FXTEXT_GLYPHPOS>* pGlyphAndPos) { in AdjustGlyphSpace()
33 std::vector<FXTEXT_GLYPHPOS>& glyphs = *pGlyphAndPos; in AdjustGlyphSpace()
39 FXTEXT_GLYPHPOS& next = glyphs[i]; in AdjustGlyphSpace()
43 FXTEXT_GLYPHPOS& current = glyphs[i - 1]; in AdjustGlyphSpace()
936 std::vector<FXTEXT_GLYPHPOS> glyphs(nChars); in DrawNormalText()
946 FXTEXT_GLYPHPOS& glyph = glyphs[i]; in DrawNormalText()
997 for (const FXTEXT_GLYPHPOS& glyph : glyphs) { in DrawNormalText()
1033 for (const FXTEXT_GLYPHPOS& glyph : glyphs) { in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1860 std::vector<FXTEXT_GLYPHPOS> glyphs; in ProcessType3Text()
1883 const FXTEXT_GLYPHPOS& glyph = glyphs[i]; in ProcessType3Text()
1982 for (const FXTEXT_GLYPHPOS& glyph : glyphs) { in ProcessType3Text()