Searched defs:clipOp (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | CanvasStateHelpers.cpp | 47 complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, const SkRegion& localRegion) complex_clips_draw() argument 60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
|
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 127 SkClipOp clipOp; in handleOp() local 144 SkClipOp clipOp; in handleOp() local 162 SkClipOp clipOp; in handleOp() local 180 SkClipOp clipOp; in handleOp() local 192 SkClipOp clipOp = reader->checkRange(SkClipOp::kDifference, SkClipOp::kIntersect); handleOp() local [all...] |
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() argument 180 private static native void nClipShader(long nativeInstance, long nativeShader, int clipOp); in nClipShader() argument 175 nClipRect(long nativeInstance, float left, float top, float right, float bottom, int clipOp, boolean doAA) nClipRect() argument 177 nClipRRect(long nativeInstance, float left, float top, float right, float bottom, float xRad, float yRad, int clipOp, boolean doAA) nClipRRect() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | FillRRectOp.cpp | 210 clipToShape(skgpu::v1::SurfaceDrawContext* sdc, SkClipOp clipOp, const SkMatrix& clipMatrix, const GrShape& shape, GrAA aa) clipToShape() argument
|
Completed in 4 milliseconds