Searched refs:onDrawDRRect (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | FatalTestCanvas.h | 30 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) { in onDrawDRRect() function
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | CallCountingCanvas.h | 65 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect() function
|
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | DumpOpsCanvas.h | 81 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override { in onDrawDRRect() function
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.h | 181 void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
|
H A D | RecordingCanvas.cpp | 995 void RecordingCanvas::onDrawDRRect(const SkRRect& out, const SkRRect& in, const SkPaint& paint) { in onDrawDRRect() function in android::uirenderer::RecordingCanvas
|