Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttextoverlay.cpp238 filter->colorG = DEFAULT_PROP_COLOR; in gst_opencv_text_overlay_init()
270 filter->colorG = g_value_get_int (value); in gst_opencv_text_overlay_set_property()
311 g_value_set_int (value, filter->colorG); in gst_opencv_text_overlay_get_property()
340 filter->colorG, filter->colorB), filter->thickness); in gst_opencv_text_overlay_transform_ip()
Dgsttextoverlay.h77 gint colorR,colorG,colorB; member
/third_party/flutter/flutter/packages/flutter/test/painting/
Dshape_decoration_test.dart21 const Color colorG = Color(0xff00ff00);
22 const Gradient gradient = LinearGradient(colors: <Color>[colorR, colorG]);
35 …ration.fromBoxDecoration(BoxDecoration(shape: BoxShape.circle, border: Border.all(color: colorG))),
36 const ShapeDecoration(shape: CircleBorder(side: BorderSide(color: colorG))),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp371 float colorG; member
378 , colorG (0.0f) in PushConstantData()
386 , colorG (color.y()) in PushConstantData()