Searched refs:clippedRect (Results 1 – 5 of 5) sorted by relevance
374 SkIRect clippedRect = DEV_RECT; in ReadPixelsTest() local375 if (clippedRect.intersect(srcRect)) { in ReadPixelsTest()377 checkRead(reporter, wkbmp, clippedRect.fLeft, in ReadPixelsTest()378 clippedRect.fTop, true, false, in ReadPixelsTest()
136 IntRect clippedRect() const;
537 IntRect clip = clippedRect(); in canUpdateWithBlit()556 IntRect LayerAndroid::clippedRect() const in clippedRect() function in WebCore::LayerAndroid
1257 GrIRect clippedRect; in onClear() local1260 clippedRect = *rect; in onClear()1262 if (clippedRect.intersect(rtRect)) { in onClear()1263 rect = &clippedRect; in onClear()
2270 IntRect clippedRect = box->absoluteClippedOverflowRect(); in sendContextMenuEventForKey() local2271 location = IntPoint(clippedRect.x(), clippedRect.maxY() - 1); in sendContextMenuEventForKey()