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

  /external/skia/legacy/src/core/
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();
25 if (clipBounds.contains(r)) {
29 if (rr.intersect(clipBounds)) {
SkCanvas.cpp 716 SkIRect clipBounds;
717 if (!this->getClipDeviceBounds(&clipBounds)) {
727 if (!ir.intersect(clipBounds)) {
734 ir = clipBounds;
    [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 801 SkIRect clipBounds;
802 if (!this->getClipDeviceBounds(&clipBounds)) {
812 if (!ir.intersect(clipBounds)) {
819 ir = clipBounds;
    [all...]
SkPicturePlayback.cpp 654 SkRect clipBounds;
655 if (canvas.getClipBounds(&clipBounds)) {
657 clipBounds.roundOut(&query);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 81 CGRect clipBounds = CGContextGetClipBoundingBox(context);
82 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 80 CGRect clipBounds = CGContextGetClipBoundingBox(context);
81 IntRect clip(enclosingIntRect(clipBounds));
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 594 IntRect GraphicsContext::clipBounds() const
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 870 IntRect GraphicsContext::clipBounds() const
    [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 

Completed in 315 milliseconds