Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp368 FX_BOOL bFind; member
382 pData->bFind = TRUE; in EnumFontFamExProc()
393 if (fd.bFind) { in RetrieveSpecificFont()
396 return fd.bFind; in RetrieveSpecificFont()
945 FX_BOOL bFind = FALSE; in CountInternalFields() local
953 bFind = TRUE; in CountInternalFields()
957 if (!bFind) { in CountInternalFields()
1001 FX_BOOL bFind = FALSE; in GetInternalField() local
1009 bFind = TRUE; in GetInternalField()
1013 if (!bFind) { in GetInternalField()
[all …]
Ddoc_vt.cpp1080 FX_BOOL bFind = FALSE; in WordIndexToWordPlace() local
1086 bFind = TRUE; in WordIndexToWordPlace()
1092 bFind = TRUE; in WordIndexToWordPlace()
1101 if (!bFind) { in WordIndexToWordPlace()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp112 FX_BOOL bFind = m_ImageCaches.Lookup(pStream, (FX_LPVOID&)pImageCache); in GetCachedBitmap() local
113 if (!bFind) { in GetCachedBitmap()
118 if (!bFind) { in GetCachedBitmap()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp276 FX_BOOL bFind = FALSE; in RemoveEventInLoop() local
284 bFind = TRUE; in RemoveEventInLoop()
292 if (bFind) in RemoveEventInLoop()
DPublicMethods.cpp757 FX_BOOL bFind = FALSE; in MakeRegularDate() local
765 bFind = TRUE; in MakeRegularDate()
770 if (!bFind) in MakeRegularDate()
799 FX_BOOL bFind = FALSE; in MakeRegularDate() local
814 bFind = TRUE; in MakeRegularDate()
819 if (!bFind) in MakeRegularDate()
DField.cpp3183 FX_BOOL bFind = FALSE; in value() local
3202 bFind = TRUE; in value()
3208 if (!bFind) in value()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h96 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp252 …INT32 CPWL_FontMap::GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind) in GetFontIndex() argument
263 if (bFind) in GetFontIndex()