HomeSort by relevance Sort by last modified time
    Searched full:cliprect (Results 201 - 225 of 341) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/gm/
bitmaprect.cpp 264 // the drawRect shows the same problem as clipRect(r) followed by drawcolor(red)
convexpolyclip.cpp 237 canvas->clipRect(fRect, op, aa);
displacement.cpp 52 canvas->clipRect(SkRect::MakeWH(SkIntToScalar(fBitmap.width()), SkIntToScalar(fBitmap.height())));
filterfastbounds.cpp 200 canvas->clipRect(fastBound);
imagefiltersbase.cpp 111 canvas->clipRect(r);
imagefiltersgraph.cpp 243 canvas->clipRect(SkRect::MakeIWH(image->width(), image->height()));
recordopts.cpp 118 canvas->clipRect(targetRect);
  /external/skia/samplecode/
SampleLayers.cpp 70 canvas->clipRect(r);
  /external/skia/src/core/
SkRecordDraw.cpp 87 DRAW(ClipRect, clipRect(r.rect, r.opAA.op, r.opAA.aa));
238 void updateClipBounds(const ClipRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
284 void trackBounds(const ClipRect&) { this->pushControl(); }
  /external/skia/src/utils/
SkLuaCanvas.cpp 139 AUTO_LUA("clipRect");
SkNWayCanvas.cpp 107 iter->clipRect(rect, op, kSoft_ClipEdgeStyle == edgeStyle);
  /external/skia/tools/android/
SkAndroidSDKCanvas.cpp 344 fProxyTarget->clipRect(rect, op, style);
  /external/skia/tools/json/
SkJSONCanvas.h 44 #define SKJSONCANVAS_COMMAND_CLIPRECT "ClipRect"
  /frameworks/base/core/jni/
android_view_TextureView.cpp 168 nativeCanvas->clipRect(rect.left, rect.top, rect.right, rect.bottom);
android_graphics_Canvas.cpp 186 static jboolean clipRect(JNIEnv*, jobject, jlong canvasHandle, jfloat l, jfloat t,
189 bool nonEmptyClip = get_canvas(canvasHandle)->clipRect(l, t, r, b, op);
599 {"native_clipRect","!(JFFFFI)Z", (void*) CanvasJNI::clipRect},
  /frameworks/base/docs/html/guide/topics/graphics/
hardware-accel.jd 314 <td class="label_pos">clipRect(Region.Op.XOR)</td>
318 <td class="label_pos">clipRect(Region.Op.Difference)</td>
322 <td class="label_pos">clipRect(Region.Op.ReverseDifference)</td>
326 <td class="label_pos">clipRect() with rotation/perspective</td>
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 201 canvas.clipRect(r);
  /frameworks/base/libs/hwui/
FrameBuilder.h 74 void deferRenderNode(float tx, float ty, Rect clipRect, RenderNode& renderNode);
Layer.h 314 Rect clipRect;
OpenGLRenderer.h 215 void setupMergedMultiDraw(const Rect* clipRect);
318 bool clipRect(float left, float top,
478 * the current snapshot's clipRect member.
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 59 EXPECT_EQ((expRect), reinterpret_cast<const ClipRect*>(clipStatePtr)->rect); \
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RectShadowPainter.java 125 canvas.clipRect(-canvas.getWidth(), -canvas.getHeight(), canvas.getWidth(),
  /packages/apps/Gallery2/src/com/android/photos/drawables/
AutoThumbnailDrawable.java 112 canvas.clipRect(mBounds);
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 577 RECT rect, cliprect; local
582 GetClipBox(dc, &cliprect);
583 IntersectRect(&rect, &rect, &cliprect);
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 455 SkRect clipRect = SkRect::MakeEmpty();
456 if (clipPath.isEmpty() || clipPath.isRect(&clipRect)) {
458 rectElement.addRectAttributes(clipRect);

Completed in 680 milliseconds

1 2 3 4 5 6 7 891011>>