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);