Searched defs:SkPaint (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | DumpOpsCanvas.h | 61 void onDrawPath(const SkPath&, const SkPaint&) override { in onDrawPath() 65 void onDrawRect(const SkRect&, const SkPaint&) override { in onDrawRect() 69 void onDrawRegion(const SkRegion&, const SkPaint&) override { in onDrawRegion() 73 void onDrawOval(const SkRect&, const SkPaint&) override { in onDrawOval() 77 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override { in onDrawArc() 81 void onDrawRRect(const SkRRect&, const SkPaint&) override { in onDrawRRect() 85 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override { in onDrawDRRect() 94 const SkPaint*) override { in onDrawImage2() 99 const SkPaint*, SrcRectConstraint) override { in onDrawImageRect2() 104 SkFilterMode, const SkPaint*) override { in onDrawImageLattice2() [all …]
|
H A D | TransformCanvas.h | 25 class SkPaint; variable
|
H A D | SkiaRecordingCanvas.h | 27 class SkPaint; variable
|
/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | FatalTestCanvas.h | 32 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) { in onDrawDRRect() 43 void onDrawRect(const SkRect&, const SkPaint&) { in onDrawRect() 49 void onDrawOval(const SkRect&, const SkPaint&) { in onDrawOval() 53 const SkPaint&) { in onDrawArc() 56 void onDrawRRect(const SkRRect&, const SkPaint&) { in onDrawRRect() 62 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) { in onDrawVerticesObject() 69 void onDrawPath(const SkPath&, const SkPaint&) { in onDrawPath() 73 const SkPaint*) { in onDrawImage2() 77 const SkPaint*, SrcRectConstraint) { in onDrawImageRect2() 81 SkFilterMode, const SkPaint*) { in onDrawImageLattice2() [all …]
|
H A D | SkiaPipelineTests.cpp | 307 const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST() 342 const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST() 375 void onDrawPaint(const SkPaint&) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
H A D | RenderNodeDrawableTests.cpp | 439 const SkPaint&) override { in RENDERTHREAD_SKIA_PIPELINE_TEST() 449 void onDrawOval(const SkRect&, const SkPaint&) override { in RENDERTHREAD_SKIA_PIPELINE_TEST() 571 void onDrawOval(const SkRect&, const SkPaint&) override { in RENDERTHREAD_TEST() 943 const SkPaint*) override { in RENDERTHREAD_TEST() 968 void onDrawPaint(const SkPaint&) { in RENDERTHREAD_TEST()
|
/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | CallCountingCanvas.h | 52 void onDrawBehind(const SkPaint&) override { in onDrawBehind() 120 const SkPaint*, SkCanvas::SrcRectConstraint) override { in onDrawImageRect2()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | RenderNode.h | 45 class SkPaint; variable
|
H A D | RenderProperties.h | 47 class SkPaint; variable
|