Searched refs:opRaw (Results 1 – 1 of 1) sorted by relevance
1012 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument1015 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()1022 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument1025 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()1037 return [](const void *opRaw, ColorTransform transform) { in colorTransformForOp() argument1038 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()1055 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument1056 const DrawRippleDrawable* op = reinterpret_cast<const DrawRippleDrawable*>(opRaw); in colorTransformForOp()