Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp369 FXTEXT_GLYPHPOS* pGlyphAndPos = NULL; in ProcessType3Text()
371 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars); in ProcessType3Text()
396 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[i]; in ProcessType3Text()
493 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in ProcessType3Text()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp44 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, in FXGE_GetGlyphsBBox()
52 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in FXGE_GetGlyphsBBox()
89 static void _AdjustGlyphSpace(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars) { in _AdjustGlyphSpace()
272 FXTEXT_GLYPHPOS* pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, nChars); in DrawNormalText()
281 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()
337 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()
387 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()
/external/pdfium/core/include/fxge/
Dfx_font.h512 struct FXTEXT_GLYPHPOS { struct
520 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, argument