Home | History | Annotate | Download | only in core

Lines Matching refs:fClipRect

280     if (!y_in_rect(y, fClipRect)) {
286 if (left < fClipRect.fLeft) {
287 left = fClipRect.fLeft;
289 if (right > fClipRect.fRight) {
290 right = fClipRect.fRight;
301 if (!y_in_rect(y, fClipRect) || left >= fClipRect.fRight) {
308 if (x1 <= fClipRect.fLeft) {
313 if (x0 < fClipRect.fLeft) {
314 int dx = fClipRect.fLeft - x0;
318 x0 = fClipRect.fLeft;
322 if (x1 > fClipRect.fRight) {
323 x1 = fClipRect.fRight;
337 if (!x_in_rect(x, fClipRect)) {
344 if (y0 < fClipRect.fTop) {
345 y0 = fClipRect.fTop;
347 if (y1 > fClipRect.fBottom) {
348 y1 = fClipRect.fBottom;
360 if (r.intersect(fClipRect)) {
371 if (r.intersect(fClipRect)) {
401 if (r.intersect(fClipRect)) {