HomeSort by relevance Sort by last modified time
    Searched defs:bFolder (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 19 FX_BOOL bFolder = FALSE;
20 while (FX_GetNextFile(pPathHandle, wsFileName, bFolder)) {
21 if (!bFolder) {
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 416 FX_BOOL bFolder = FALSE;
417 while (FX_GetNextFile(handle, filename, bFolder)) {
418 if (bFolder) {
432 if (bFolder) {
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 531 FX_BOOL bFolder;
535 if (!FX_GetNextFile(pCurHandle, bsName, bFolder)) {
553 if (bFolder) {
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 235 milliseconds