Searched refs:redColor (Results 1 – 9 of 9) sorted by relevance
/external/replicaisland/tools/ |
D | ExtractPoints.js | 201 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/ |
D | SamplersTest.cpp | 113 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P() local 123 redColor.data()); in TEST_P()
|
D | ProgramPipelineTest.cpp | 1483 std::array<GLColor, kWidth *kHeight> redColor = { in TEST_P() local 1493 redColor.data()); in TEST_P()
|
D | MultithreadingTest.cpp | 702 std::vector<GLColor> redColor(kSize * kSize, GLColor::red); in textureThreadFunction() local 767 redColor.data()); in textureThreadFunction()
|
D | TextureTest.cpp | 10153 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/ |
D | QuickDraw.py | 60 redColor = 205 variable
|
/external/webrtc/examples/objc/AppRTCMobile/ios/ |
D | ARDVideoCallView.m | 80 _hangupButton.backgroundColor = [UIColor redColor];
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 454 [countdownLabel_ setTextColor:[NSColor redColor]];
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 571 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()
|