Searched refs:_color (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/turtledemo/ |
D | colormixer.py | 13 self._color = [0,0,0] 15 self._color[x] = y 16 self.color(self._color) 30 self._color[self.x] = self.ycor() 31 self.fillcolor(self._color)
|
/third_party/python/Lib/test/ |
D | test_dynamicclassattribute.py | 182 return self._color 184 self._color = 'cyan' 191 return self._color 193 self._color = 'magenta'
|
/third_party/typescript/src/testRunner/parallel/ |
D | host.ts | 130 progress += this._color("progress", this._options.open); 131 progress += this._color(color, fill(this._options.complete, n)); 132 progress += this._color("progress", fill(this._options.incomplete, i)); 133 progress += this._color("progress", this._options.close); 136 progress += this._color(titleColor || "progress", " " + title); 168 private _color(type: string, text: string) {
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fSampleVariableTests.cpp | 63 ColorVerifier (const tcu::Vec3& _color, int _threshold = 8) in ColorVerifier() argument 64 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f)) in ColorVerifier() 69 ColorVerifier (const tcu::Vec3& _color, tcu::IVec3 _threshold) in ColorVerifier() argument 70 : m_color (tcu::Vec4(_color.x(), _color.y(), _color.z(), 1.0f)) in ColorVerifier()
|
/third_party/python/Lib/ |
D | turtle.py | 1170 def _color(self, cstr): member in TurtleScreen 1243 color = self._color(color) 2221 return self._color(self._pencolor), self._color(self._fillcolor) 2258 return self._color(self._pencolor) 2294 return self._color(self._fillcolor) 2468 def _color(self, args): member in TPen 2693 def _color(self, args): member in RawTurtle 2694 return self.screen._color(args)
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.sample_shading.txt | 42 MIN_SAMPLE_SHADING values. *_color cases render pattern by rendering black or
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | glossary.txt | 209 The _fragment mask_ will contain indices to the _color fragment_.
|
D | glossary.adoc | 212 The _fragment mask_ will contain indices to the _color fragment_.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | primsrast.txt | 682 The second array contains one element per _color fragment_ and each element
|
D | primsrast.adoc | 779 The second array contains one element per _color fragment_ and each element
|
D | renderpass.txt | 871 to some as _color attachments_ or _depth/stencil attachments_,
|
D | renderpass.adoc | 1461 to some as _color attachments_ or _depth/stencil attachments_,
|