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

  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 12 CFX_Font::CFX_Font()
29 CFX_Font::~CFX_Font()
66 void CFX_Font::DeleteFace()
71 FX_BOOL CFX_Font::LoadSubst(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
136 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile)
152 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index)
185 FX_BOOL CFX_Font::LoadEmbedded(FX_LPCBYTE data, FX_DWORD size)
203 FX_BOOL CFX_Font::IsTTFont()
    [all...]
text_int.h 50 CFX_UnicodeEncoding(CFX_Font* pFont);
53 CFX_Font* m_pFont;
fx_ge_linux.cpp 21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
27 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, const CFX_AffineMatrix* pMatrix,
32 void CFX_Font::ReleasePlatformResource()
fx_ge_text.cpp 150 CFX_Font* pFont, CFX_FontCache* pCache,
    [all...]
fx_ge_ps.cpp 11 CFX_Font* m_pFont;
509 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos,
604 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
  /external/pdfium/core/include/fxge/
fx_font.h 53 class CFX_Font : public CFX_Object
56 CFX_Font();
57 ~CFX_Font();
159 IFX_FontEncoding* FXGE_CreateUnicodeEncoding(CFX_Font* pFont);
348 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
349 void ReleaseCachedFace(CFX_Font* pFont);
359 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont)
369 CFX_Font* m_pFont;
383 const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix,
385 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width);
    [all...]
fx_ge.h 18 class CFX_Font;
438 CFX_Font* pFont, CFX_FontCache* pCache,
444 CFX_Font* pFont, CFX_FontCache* pCache,
618 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
697 FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache,
729 void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, int& ps_fontnum, int &ps_glyphindex);
  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 33 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font * pFont,
44 CFX_Font* pFont,
105 CFX_Font * pFont,
164 void CFX_Font::ReleasePlatformResource()
apple_int.h 154 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
165 CFX_Font* pFont,
fx_quartz_device.cpp 804 CFX_Font* pFont,
    [all...]
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 92 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 33 class CFX_Font;
234 CFX_Font m_Font;
fpdf_parser.h 25 class CFX_Font;
151 CPDF_Font* AddFont(CFX_Font* pFont, int charset, FX_BOOL bVert);
  /external/pdfium/core/src/fxge/win32/
win32_int.h 224 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
fx_win32_print.cpp 420 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 189 CFX_Font* pFXFont = new CFX_Font();
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 425 IFX_GSUBTable* FXGE_CreateGSUBTable(CFX_Font* pFont)
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
    [all...]

Completed in 295 milliseconds