HomeSort by relevance Sort by last modified time
    Searched full:opaquerect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RegionTracker.cpp 205 SkRect layerOpaqueRect = canvasLayer.opaqueRect;
391 SkRect& opaqueRect = currentTrackingOpaqueRect();
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.fLeft = rect.fLeft
    [all...]
RegionTracker.h 86 , opaqueRect(SkRect::MakeEmpty())
96 SkRect opaqueRect;
GraphicsContextTest.cpp 48 #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); \
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture.js 104 opaque_rect: this.args.params.opaqueRect
134 opaque_rect: this.args.params.opaqueRect

Completed in 77 milliseconds