Home
last modified time | relevance | path

Searched refs:redColor (Results 1 – 9 of 9) sorted by relevance

/external/replicaisland/tools/
DExtractPoints.js201 var redColor = new SolidColor; variable
202 redColor.rgb.red = 255;
203 redColor.rgb.blue = 0;
204 redColor.rgb.green = 0;
261 newDoc.selection.fill(redColor);
/external/angle/src/tests/gl_tests/
DSamplersTest.cpp113 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P() local
123 redColor.data()); in TEST_P()
DProgramPipelineTest.cpp1483 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P() local
1493 redColor.data()); in TEST_P()
DMultithreadingTest.cpp702 std::vector<GLColor> redColor(kSize * kSize, GLColor::red); in textureThreadFunction() local
767 redColor.data()); in textureThreadFunction()
DTextureTest.cpp10153 RGBA16F redColor = {kHalfFloatOne, kHalfFloatZero, kHalfFloatZero, kHalfFloatOne}; in TEST_P() local
10155 std::vector<RGBA16F> pixels(kFaceWidth * kFaceHeight, redColor); in TEST_P()
/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py60 redColor = 205 variable
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDVideoCallView.m80 _hangupButton.backgroundColor = [UIColor redColor];
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m454 [countdownLabel_ setTextColor:[NSColor redColor]];
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp571 const tcu::Vec4 redColor (maxValue.x(), 0.0, 0.0, maxValue.w()); in generateBuffer() local
608 buffer.setPixDepth(redColor[0], x, y, z); in generateBuffer()
610 buffer.setPixStencil((int)redColor[3], x, y, z); in generateBuffer()
613 buffer.setPixel(redColor, x, y, z); in generateBuffer()
629 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer()
631 buffer.setPixStencil((useBlue ? (int) blueColor[3] : (int)redColor[3]), x, y, z); in generateBuffer()
634 buffer.setPixel((useBlue ? blueColor : redColor), x, y, z); in generateBuffer()