Home
last modified time | relevance | path

Searched defs:start_color (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/curses/
D__init__.py42 def start_color(): function
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py16 def start_color (c): return '' member in ColorFormatter.Null
26 def start_color (c): member in ColorFormatter.ANSI
42 def start_color (c): member in ColorFormatter.HTML
/third_party/skia/bench/
DRotatedRectBench.cpp30 static inline SkColor start_color(ColorType ct) { in start_color() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp3541 tcu::Vec4 start_color; in verify() local