Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h418 } FXTEXT_GLYPHPOS; typedef
419 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT reti…
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp378 FXTEXT_GLYPHPOS* pGlyphAndPos = NULL; in ProcessType3Text()
380 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars); in ProcessType3Text()
405 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[i]; in ProcessType3Text()
492 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in ProcessType3Text()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp15 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT reti… in FXGE_GetGlyphsBBox()
20 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in FXGE_GetGlyphsBBox()
56 static void _AdjustGlyphSpace(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars) in _AdjustGlyphSpace()
205 FXTEXT_GLYPHPOS* pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, nChars); in DrawNormalText()
214 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()
264 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()
313 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar]; in DrawNormalText()