Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp315 int32_t nFind = 0; in CreateFont() local
318 nFind += FPF_SKIAMATCHWEIGHT_NAME1; in CreateFont()
319 bool bMatchedName = (nFind == FPF_SKIAMATCHWEIGHT_NAME1); in CreateFont()
321 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
323 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
326 nFind += FPF_SKIAMATCHWEIGHT_2; in CreateFont()
329 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
331 nFind += FPF_SKIAMATCHWEIGHT_2; in CreateFont()
333 nFind += FPF_SKIAMATCHWEIGHT_NAME2; in CreateFont()
337 if (nFind > nMax && bMatchedName) { in CreateFont()
[all …]