Home
last modified time | relevance | path

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

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