Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp126 bool bFolder; in ScanPath() local
127 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
128 if (bFolder) { in ScanPath()
146 bFolder ? ScanPath(fullpath) : ScanFile(fullpath); in ScanPath()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp428 bool bFolder = false; in ScanPath() local
429 while (FX_GetNextFile(handle, &filename, &bFolder)) { in ScanPath()
430 if (bFolder) { in ScanPath()
442 if (bFolder) in ScanPath()
/external/pdfium/core/fxcrt/
Dfx_basic_util.cpp161 bool* bFolder) { in FX_GetNextFile() argument
170 *bFolder = in FX_GetNextFile()
183 *bFolder = de->d_type == DT_DIR; in FX_GetNextFile()
Dfx_stream.h44 bool* bFolder);
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp510 bool bFolder; in GetNextFile() local
514 if (!FX_GetNextFile(pCurHandle, &bsName, &bFolder)) { in GetNextFile()
528 if (bFolder) { in GetNextFile()