Home
last modified time | relevance | path

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

12

/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp38 CFX_UnicodeEncodingEx* _FXFM_CreateFontEncoding(CFX_Font* pFont, in _FXFM_CreateFontEncoding()
52 CFX_Font::CFX_Font() { in CFX_Font() function in CFX_Font
73 FX_BOOL CFX_Font::LoadClone(const CFX_Font* pFont) { in LoadClone()
107 CFX_Font::~CFX_Font() { in ~CFX_Font()
136 void CFX_Font::DeleteFace() { in DeleteFace()
140 void CFX_Font::LoadSubst(const CFX_ByteString& face_name, in LoadSubst()
207 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile, in LoadFile()
228 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index) { in GetGlyphWidth()
246 FX_BOOL CFX_Font::LoadEmbedded(const uint8_t* data, FX_DWORD size) { in LoadEmbedded()
256 FX_BOOL CFX_Font::IsTTFont() const { in IsTTFont()
[all …]
Dfx_ge_text.cpp176 CFX_Font* pFont, in DrawNormalText()
1108 CFX_Font* pFont, in DrawTextPath()
1174 CFX_FaceCache* CFX_FontCache::GetCachedFace(CFX_Font* pFont) { in GetCachedFace()
1195 void CFX_FontCache::ReleaseCachedFace(CFX_Font* pFont) { in ReleaseCachedFace()
1250 CFX_Font* pFont, in LookUpGlyphBitmap()
1277 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, in LoadGlyphBitmap()
1378 void CFX_Font::AdjustMMParams(int glyph_index, int dest_width, int weight) { in AdjustMMParams()
1508 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont, in RenderGlyph()
1643 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(CFX_Font* pFont, in LoadGlyphPath()
1789 CFX_PathData* CFX_Font::LoadGlyphPath(FX_DWORD glyph_index, int dest_width) { in LoadGlyphPath()
Dfx_ge_ps.cpp12 CFX_Font* m_pFont;
538 CFX_Font* pFont, in FindPSFontGlyph()
644 CFX_Font* pFont, in DrawText()
/external/pdfium/core/include/fxge/
Dfx_font.h61 class CFX_Font {
63 CFX_Font();
64 ~CFX_Font();
81 FX_BOOL LoadClone(const CFX_Font* pFont);
167 explicit CFX_UnicodeEncoding(CFX_Font* pFont);
174 CFX_Font* m_pFont;
180 CFX_UnicodeEncodingEx(CFX_Font* pFont, FX_DWORD EncodingID);
192 CFX_Font* pFont,
444 CFX_FaceCache* GetCachedFace(CFX_Font* pFont);
445 void ReleaseCachedFace(CFX_Font* pFont);
[all …]
Dfx_ge.h13 class CFX_Font; variable
380 CFX_Font* pFont,
391 CFX_Font* pFont,
594 CFX_Font* pFont,
684 CFX_Font* pFont,
722 CFX_Font* pFont,
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OneDimWriter.h15 class CFX_Font; variable
65 virtual FX_BOOL SetFont(CFX_Font* cFont);
71 CFX_Font* m_pFont;
85 CFX_Font* cFont,
DBC_OneDimWriter.cpp62 FX_BOOL CBC_OneDimWriter::SetFont(CFX_Font* cFont) { in SetFont()
133 CFX_Font* cFont, in CalcTextInfo()
/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp35 CFX_Font* pFont, in RenderGlyph_Nativetext()
45 CFX_Font* pFont, in _CGDrawGlyphRun()
102 CFX_Font* pFont, in DrawDeviceText()
164 void CFX_Font::ReleasePlatformResource() { in ReleasePlatformResource()
Dapple_int.h167 CFX_Font* pFont,
187 CFX_Font* pFont,
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp79 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, in LoadFont()
131 m_pFont = new CFX_Font; in CFX_GEFont()
229 m_pFont = new CFX_Font; in LoadFont()
250 m_pFont = new CFX_Font; in LoadFont()
269 m_pFont = new CFX_Font; in LoadFont()
291 m_pFont = new CFX_Font; in LoadFont()
303 FX_BOOL CFX_GEFont::LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver) { in LoadFont()
Dfx_gefont.h27 FX_BOOL LoadFont(CFX_Font* pExtFont, FX_BOOL bTakeOver = FALSE);
61 CFX_Font* m_pFont;
Dfx_stdfontmgr.cpp133 CFX_Font* pFXFont = new CFX_Font; in GetDefFontByUnicode()
868 FXFT_Face pFace = ((CFX_Font*)pFont->GetDevFont())->GetFace(); in VerifyUnicode()
948 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()
954 CFX_Font* pInternalFont = new CFX_Font; in LoadFont()
977 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp113 CFX_Font* pCXFont = in GenerateBarcodeImageCache()
114 pFont ? static_cast<CFX_Font*>(pFont->GetDevFont()) : nullptr; in GenerateBarcodeImageCache()
Dfxmath_barcodeimp.cpp142 FX_BOOL CFX_Barcode::SetFont(CFX_Font* pFont) { in SetFont()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp142 CFX_Font* pFxFont = (CFX_Font*)pFont->GetDevFont(); in DrawString()
165 CFX_Font FxFont; in DrawString()
179 pFxFont = (CFX_Font*)pCurFont->GetDevFont(); in DrawString()
200 pFxFont = (CFX_Font*)pCurFont->GetDevFont(); in DrawString()
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h131 class CFX_Font; variable
225 FX_ERR SetFont(CFX_Font* font);
307 CFX_Font* _font;
/external/pdfium/xfa/include/fwl/basewidget/
Dfxmath_barcode.h35 virtual FX_BOOL SetFont(CFX_Font* pFont) = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfxmath_barcodeimp.h37 virtual FX_BOOL SetFont(CFX_Font* pFont);
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.h116 CFX_Font* pFont,
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h117 CFX_Font* pFont,
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h16 class CFX_Font; variable
100 virtual FX_BOOL SetFont(CFX_Font* cFont);
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h18 class CFX_Font; variable
212 CFX_Font m_Font;
Dfpdf_parser.h17 class CFX_Font; variable
142 CPDF_Font* AddFont(CFX_Font* pFont, int charset, FX_BOOL bVert);
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h63 static IFX_Font* LoadFont(CFX_Font* pExtFont,
/external/pdfium/core/src/fxge/win32/
Dwin32_int.h348 CFX_Font* pFont,

12