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

1 2

  /external/pdfium/core/fxge/
cfx_fontcache.h 23 CFX_FaceCache* GetCachedFace(const CFX_Font* pFont);
24 void ReleaseCachedFace(const CFX_Font* pFont);
26 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
cfx_unicodeencodingex.h 21 CFX_UnicodeEncodingEx(CFX_Font* pFont, uint32_t EncodingID);
34 CFX_Font* pFont,
cfx_facecache.h 20 const CFX_GlyphBitmap* LoadGlyphBitmap(const CFX_Font* pFont,
27 const CFX_PathData* LoadGlyphPath(const CFX_Font* pFont,
32 CFX_TypeFace* GetDeviceCache(const CFX_Font* pFont);
36 CFX_GlyphBitmap* RenderGlyph(const CFX_Font* pFont,
42 CFX_GlyphBitmap* RenderGlyph_Nativetext(const CFX_Font* pFont,
47 CFX_GlyphBitmap* LookUpGlyphBitmap(const CFX_Font* pFont,
cfx_unicodeencoding.h 37 explicit CFX_UnicodeEncoding(CFX_Font* pFont);
43 CFX_Font* m_pFont; // Unowned, not nullptr.
fx_font.h 101 class CFX_Font {
103 CFX_Font();
104 ~CFX_Font();
123 bool LoadClone(const CFX_Font* pFont);
ifx_renderdevicedriver.h 14 class CFX_Font;
88 CFX_Font* pFont,
ifx_renderdevicedriver.cpp 69 CFX_Font* pFont,
cfx_renderdevice.h 16 class CFX_Font;
205 CFX_Font* pFont,
212 CFX_Font* pFont,
  /external/pdfium/xfa/fxbarcode/
cbc_onecode.h 15 class CFX_Font;
29 virtual bool SetFont(CFX_Font* cFont);
cbc_onecode.cpp 59 bool CBC_OneCode::SetFont(CFX_Font* cFont) {
  /external/pdfium/core/fxge/ge/
cfx_font.cpp 182 const char CFX_Font::s_AngleSkew[] = {
187 const uint8_t CFX_Font::s_WeightPow[] = {
196 const uint8_t CFX_Font::s_WeightPow_11[] = {
205 const uint8_t CFX_Font::s_WeightPow_SHIFTJIS[] = {
214 CFX_Font::CFX_Font()
233 bool CFX_Font::LoadClone(const CFX_Font* pFont) {
260 void CFX_Font::SetFace(FXFT_Face face) {
267 CFX_Font::~CFX_Font()
    [all...]
cfx_fontcache.cpp 27 CFX_FaceCache* CFX_FontCache::GetCachedFace(const CFX_Font* pFont) {
47 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) {
52 void CFX_FontCache::ReleaseCachedFace(const CFX_Font* pFont) {
cfx_unicodeencodingex.cpp 25 CFX_UnicodeEncodingEx* FXFM_CreateFontEncoding(CFX_Font* pFont,
34 CFX_UnicodeEncodingEx::CFX_UnicodeEncodingEx(CFX_Font* pFont,
83 CFX_UnicodeEncodingEx* FX_CreateFontEncodingEx(CFX_Font* pFont,
cfx_unicodeencoding.cpp 12 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {}
cfx_facecache.cpp 94 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(const CFX_Font* pFont,
121 static_cast<size_t>(-skew) < CFX_Font::kAngleSkewArraySize) {
122 skew = -CFX_Font::s_AngleSkew[-skew];
160 if (index >= CFX_Font::kWeightPowArraySize)
164 level = CFX_Font::s_WeightPow_SHIFTJIS[index] * 2;
166 level = CFX_Font::s_WeightPow_11[index];
228 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(const CFX_Font* pFont,
257 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(const CFX_Font* pFont,
355 CFX_TypeFace* CFX_FaceCache::GetDeviceCache(const CFX_Font* pFont) {
371 const CFX_Font* pFont
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 36 static CFX_RetainPtr<CFGAS_GEFont> LoadFont(CFX_Font* pExternalFont,
39 std::unique_ptr<CFX_Font> pInternalFont,
61 CFX_Font* GetDevFont() const { return m_pFont; }
83 bool LoadFontInternal(CFX_Font* pExternalFont);
84 bool LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont);
104 CFX_Font* m_pFont;
cfgas_gefont.cpp 40 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont,
50 std::unique_ptr<CFX_Font> pInternalFont,
106 m_pFont = new CFX_Font;
151 m_pFont = new CFX_Font;
168 m_pFont = new CFX_Font;
183 m_pFont = new CFX_Font;
192 bool CFGAS_GEFont::LoadFontInternal(CFX_Font* pExternalFont) {
201 bool CFGAS_GEFont::LoadFontInternal(std::unique_ptr<CFX_Font> pInternalFont) {
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 20 class CFX_Font;
71 CFX_Font* pFont,
82 CFX_Font* pFont,
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.h 17 class CFX_Font;
61 bool SetFont(CFX_Font* cFont);
66 CFX_Font* cFont,
104 CFX_Font* m_pFont;
  /external/pdfium/xfa/fwl/
cfx_barcode.h 19 class CFX_Font;
48 bool SetFont(CFX_Font* pFont);
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 31 CFX_Font* pFont,
103 CFX_Font* pFont,
167 const CFX_Font* pFont,
175 void CFX_Font::ReleasePlatformResource() {
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 82 CFX_Font m_Font;
83 std::vector<std::unique_ptr<CFX_Font>> m_FontFallbacks;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 21 class CFX_Font;
93 CPDF_Font* AddFont(CFX_Font* pFont, int charset, bool bVert);
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 117 std::unique_ptr<CFX_Font> pFXFont(new CFX_Font);
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 94 CFX_Font* pFont,

Completed in 657 milliseconds

1 2