Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp670 #define COONCOLOR_THRESHOLD 4 in Draw() macro
672 (d_bottom < COONCOLOR_THRESHOLD && d_left < COONCOLOR_THRESHOLD && in Draw()
673 d_top < COONCOLOR_THRESHOLD && d_right < COONCOLOR_THRESHOLD)) { in Draw()
689 if (d_bottom < COONCOLOR_THRESHOLD && d_top < COONCOLOR_THRESHOLD) { in Draw()
698 } else if (d_left < COONCOLOR_THRESHOLD && in Draw()
699 d_right < COONCOLOR_THRESHOLD) { in Draw()