Home
last modified time | relevance | path

Searched defs:_blue (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/tools/trace/
Dformat.py71 _blue = '34m' variable in AnsiFormatter
120 _blue = FOREGROUND_BLUE | FOREGROUND_INTENSITY variable in WindowsConsoleFormatter
/external/opencv3/modules/viz/include/opencv2/viz/
Dtypes.hpp270 inline cv::viz::Color::Color(double _blue, double _green, double _red) : Scalar(_blue, _green, _red… in Color()
/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp667 …Bayer2RGB_Invoker(const Mat& _srcmat, Mat& _dstmat, int _start_with_green, int _blue, const Size& … in Bayer2RGB_Invoker()
1473 int _blue, int _start_with_green) : in Bayer2RGB_EdgeAware_T_Invoker()