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

  /external/pdfium/core/include/fxge/
fx_font.h 419 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/fpdfapi/fpdf_render/
fpdf_render_text.cpp 484 FX_RECT rect = FXGE_GetGlyphsBBox(pGlyphAndPos, textobj->m_nChars, 0, sa, sd);
  /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)
238 FX_RECT bmp_rect1 = FXGE_GetGlyphsBBox(pGlyphAndPos, nChars, anti_alias);
    [all...]

Completed in 197 milliseconds