Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp532 FX_RECT rect_i = rect_f.GetOuterRect(); in DrawPathWithBlend() local
537 if (!rect_i.Valid()) in DrawPathWithBlend()
543 if (rect_i.left == rect_i.right) in DrawPathWithBlend()
544 ++rect_i.right; in DrawPathWithBlend()
549 if (rect_i.bottom == rect_i.top) in DrawPathWithBlend()
550 ++rect_i.bottom; in DrawPathWithBlend()
552 if (rect_i.Width() >= width + 1) { in DrawPathWithBlend()
553 if (rect_f.left - static_cast<float>(rect_i.left) > in DrawPathWithBlend()
554 static_cast<float>(rect_i.right) - rect_f.right) { in DrawPathWithBlend()
555 ++rect_i.left; in DrawPathWithBlend()
[all …]