Searched refs:CFX_GlyphBitmap (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 372 class CFX_GlyphBitmap : public CFX_Object 383 …const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, … 391 CFX_GlyphBitmap* RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, 393 CFX_GlyphBitmap* RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, 395 …CFX_GlyphBitmap* LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, CFX_By… 412 const CFX_GlyphBitmap* m_pGlyph;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 24 CFX_GlyphBitmap* CPDF_Type3Cache::LoadGlyph(FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_… in LoadGlyph() 35 CFX_GlyphBitmap* pGlyphBitmap; in LoadGlyph() 47 CFX_GlyphBitmap* pGlyphBitmap; in ~CPDF_Type3Glyphs() 125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX… in RenderGlyph() 170 CFX_GlyphBitmap* pGlyph = FX_NEW CFX_GlyphBitmap; in RenderGlyph() 470 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd); in ProcessType3Text()
|
D | render_int.h | 27 class CFX_GlyphBitmap; variable 36 …CFX_GlyphBitmap* LoadGlyph(FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaSca… 38 …CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* …
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 21 const CFX_GlyphBitmap* pGlyph = glyph.m_pGlyph; in FXGE_GetGlyphsBBox() 1100 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, in LookUpGlyphBitmap() 1112 CFX_GlyphBitmap* pGlyphBitmap = NULL; in LookUpGlyphBitmap() 1123 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOO… in LoadGlyphBitmap() 1164 CFX_GlyphBitmap* pGlyphBitmap; in LoadGlyphBitmap() 1204 CFX_GlyphBitmap* pGlyphBitmap = NULL; in ~CFX_SizeGlyphCache() 1368 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontSty… in RenderGlyph() 1442 CFX_GlyphBitmap* pGlyphBitmap = FX_NEW CFX_GlyphBitmap; in RenderGlyph()
|
D | fx_ge_linux.cpp | 27 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, const… in RenderGlyph_Nativetext()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 33 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font * pFont, in RenderGlyph_Nativetext()
|