Home
last modified time | relevance | path

Searched refs:_color (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/turtledemo/
Dcolormixer.py13 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/
Dtest_dynamicclassattribute.py182 return self._color
184 self._color = 'cyan'
191 return self._color
193 self._color = 'magenta'
/third_party/typescript/src/testRunner/parallel/
Dhost.ts130 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/
Des31fSampleVariableTests.cpp63 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/
Dturtle.py1170 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/
Dfunctional.sample_shading.txt42 MIN_SAMPLE_SHADING values. *_color cases render pattern by rendering black or
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dglossary.txt209 The _fragment mask_ will contain indices to the _color fragment_.
Dglossary.adoc212 The _fragment mask_ will contain indices to the _color fragment_.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dprimsrast.txt682 The second array contains one element per _color fragment_ and each element
Dprimsrast.adoc779 The second array contains one element per _color fragment_ and each element
Drenderpass.txt871 to some as _color attachments_ or _depth/stencil attachments_,
Drenderpass.adoc1461 to some as _color attachments_ or _depth/stencil attachments_,