Home
last modified time | relevance | path

Searched refs:bNew (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp270 FX_BOOL bNew = FALSE; in GetFont() local
273 bNew = TRUE; in GetFont()
280 if (bNew) { in GetFont()
415 FX_BOOL bNew = FALSE; in GetColorSpace() local
421 bNew = TRUE; in GetColorSpace()
425 if (bNew) { in GetColorSpace()
476 FX_BOOL bNew = FALSE; in GetPattern() local
479 bNew = TRUE; in GetPattern()
499 if (bNew) { in GetPattern()
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dfilter.js400 var bNew = r * c31 + g * c32 + b * c33;
418 if (bNew < 0) {
420 } else if (bNew > 0xFF0000) {
423 dstData[dstIndex++] = bNew >> 16;
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h125 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp432 CPWL_Wnd* CFFL_FormFiller::GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew) in GetPDFWindow() argument
440 if (bNew) in GetPDFWindow()