Searched refs:FXTEXT_GLYPHPOS (Results 1 – 3 of 3) sorted by relevance
369 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()
44 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()
512 struct FXTEXT_GLYPHPOS { struct520 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, argument