Searched refs:opRaw (Results 1 – 1 of 1) sorted by relevance
976 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument979 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()986 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument989 const T* op = reinterpret_cast<const T*>(opRaw); in colorTransformForOp()1001 return [](const void *opRaw, ColorTransform transform) { in colorTransformForOp() argument1002 const DrawTextBlob *op = reinterpret_cast<const DrawTextBlob*>(opRaw); in colorTransformForOp()1019 return [](const void* opRaw, ColorTransform transform) { in colorTransformForOp() argument1020 const DrawRippleDrawable* op = reinterpret_cast<const DrawRippleDrawable*>(opRaw); in colorTransformForOp()