Home | History | Annotate | Download | only in pdf

Lines Matching refs:draw_rc

142   pp::Rect draw_rc = gradient_rc.Intersect(dirty_rc);
143 if (draw_rc.IsEmpty())
152 pp::Rect copy_rc(draw_rc);
154 AlphaBlend(gradient, copy_rc, image, draw_rc.point(), transparency);
285 pp::Rect draw_rc = shadow_rc.Intersect(clip_rc);
286 if (draw_rc.IsEmpty())
290 for (int32_t y = draw_rc.y(); y < draw_rc.bottom(); y++) {
291 for (int32_t x = draw_rc.x(); x < draw_rc.right(); x++) {