OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFaces
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/ge/
text_int.h
46
FXFT_Face
m_pFaces
[16];
fx_ge_fontmap.cpp
432
if (m_TTCFace.
m_pFaces
[i]) {
433
FXFT_Done_Face(m_TTCFace.
m_pFaces
[i]);
446
if (m_TTCFace.
m_pFaces
[i] == face) {
573
if (!pFontDesc->m_TTCFace.
m_pFaces
[face_index]) {
574
pFontDesc->m_TTCFace.
m_pFaces
[face_index] =
577
return pFontDesc->m_TTCFace.
m_pFaces
[face_index];
588
pFontDesc->m_TTCFace.
m_pFaces
[i] = NULL;
593
pFontDesc->m_TTCFace.
m_pFaces
[face_index] =
595
return pFontDesc->m_TTCFace.
m_pFaces
[face_index];
[
all
...]
Completed in 44 milliseconds