HomeSort by relevance Sort by last modified time
    Searched defs:clipBounds (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkBBoxRecord.cpp 33 SkIRect clipBounds;
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::MakeFromIRect(clipBounds));
SkCanvas.cpp 780 SkIRect clipBounds;
781 if (!this->getClipDeviceBounds(&clipBounds)) {
791 if (!ir.intersect(clipBounds)) {
798 ir = clipBounds;
    [all...]
SkPicturePlayback.cpp 680 SkRect clipBounds;
681 if (canvas.getClipBounds(&clipBounds)) {
683 clipBounds.roundOut(&query);
    [all...]
  /external/skia/src/core/
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkBBoxRecord.cpp 33 SkIRect clipBounds;
34 if (this->getClipDeviceBounds(&clipBounds)) {
35 this->handleBBox(SkRect::MakeFromIRect(clipBounds));
SkCanvas.cpp 780 SkIRect clipBounds;
781 if (!this->getClipDeviceBounds(&clipBounds)) {
791 if (!ir.intersect(clipBounds)) {
798 ir = clipBounds;
    [all...]
SkPicturePlayback.cpp 680 SkRect clipBounds;
681 if (canvas.getClipBounds(&clipBounds)) {
683 clipBounds.roundOut(&query);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 210 SkRect clipBounds;
211 if (m_destContext->getClipBounds(&clipBounds)) {
212 FloatRect clipRect(clipBounds.left(), clipBounds.top(), clipBounds.width(), clipBounds.height());
  /external/skia/tests/
PictureTest.cpp 470 SkIRect clipBounds;
478 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
480 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
481 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
482 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
483 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
491 bool nonEmpty = canvas->getClipDeviceBounds(&clipBounds);
493 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
494 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
495 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom)
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 410 SkRect clipBounds = SkRect::Make(clipRegion.getBounds());
411 clipBounds.outset(SK_Scalar1, SK_Scalar1);
412 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 427 SkRect clipBounds = SkRect::Make(clipRegion.getBounds());
428 clipBounds.outset(SK_Scalar1, SK_Scalar1);
429 if (!calculate_inverse_path(clipBounds, *outClipPath, outClipPath)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 142 milliseconds