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

  /external/pdfium/core/include/fxge/
fx_font.h 77 CFX_PathData* LoadGlyphPath(FX_DWORD glyph_index, int dest_width = 0);
385 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 732 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(&pFont->m_Font, charpos.m_GlyphIndex,
753 CFX_PathData* CPDF_Font::LoadGlyphPath(FX_DWORD charcode, int dest_width)
759 return m_Font.LoadGlyphPath(glyph_index, dest_width);
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 232 class CFX_PathData* LoadGlyphPath(FX_DWORD charcode, int dest_width = 0);
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
fx_ge_ps.cpp 564 const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontCharWidth);

Completed in 63 milliseconds