Home
last modified time | relevance | path

Searched refs:m_TTCFaces (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcttfontdesc.cpp17 for (size_t i = 0; i < FX_ArraySize(m_TTCFaces); i++) in CTTFontDesc()
18 m_TTCFaces[i] = nullptr; in CTTFontDesc()
25 for (size_t i = 0; i < FX_ArraySize(m_TTCFaces); i++) { in ~CTTFontDesc()
26 if (m_TTCFaces[i]) in ~CTTFontDesc()
27 FXFT_Done_Face(m_TTCFaces[i]); in ~CTTFontDesc()
38 ASSERT(index < FX_ArraySize(m_TTCFaces)); in SetTTCFace()
39 m_TTCFaces[index] = face; in SetTTCFace()
49 if (!pdfium::ContainsValue(m_TTCFaces, face)) in ReleaseFace()
66 ASSERT(index < FX_ArraySize(m_TTCFaces)); in TTCFace()
67 return m_TTCFaces[index]; in TTCFace()
Dcttfontdesc.h46 FXFT_Face m_TTCFaces[16]; member