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

  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 12 CFX_Font::CFX_Font()
29 CFX_Font::~CFX_Font()
61 void CFX_Font::DeleteFace()
66 FX_BOOL CFX_Font::LoadSubst(const CFX_ByteString& face_name, FX_BOOL bTrueType, FX_DWORD flags,
125 FX_BOOL CFX_Font::LoadFile(IFX_FileRead* pFile)
141 int CFX_Font::GetGlyphWidth(FX_DWORD glyph_index)
174 FX_BOOL CFX_Font::LoadEmbedded(FX_LPCBYTE data, FX_DWORD size)
184 FX_BOOL CFX_Font::IsTTFont(
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 51 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)
372 CFX_Font* m_pFont;
386 const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix,
388 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width)
    [all...]

Completed in 2230 milliseconds