HomeSort by relevance Sort by last modified time
    Searched refs:FXTEXT_GLYPHPOS (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 390 FXTEXT_GLYPHPOS* pGlyphAndPos = NULL;
392 pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, textobj->m_nChars);
393 FXSYS_memset32(pGlyphAndPos, 0, sizeof(FXTEXT_GLYPHPOS) * textobj->m_nChars);
418 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[i];
505 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
  /external/pdfium/core/include/fxge/
fx_font.h 415 } FXTEXT_GLYPHPOS;
416 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 15 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY)
20 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
56 static void _AdjustGlyphSpace(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars)
227 FXTEXT_GLYPHPOS* pGlyphAndPos = FX_Alloc(FXTEXT_GLYPHPOS, nChars);
239 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
289 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
338 FXTEXT_GLYPHPOS& glyph = pGlyphAndPos[iChar];
    [all...]

Completed in 152 milliseconds