Home
last modified time | relevance | path

Searched defs:SkPaint (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DDumpOpsCanvas.h57 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } in onDrawPaint()
59 void onDrawPath(const SkPath&, const SkPaint&) override { in onDrawPath()
63 void onDrawRect(const SkRect&, const SkPaint&) override { in onDrawRect()
67 void onDrawRegion(const SkRegion&, const SkPaint&) override { in onDrawRegion()
71 void onDrawOval(const SkRect&, const SkPaint&) override { in onDrawOval()
75 void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override { in onDrawArc()
79 void onDrawRRect(const SkRRect&, const SkPaint&) override { in onDrawRRect()
83 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override { in onDrawDRRect()
87 void onDrawTextBlob(const SkTextBlob*, SkScalar, SkScalar, const SkPaint&) override { in onDrawTextBlob()
92 const SkPaint*) override { in onDrawImage2()
[all …]
/frameworks/base/libs/hwui/tests/unit/
DFatalTestCanvas.h30 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) { in onDrawDRRect()
40 void onDrawPaint(const SkPaint&) { ADD_FAILURE() << "onDrawPaint not expected in this test"; } in onDrawPaint()
41 void onDrawRect(const SkRect&, const SkPaint&) { in onDrawRect()
47 void onDrawOval(const SkRect&, const SkPaint&) { in onDrawOval()
51 const SkPaint&) { in onDrawArc()
54 void onDrawRRect(const SkRRect&, const SkPaint&) { in onDrawRRect()
57 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) { in onDrawPoints()
60 void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) { in onDrawVerticesObject()
64 SkBlendMode, const SkSamplingOptions&, const SkRect* cull, const SkPaint*) { in onDrawAtlas2()
67 void onDrawPath(const SkPath&, const SkPaint&) { in onDrawPath()
[all …]
DSkiaPipelineTests.cpp306 const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST()
341 const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST()
374 void onDrawPaint(const SkPaint&) { in RENDERTHREAD_SKIA_PIPELINE_TEST()
DRenderNodeDrawableTests.cpp438 const SkPaint&) override { in RENDERTHREAD_SKIA_PIPELINE_TEST()
448 void onDrawOval(const SkRect&, const SkPaint&) override { in RENDERTHREAD_SKIA_PIPELINE_TEST()
570 void onDrawOval(const SkRect&, const SkPaint&) override { in RENDERTHREAD_TEST()
942 const SkPaint*) override { in RENDERTHREAD_TEST()
967 void onDrawPaint(const SkPaint&) { in RENDERTHREAD_TEST()
/frameworks/base/libs/hwui/tests/common/
DCallCountingCanvas.h50 void onDrawBehind(const SkPaint&) override { in onDrawBehind()
118 const SkPaint*, SkCanvas::SrcRectConstraint) override { in onDrawImageRect2()
/frameworks/base/libs/hwui/
DRenderNode.h46 class SkPaint; variable
DRenderProperties.h47 class SkPaint; variable