HomeSort by relevance Sort by last modified time
    Searched refs:m_Face (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 18 m_Face(NULL),
23 if (m_Face) {
24 FXFT_Done_Face(m_Face);
40 if (!m_Face) {
43 return CFX_ByteString(FXFT_Get_Face_Family_Name(m_Face));
46 if (!m_Face) {
49 return CFX_WideString::FromLocal(FXFT_Get_Postscript_Name(m_Face));
52 if (!m_Face) {
55 if (FXFT_Select_Charmap(m_Face, FXFT_ENCODING_UNICODE)) {
58 return FXFT_Get_Char_Index(m_Face, wUnicode)
    [all...]
fpf_skiafont.h 51 FXFT_Face m_Face;
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 54 m_Face = NULL;
91 m_Face = pFont->m_Face;
116 if (m_Face) {
118 if (FXFT_Get_Face_External_Stream(m_Face)) {
119 FXFT_Clear_Face_External_Stream(m_Face);
125 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face);
137 FXFT_Done_Face(m_Face);
138 m_Face = NULL;
150 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont
    [all...]
fx_ge_text.cpp 32 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) : m_Face(face) {
33 FXFT_Set_Transform(m_Face, matrix, 0);
36 ~ScopedFontTransform() { ResetTransform(m_Face); }
39 FT_Face m_Face;
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 74 FXFT_Face GetFace() const { return m_Face; }
83 void SetFace(FXFT_Face face) { m_Face = face; }
120 FXFT_Face m_Face;
506 FXFT_Face const m_Face;
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 134 pFXFont->m_Face = ftFace;
    [all...]

Completed in 255 milliseconds