Searched defs:canvasRect (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dinit-struct-qualified.c12 const NSRect canvasRect = { NSZeroPoint, canvasSize() }; local
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DHitRegion.cpp34 IntRect canvasRect = canvas->renderer()->absoluteBoundingBoxRect(); local
35 canvasRect.move(rbmo->borderLeft() + rbmo->paddingLeft(),
38 elementRect.moveBy(canvasRect.location());
H A DCanvasRenderingContext2D.cpp1216 IntRect canvasRect = renderBox->absoluteContentBox(); local
1217 pathRect.move(canvasRect.x(), canvasRect.y());
1595 FloatRect canvasRect(0, 0, canvas()->width(), canvas()->height());
1602 c->clearRect(canvasRect);
1739 FloatRect canvasRect = state().m_transform.mapRect(localRect); local
1742 FloatRect shadowRect(canvasRect);
1745 canvasRect.unite(shadowRect);
1748 canvasRect.intersect(transformedClipBounds);
1749 if (canvasRect
[all...]
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp342 SkIRect canvasRect = SkIRect::MakeWH(kBitmapSize, kBitmapSize); local
343 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(canvasRect.width()),
344 SkIntToScalar(canvasRect.height()),
H A DWritePixelsTest.cpp470 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize()); local
473 bool intersects = SkIRect::Intersects(canvasRect, writeRect) ;
/external/skia/tests/
H A DWritePixelsTest.cpp461 SkIRect canvasRect = SkIRect::MakeSize(canvas.getDeviceSize()); local
464 bool intersects = SkIRect::Intersects(canvasRect, writeRect) ;

Completed in 143 milliseconds