Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp707 #define COONCOLOR_THRESHOLD 4 macro
745 (d_bottom < COONCOLOR_THRESHOLD && d_left < COONCOLOR_THRESHOLD && in Draw()
746 d_top < COONCOLOR_THRESHOLD && d_right < COONCOLOR_THRESHOLD)) { in Draw()
762 if (d_bottom < COONCOLOR_THRESHOLD && d_top < COONCOLOR_THRESHOLD) { in Draw()
771 } else if (d_left < COONCOLOR_THRESHOLD && in Draw()
772 d_right < COONCOLOR_THRESHOLD) { in Draw()