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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 270 FX_BOOL bNew = FALSE;
273 bNew = TRUE;
280 if (bNew) {
415 FX_BOOL bNew = FALSE;
421 bNew = TRUE;
425 if (bNew) {
476 FX_BOOL bNew = FALSE;
479 bNew = TRUE;
499 if (bNew) {
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_FormFiller.h 125 CPWL_Wnd* GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew);
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 400 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/src/formfiller/
FFL_FormFiller.cpp 432 CPWL_Wnd* CFFL_FormFiller::GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew)
440 if (bNew)

Completed in 204 milliseconds