Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp287 int32_t nFind = 0; in CreateFont() local
290 nFind += FPF_SKIAMATCHWEIGHT_NAME1; in CreateFont()
291 bool bMatchedName = (nFind == FPF_SKIAMATCHWEIGHT_NAME1); in CreateFont()
293 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
295 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
298 nFind += FPF_SKIAMATCHWEIGHT_2; in CreateFont()
301 nFind += FPF_SKIAMATCHWEIGHT_1; in CreateFont()
303 nFind += FPF_SKIAMATCHWEIGHT_2; in CreateFont()
305 nFind += FPF_SKIAMATCHWEIGHT_NAME2; in CreateFont()
309 if (nFind > nMax && bMatchedName) { in CreateFont()
[all …]