Searched refs:layerColor (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkRecordOpts.cpp | 123 const uint32_t layerColor = layerPaint->getColor(); in fold_opacity_layer_color_to_paint() local 125 if (SK_ColorTRANSPARENT != SkColorSetA(layerColor, SK_AlphaTRANSPARENT)) { in fold_opacity_layer_color_to_paint() 138 paint->setAlpha(SkMulDiv255Round(paint->getAlpha(), SkColorGetA(layerColor))); in fold_opacity_layer_color_to_paint()
|
/third_party/flutter/skia/src/core/ |
D | SkRecordOpts.cpp | 123 const uint32_t layerColor = layerPaint->getColor(); in fold_opacity_layer_color_to_paint() local 125 if (SK_ColorTRANSPARENT != SkColorSetA(layerColor, SK_AlphaTRANSPARENT)) { in fold_opacity_layer_color_to_paint() 138 paint->setAlpha(SkMulDiv255Round(paint->getAlpha(), SkColorGetA(layerColor))); in fold_opacity_layer_color_to_paint()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 735 const tcu::Vec4 layerColor( (layerNdx % 2) == 1 ? 1.0f : 0.5f, in verifyLayerContent() local 739 return verifyImageSingleColoredRow(log, image, 0.5f, layerColor); in verifyLayerContent()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 3521 const tcu::Vec4 layerColor((layerNdx % 2 == 1) ? (1.0f) : (0.5f), in verifyLayerContent() local 3525 return verifyImageSingleColoredRow(layer, 0.5f, layerColor); in verifyLayerContent()
|