/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 180 const char CFX_Font::s_AngleSkew[] = { 185 const uint8_t CFX_Font::s_WeightPow[] = { 194 const uint8_t CFX_Font::s_WeightPow_11[] = { 203 const uint8_t CFX_Font::s_WeightPow_SHIFTJIS[] = { 212 CFX_Font::CFX_Font() in CFX_Font() function in CFX_Font 227 void CFX_Font::SetFace(FXFT_Face face) { in SetFace() 232 void CFX_Font::SetSubstFont(std::unique_ptr<CFX_SubstFont> subst) { in SetSubstFont() 237 CFX_Font::~CFX_Font() { in ~CFX_Font() 251 void CFX_Font::DeleteFace() { in DeleteFace() 260 void CFX_Font::LoadSubst(const ByteString& face_name, in LoadSubst() [all …]
|
D | cfx_facecache.h | 22 class CFX_Font; variable 29 const CFX_GlyphBitmap* LoadGlyphBitmap(const CFX_Font* pFont, 36 const CFX_PathData* LoadGlyphPath(const CFX_Font* pFont, 41 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont); 49 std::unique_ptr<CFX_GlyphBitmap> RenderGlyph(const CFX_Font* pFont, 56 const CFX_Font* pFont, 61 CFX_GlyphBitmap* LookUpGlyphBitmap(const CFX_Font* pFont,
|
D | cfx_facecache.cpp | 72 const CFX_Font* pFont, in RenderGlyph() 99 static_cast<size_t>(-skew) < CFX_Font::kAngleSkewArraySize) { in RenderGlyph() 100 skew = -CFX_Font::s_AngleSkew[-skew]; in RenderGlyph() 137 if (index >= CFX_Font::kWeightPowArraySize) in RenderGlyph() 141 level = CFX_Font::s_WeightPow_SHIFTJIS[index] * 2; in RenderGlyph() 143 level = CFX_Font::s_WeightPow_11[index]; in RenderGlyph() 194 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() 215 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(const CFX_Font* pFont, in LoadGlyphBitmap() 316 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() 337 const CFX_Font* pFont, in LookUpGlyphBitmap()
|
D | cfx_fontcache.h | 24 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont); 25 void ReleaseCachedFace(const CFX_Font* pFont); 27 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
|
D | cfx_unicodeencoding.h | 32 class CFX_Font; variable 36 explicit CFX_UnicodeEncoding(CFX_Font* pFont); 42 CFX_Font* m_pFont; // Unowned, not nullptr.
|
D | cfx_fontcache.cpp | 28 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) { in GetCachedFace() 50 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() 55 void CFX_FontCache::ReleaseCachedFace(const CFX_Font* pFont) { in ReleaseCachedFace()
|
D | cfx_unicodeencodingex.cpp | 29 CFX_Font* pFont, in FXFM_CreateFontEncoding() 38 CFX_UnicodeEncodingEx::CFX_UnicodeEncodingEx(CFX_Font* pFont, in CFX_UnicodeEncodingEx() 88 CFX_Font* pFont, in FX_CreateFontEncodingEx()
|
D | cfx_font.h | 28 class CFX_Font { 30 CFX_Font(); 31 ~CFX_Font();
|
D | cfx_unicodeencodingex.h | 20 CFX_UnicodeEncodingEx(CFX_Font* pFont, uint32_t EncodingID); 33 CFX_Font* pFont,
|
D | ifx_renderdevicedriver.h | 18 class CFX_Font; variable 93 CFX_Font* pFont,
|
D | cfx_renderdevice.h | 17 class CFX_Font; variable 212 CFX_Font* pFont, 219 CFX_Font* pFont,
|
D | cfx_unicodeencoding.cpp | 14 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {} in CFX_UnicodeEncoding()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.h | 34 static RetainPtr<CFGAS_GEFont> LoadFont(CFX_Font* pExternalFont, 37 std::unique_ptr<CFX_Font> pInternalFont, 50 CFX_Font* GetDevFont() const { return m_pFont; } in GetDevFont() 73 bool LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont); 74 bool LoadFontInternal(CFX_Font* pExternalFont); 83 CFX_Font* m_pFont;
|
D | cfgas_gefont.cpp | 39 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont, in LoadFont() 49 std::unique_ptr<CFX_Font> pInternalFont, in LoadFont() 83 m_pFont = new CFX_Font; in LoadFontInternal() 99 bool CFGAS_GEFont::LoadFontInternal(CFX_Font* pExternalFont) { in LoadFontInternal() 108 bool CFGAS_GEFont::LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont) { in LoadFontInternal()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_font.h | 86 CFX_Font* GetFont() { return &m_Font; } in GetFont() 87 const CFX_Font* GetFont() const { return &m_Font; } in GetFont() 88 CFX_Font* GetFontFallback(int position); 112 CFX_Font m_Font; 113 std::vector<std::unique_ptr<CFX_Font>> m_FontFallbacks;
|
/external/pdfium/fxbarcode/oned/ |
D | BC_OneDimWriter.h | 18 class CFX_Font; variable 47 bool SetFont(CFX_Font* cFont); 59 CFX_Font* cFont, 89 UnownedPtr<CFX_Font> m_pFont;
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 20 CFX_Font* GetFont(CPDF_Font* pFont, int32_t position) { in GetFont() 52 CFX_Font* font = GetFont(pFont, fontPosition); in DrawTextPath() 62 CFX_Font* font = GetFont(pFont, fontPosition); in DrawTextPath() 154 CFX_Font* font = GetFont(pFont, fontPosition); in DrawNormalText() 163 CFX_Font* font = GetFont(pFont, fontPosition); in DrawNormalText()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.h | 21 class CFX_Font; variable 72 CFX_Font* pFont, 83 CFX_Font* pFont,
|
D | win32_int.h | 261 CFX_Font* pFont, 320 CFX_Font* pFont, 383 CFX_Font* pFont,
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 33 CFX_Font* pFont, in CGDrawGlyphRun() 105 CFX_Font* pFont, in DrawDeviceText() 169 const CFX_Font* pFont, in RenderGlyph_Nativetext() 177 void CFX_Font::ReleasePlatformResource() { in ReleasePlatformResource()
|
/external/pdfium/fxbarcode/ |
D | cbc_onecode.h | 17 class CFX_Font; variable 30 virtual bool SetFont(CFX_Font* cFont);
|
/external/pdfium/xfa/fwl/ |
D | cfx_barcode.h | 19 class CFX_Font; variable 46 bool SetFont(CFX_Font* pFont);
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.h | 21 class CFX_Font; variable 94 CPDF_Font* AddFont(CFX_Font* pFont, int charset, bool bVert);
|
/external/pdfium/fpdfsdk/ |
D | fpdfedittext.cpp | 32 CFX_Font* pFont, in LoadFontDesc() 242 std::unique_ptr<CFX_Font> pFont, in LoadSimpleFont() 285 std::unique_ptr<CFX_Font> pFont, in LoadCompositeFont() 450 auto pFont = pdfium::MakeUnique<CFX_Font>(); in FPDFText_LoadFont()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 45 CFX_Font* pFxFont = pFont->GetDevFont(); in DrawString() 58 CFX_Font FxFont; in DrawString() 79 CFX_Font* font; in DrawString() 102 CFX_Font* font; in DrawString()
|