Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp64 CHECK_LT(index, std::size(m_TTCFaces)); in SetFace()
65 m_TTCFaces[index].Reset(face); in SetFace()
69 CHECK_LT(index, std::size(m_TTCFaces)); in GetFace()
70 return m_TTCFaces[index].Get(); in GetFace()
Dcfx_fontmgr.h42 ObservedPtr<CFX_Face> m_TTCFaces[16]; variable