OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadGlyphPath
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/include/fxge/
fx_font.h
89
CFX_PathData*
LoadGlyphPath
(FX_DWORD glyph_index, int dest_width = 0);
480
const CFX_PathData*
LoadGlyphPath
(CFX_Font* pFont,
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp
763
const CFX_PathData* pPath = pFaceCache->
LoadGlyphPath
(
786
CFX_PathData* CPDF_Font::
LoadGlyphPath
(FX_DWORD charcode, int dest_width) {
790
return m_Font.
LoadGlyphPath
(glyph_index, dest_width);
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
210
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
604
const CFX_PathData* pPathData = pFaceCache->
LoadGlyphPath
(
Completed in 231 milliseconds