Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DCanvasProperty.h32 explicit CanvasPropertyPrimitive(float initialValue) : value(initialValue) {} in CanvasPropertyPrimitive() function
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.h51 class CanvasPropertyPrimitive; variable