Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp103 , this->_blue in initialize()
120 , this->_blue in initialize()
139 , this->_blue in initialize()
157 , this->_blue in initialize()
176 , this->_blue in initialize()
195 , this->_blue in initialize()
214 , this->_blue in initialize()
233 , this->_blue in initialize()
Dreader_backend.hpp45 , _blue ( nullptr ) in reader_backend()
150 tiff_color_map::blue_t _blue; member
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py71 _blue = '34m' variable in AnsiFormatter
87 self._escape(self._blue)
120 _blue = FOREGROUND_BLUE | FOREGROUND_INTENSITY variable in WindowsConsoleFormatter
156 self._attribute(self._blue)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderDrawParametersTests.hpp66 ResultPoint(GLfloat _x, GLfloat _y, GLfloat _red, GLfloat _green, GLfloat _blue) in ResultPoint()
67 : x(_x), y(_y), red(_red), green(_green), blue(_blue) in ResultPoint()