Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1574 CFX_PathData* pGlyphPath = NULL; in LoadGlyphPath() local
1583 if (m_PathMap.Lookup(key, (FX_LPVOID&)pGlyphPath)) { in LoadGlyphPath()
1584 return pGlyphPath; in LoadGlyphPath()
1586 pGlyphPath = pFont->LoadGlyphPath(glyph_index, dest_width); in LoadGlyphPath()
1587 m_PathMap.SetAt(key, pGlyphPath); in LoadGlyphPath()
1588 return pGlyphPath; in LoadGlyphPath()