Searched refs:opaqueRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.cpp205 SkRect layerOpaqueRect = canvasLayer.opaqueRect;
391 SkRect& opaqueRect = currentTrackingOpaqueRect(); local
395 if (opaqueRect.contains(rect))
397 if (rect.contains(opaqueRect)) {
398 opaqueRect = rect;
402 if (rect.fTop <= opaqueRect.fTop && rect.fBottom >= opaqueRect.fBottom) {
403 if (rect.fLeft < opaqueRect.fLeft && rect.fRight >= opaqueRect.fLeft)
404 opaqueRect
425 SkRect& opaqueRect = currentTrackingOpaqueRect(); local
460 SkRect& opaqueRect = currentTrackingOpaqueRect(); local
[all...]
H A DRegionTracker.h86 , opaqueRect(SkRect::MakeEmpty())
96 SkRect opaqueRect; member in struct:blink::FINAL::CanvasLayerState
H A DGraphicsContextTest.cpp48 #define EXPECT_PIXELS_MATCH(bitmap, opaqueRect) \
51 for (int y = opaqueRect.y(); y < opaqueRect.maxY(); ++y) \
52 for (int x = opaqueRect.x(); x < opaqueRect.maxX(); ++x) { \
58 #define EXPECT_PIXELS_MATCH_EXACT(bitmap, opaqueRect) \
64 bool opaque = opaqueRect.contains(x, y); \
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture.js104 opaque_rect: this.args.params.opaqueRect
134 opaque_rect: this.args.params.opaqueRect

Completed in 3381 milliseconds