Home
last modified time | relevance | path

Searched refs:green1 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A DPaint_setColor4f.cpp7 SkPaint green1, green2; in REG_FIDDLE() local
8 green1.setColor4f({0, 1, 0, 1}, nullptr); // R=0 G=1 B=0 A=1 in REG_FIDDLE()
10 SkDebugf("green1 %c= green2\n", green1 == green2 ? '=' : '!'); in REG_FIDDLE()
H A DPaint_setColor.cpp7 SkPaint green1, green2; in REG_FIDDLE() local
12 green1.setColor((a << 24) + (r << 16) + (g << 8) + (b << 0)); in REG_FIDDLE()
14 SkDebugf("green1 %c= green2\n", green1 == green2 ? '=' : '!'); in REG_FIDDLE()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_color_unquantize.cpp611 int green1 = a - b0; in hdr_rgb_unpack3() local
638 if (green1 < 0) in hdr_rgb_unpack3()
639 green1 = 0; in hdr_rgb_unpack3()
640 else if (green1 > 0xFFF) in hdr_rgb_unpack3()
641 green1 = 0xFFF; in hdr_rgb_unpack3()
656 red1 = green1; in hdr_rgb_unpack3()
658 green1 = temp1; in hdr_rgb_unpack3()
673 *output1 = uint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack3()
/third_party/astc-encoder/Source/
H A Dastcenc_color_unquantize.cpp558 int green1 = a - b0; in hdr_rgb_unpack() local
570 green1 = astc::clamp(green1, 0, 4095); in hdr_rgb_unpack()
581 red1 = green1; in hdr_rgb_unpack()
583 green1 = temp1; in hdr_rgb_unpack()
598 output1 = vint4(red1 << 4, green1 << 4, blue1 << 4, 0x7800); in hdr_rgb_unpack()
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-enum-symbol.c1 enum {red1, green1, blue1} primary1; enumerator
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp210 EGLint red1, red2, green1, green2, blue1, blue2, alpha1, alpha2; in areConfigsCompatible() local
219 eglGetConfigAttrib(mDisplay, c1, EGL_GREEN_SIZE, &green1); in areConfigsCompatible()
244 return colorBufferType1 == colorBufferType2 && red1 == red2 && green1 == green2 && in areConfigsCompatible()
/third_party/backends/backend/
H A Dqcam.c988 int red1, green1, blue1, green2, blue2; in reader_process() local
991 green1 = src[1]; in reader_process()
997 green2 = green1; in reader_process()
1007 buf[1] = green1; in reader_process()

Completed in 9 milliseconds