Home
last modified time | relevance | path

Searched defs:CanvasPropertyPaint (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DCanvasProperty.h41 explicit CanvasPropertyPaint(const SkPaint& initialValue) : value(initialValue) {} in CanvasPropertyPaint() function
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.h50 class CanvasPropertyPaint; variable