Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp1012 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
1015 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()
1022 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
1025 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()
1037 return [](const void *opRaw, ColorTransform transform) { in colorTransformForOp() argument
1038 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()
1055 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument
1056 const DrawRippleDrawable* op = reinterpret_cast<const DrawRippleDrawable*>(opRaw); in colorTransformForOp()