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

  /external/pdfium/core/fxge/ge/
cttfontdesc.cpp 24 int CTTFontDesc::ReleaseFace(FXFT_Face face) {
cttfontdesc.h 25 // ret < 0, releaseface not appropriate for this object.
28 int ReleaseFace(FXFT_Face face);
cfx_fontmgr.cpp 227 void CFX_FontMgr::ReleaseFace(FXFT_Face face) {
234 int nRet = temp->second->ReleaseFace(face);
cfx_font.cpp 294 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face);
  /external/pdfium/core/fxge/
cfx_fontmgr.h 48 void ReleaseFace(FXFT_Face face);

Completed in 4225 milliseconds