Home
last modified time | relevance | path

Searched refs:CFX_Font (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp12 CFX_Font::CFX_Font() in CFX_Font() function in CFX_Font
29 CFX_Font::~CFX_Font() in ~CFX_Font()
61 void CFX_Font::DeleteFace() in DeleteFace()
66 FX_BOOL CFX_Font::LoadSubst(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags, in LoadSubst()
125 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile) in LoadFile()
141 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index) in GetGlyphWidth()
174 FX_BOOL CFX_Font::LoadEmbedded(FX_LPCBYTE data, FX_DWORD size) in LoadEmbedded()
184 FX_BOOL CFX_Font::IsTTFont() in IsTTFont()
191 int CFX_Font::GetAscent() const in GetAscent()
199 int CFX_Font::GetDescent() const in GetDescent()
[all …]
Dtext_int.h53 CFX_UnicodeEncoding(CFX_Font* pFont);
56 CFX_Font* m_pFont;
Dfx_ge_text.cpp128 CFX_Font* pFont, CFX_FontCache* pCache, in DrawNormalText()
920 CFX_Font* pFont, CFX_FontCache* pCache, in DrawTextPath()
974 CFX_FaceCache* CFX_FontCache::GetCachedFace(CFX_Font* pFont) in GetCachedFace()
991 void CFX_FontCache::ReleaseCachedFace(CFX_Font* pFont) in ReleaseCachedFace()
1064 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, in LookUpGlyphBitmap()
1084 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOO… in LoadGlyphBitmap()
1170 void CFX_Font::AdjustMMParams(int glyph_index, int dest_width, int weight) in AdjustMMParams()
1282 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontSty… in RenderGlyph()
1393 FX_BOOL _OutputGlyph(void* dib, int x, int y, CFX_Font* pFont, in _OutputGlyph()
1424 FX_BOOL OutputText(void* dib, int x, int y, CFX_Font* pFont, double font_size, in OutputText()
[all …]
Dfx_ge_ps.cpp11 CFX_Font* m_pFont;
499 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARP… in FindPSFontGlyph()
591 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, in DrawText()
/external/pdfium/core/include/fxge/
Dfx_font.h51 class CFX_Font
54 CFX_Font();
55 ~CFX_Font();
157 IFX_FontEncoding* FXGE_CreateUnicodeEncoding(CFX_Font* pFont);
351 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
352 void ReleaseCachedFace(CFX_Font* pFont);
362 CFX_AutoFontCache(CFX_FontCache* pFontCache, CFX_Font* pFont) in CFX_AutoFontCache()
372 CFX_Font* m_pFont;
386 …const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, …
388 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width);
[all …]
Dfx_ge.h16 class CFX_Font; variable
434 CFX_Font* pFont, CFX_FontCache* pCache,
440 CFX_Font* pFont, CFX_FontCache* pCache,
614 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
695 …FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCa…
727 …void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, …
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp33 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font * pFont, in RenderGlyph_Nativetext()
44 CFX_Font* pFont, in _CGDrawGlyphRun()
105 CFX_Font * pFont, in DrawDeviceText()
164 void CFX_Font::ReleasePlatformResource() in ReleasePlatformResource()
Dapple_int.h155 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
166 CFX_Font* pFont,
Dfx_quartz_device.cpp804 CFX_Font* pFont, in CG_DrawGlypRun()
880 CFX_Font* pFont, in DrawDeviceText()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h75 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
Dfx_skia_device.cpp246 FX_BOOL CFX_SkiaDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* … in DrawDeviceText()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h94 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h31 class CFX_Font; variable
249 CFX_Font m_Font;
Dfpdf_parser.h22 class CFX_Font; variable
146 CPDF_Font* AddFont(CFX_Font* pFont, int charset, FX_BOOL bVert);
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h226 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
Dfx_win32_print.cpp408 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp189 CFX_Font* pFXFont = new CFX_Font(); in AddNativeTrueTypeFontToPDF()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp843 static void _InsertWidthArray1(CFX_Font* pFont, IFX_FontEncoding* pEncoding, FX_WCHAR start, FX_WCH… in _InsertWidthArray1()
869 CPDF_Font* CPDF_Document::AddFont(CFX_Font* pFont, int charset, FX_BOOL bVert) in AddFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp425 IFX_GSUBTable* FXGE_CreateGSUBTable(CFX_Font* pFont) in FXGE_CreateGSUBTable()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText()