Home
last modified time | relevance | path

Searched defs:white (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/Demo/newmetaclasses/
DEnum.py107 white = 0 variable in _test.ExtendedColor
119 white = 4 variable in _test.OtherColor
149 white = 0 variable in _test2.ExtendedColor
161 white = 4 variable in _test2.OtherColor
/external/python/cpython2/Demo/metaclasses/
DEnum.py142 white = 0 variable in _test.ExtendedColor
154 white = 4 variable in _test.OtherColor
/external/autotest/client/deps/glbench/src/
Dglinterfacetest.cc48 const GLfloat white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; in SetupGLRendering() local
Dwindowmanagertest.cc123 float white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; in main() local
/external/dng_sdk/source/
Ddng_color_spec.cpp218 dng_matrix dng_color_spec::FindXYZtoCamera (const dng_xy_coord &white, in FindXYZtoCamera()
379 void dng_color_spec::SetWhiteXY (const dng_xy_coord &white) in SetWhiteXY()
Ddng_render.h174 void SetWhiteXY (const dng_xy_coord &white) in SetWhiteXY()
Ddng_render.cpp33 dng_function_exposure_ramp::dng_function_exposure_ramp (real64 white, in dng_function_exposure_ramp()
919 real64 white = 1.0 / pow (2.0, Max_real64 (0.0, exposure)); in Start() local
/external/skia/gm/
Dthinrects.cpp30 SkPaint white; in onDraw() local
Dimagefiltersscaled.cpp90 SkColor white(0xFFFFFFFF); in onDraw() local
Dlighting.cpp85 SkColor white(0xFFFFFFFF); in onDraw() local
/external/skqp/gm/
Dthinrects.cpp30 SkPaint white; in onDraw() local
Dimagefiltersscaled.cpp90 SkColor white(0xFFFFFFFF); in onDraw() local
Dlighting.cpp85 SkColor white(0xFFFFFFFF); in onDraw() local
/external/libcups/filter/
Drastertopwg.c51 unsigned char white; /* White pixel */ in main() local
/external/libkmsxx/py/pykms/
D__init__.py15 white = RGB(255, 255, 255) variable
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp604 const GLubyte* white = testedFormat->internalwhite; in fillTextureWithColor() local
753 const GLubyte* white = testedFormat->RGBAwhite; in verifyClampToEdge() local
847 const GLubyte* white = testedFormat->RGBAwhite; in verifyRepeat() local
930 const GLubyte* white = testedFormat->RGBAwhite; in verifyMirroredRepeat() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java145 TextView white = (TextView) activity.findViewById(R.id.white_text_view); in shouldSetTextAndTextColorWhileInflatingXmlLayout() local
163 TextView white = (TextView) activity.findViewById(R.id.white_text_view_hint); in shouldSetHintAndHintColorWhileInflatingXmlLayout() local
/external/ImageMagick/MagickCore/
Dtoken.c831 char *token,const size_t max_token_length,const char *line,const char *white, in Tokenizer()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local
1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local
1943 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local
1967 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); in init() local
1993 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local
2026 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); in init() local
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local
1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local
1940 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local
1964 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); in init() local
1990 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local
2023 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); in init() local
/external/libnl/python/netlink/
Dutil.py45 def white(t): function
/external/skqp/bench/
DLightingBench.cpp90 static SkColor white(0xFFFFFFFF); in GetWhite() local
/external/skia/bench/
DLightingBench.cpp90 static SkColor white(0xFFFFFFFF); in GetWhite() local
/external/deqp/framework/common/
DtcuRGBA.hpp100 static inline const RGBA white (void) { return RGBA(0xFF, 0xFF, 0xFF, 0xFF); } in white() function in tcu::RGBA
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp65 unsigned char white[] = { 255, 255, 255, 255 }; in GeometryShaderLayeredRenderingBoundaryCondition() local

123