Home
last modified time | relevance | path

Searched refs:opRaw (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp976 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
979 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()
986 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
989 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()
1001 return [](const void *opRaw, ColorTransform transform) { in colorTransformForOp() argument
1002 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()
1019 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
1020 const DrawRippleDrawable* op = reinterpret_cast<const DrawRippleDrawable*>(opRaw); in colorTransformForOp()