Searched refs:m_Face (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafont.cpp | 18 m_Face(NULL), in CFPF_SkiaFont() 23 if (m_Face) { in ~CFPF_SkiaFont() 24 FXFT_Done_Face(m_Face); in ~CFPF_SkiaFont() 40 if (!m_Face) { in GetFamilyName() 43 return CFX_ByteString(FXFT_Get_Face_Family_Name(m_Face)); in GetFamilyName() 46 if (!m_Face) { in GetPsName() 49 return CFX_WideString::FromLocal(FXFT_Get_Postscript_Name(m_Face)); in GetPsName() 52 if (!m_Face) { in GetGlyphIndex() 55 if (FXFT_Select_Charmap(m_Face, FXFT_ENCODING_UNICODE)) { in GetGlyphIndex() 58 return FXFT_Get_Char_Index(m_Face, wUnicode); in GetGlyphIndex() [all …]
|
D | fpf_skiafont.h | 51 FXFT_Face m_Face; variable
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_font.cpp | 54 m_Face = NULL; in CFX_Font() 91 m_Face = pFont->m_Face; in LoadClone() 116 if (m_Face) { in ~CFX_Font() 118 if (FXFT_Get_Face_External_Stream(m_Face)) { in ~CFX_Font() 119 FXFT_Clear_Face_External_Stream(m_Face); in ~CFX_Font() 125 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face); in ~CFX_Font() 137 FXFT_Done_Face(m_Face); in DeleteFace() 138 m_Face = NULL; in DeleteFace() 150 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont( in LoadSubst() 159 if (m_Face) { in LoadSubst() [all …]
|
D | fx_ge_text.cpp | 32 ScopedFontTransform(FT_Face face, FXFT_Matrix* matrix) : m_Face(face) { in ScopedFontTransform() 33 FXFT_Set_Transform(m_Face, matrix, 0); in ScopedFontTransform() 36 ~ScopedFontTransform() { ResetTransform(m_Face); } in ~ScopedFontTransform() 39 FT_Face m_Face; member in __anon0eb4fd470111::ScopedFontTransform 1234 CFX_FaceCache::CFX_FaceCache(FXFT_Face face) : m_Face(face) {} in CFX_FaceCache() 1380 FXFT_Get_MM_Var(m_Face, &pMasters); in AdjustMMParams() 1396 (void)FXFT_Set_MM_Design_Coordinates(m_Face, 2, coords); in AdjustMMParams() 1398 m_Face, glyph_index, in AdjustMMParams() 1400 int min_width = FXFT_Get_Glyph_HoriAdvance(m_Face) * 1000 / in AdjustMMParams() 1401 FXFT_Get_Face_UnitsPerEM(m_Face); in AdjustMMParams() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 74 FXFT_Face GetFace() const { return m_Face; } in GetFace() 83 void SetFace(FXFT_Face face) { m_Face = face; } in SetFace() 120 FXFT_Face m_Face; variable 506 FXFT_Face const m_Face; variable
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 134 pFXFont->m_Face = ftFace; in GetDefFontByUnicode()
|