Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp346 FX_BOOL bFind; member
360 pData->bFind = TRUE; in EnumFontFamExProc()
371 if (fd.bFind) { in RetrieveSpecificFont()
374 return fd.bFind; in RetrieveSpecificFont()
924 FX_BOOL bFind = FALSE; in CountInternalFields() local
932 bFind = TRUE; in CountInternalFields()
936 if (!bFind) { in CountInternalFields()
980 FX_BOOL bFind = FALSE; in GetInternalField() local
988 bFind = TRUE; in GetInternalField()
992 if (!bFind) { in GetInternalField()
[all …]
Ddoc_vt.cpp1076 FX_BOOL bFind = FALSE; in WordIndexToWordPlace() local
1082 bFind = TRUE; in WordIndexToWordPlace()
1088 bFind = TRUE; in WordIndexToWordPlace()
1097 if (!bFind) { in WordIndexToWordPlace()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp290 FX_BOOL bFind = FALSE; in RemoveEventInLoop() local
298 bFind = TRUE; in RemoveEventInLoop()
306 if (bFind) in RemoveEventInLoop()
DPublicMethods.cpp747 FX_BOOL bFind = FALSE; in MakeRegularDate() local
755 bFind = TRUE; in MakeRegularDate()
760 if (!bFind) in MakeRegularDate()
789 FX_BOOL bFind = FALSE; in MakeRegularDate() local
804 bFind = TRUE; in MakeRegularDate()
809 if (!bFind) in MakeRegularDate()
DField.cpp3178 FX_BOOL bFind = FALSE; in value() local
3196 bFind = TRUE; in value()
3202 if (!bFind) in value()
/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/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()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h101 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);