Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp308 CFPF_SkiaFontDescriptor* pBestFontDes = nullptr; in CreateFont() local
339 pBestFontDes = *it; in CreateFont()
343 pBestFontDes = *it; in CreateFont()
348 pBestFontDes = *it; in CreateFont()
351 pBestFontDes = *it; in CreateFont()
355 if (pBestFontDes) { in CreateFont()
357 if (pFont->InitFont(this, pBestFontDes, bsFamilyname, dwStyle, uCharset)) { in CreateFont()