Searched refs:colorR (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | shape_decoration_test.dart | 20 const Color colorR = Color(0xffff0000); 22 const Gradient gradient = LinearGradient(colors: <Color>[colorR, colorG]); 24 …expect(() => ShapeDecoration(color: colorR, gradient: nonconst(gradient), shape: const Border()), … 39 …ion.fromBoxDecoration(BoxDecoration(shape: BoxShape.rectangle, border: Border.all(color: colorR))), 40 ShapeDecoration(shape: Border.all(color: colorR)),
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gsttextoverlay.cpp | 237 filter->colorR = DEFAULT_PROP_COLOR; in gst_opencv_text_overlay_init() 267 filter->colorR = g_value_get_int (value); in gst_opencv_text_overlay_set_property() 308 g_value_set_int (value, filter->colorR); in gst_opencv_text_overlay_get_property() 339 (filter->width + filter->height) * 0.5, cv::Scalar (filter->colorR, in gst_opencv_text_overlay_transform_ip()
|
D | gsttextoverlay.h | 77 gint colorR,colorG,colorB; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 370 float colorR; member 377 : colorR (0.0f) in PushConstantData() 385 : colorR (color.x()) in PushConstantData()
|