OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iBestSimilar
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp
[
all
...]
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
362
int32_t
iBestSimilar
= 0;
409
if (
iBestSimilar
< iSimilarValue) {
410
iBestSimilar
= iSimilarValue;
414
return
iBestSimilar
< 1 ? NULL : pBestFont;
[
all
...]
Completed in 3873 milliseconds