Home
last modified time | relevance | path

Searched refs:green (Results 576 - 600 of 702) sorted by relevance

1...<<212223242526272829

/third_party/skia/third_party/externals/libpng/
H A Dpng.c918 palette[i].green = (png_byte)(v & 0xff); in png_build_grayscale_palette()
1296 * value had 9 independent values (red,green,blue)x(X,Y,Z) however only 8 in png_XYZ_from_xy()
1298 * (red,green,blue,white)x(x,y). This loses one degree of freedom and in png_XYZ_from_xy()
1322 * end-point scale factors, (red-scale, green-scale, blue-scale), but these in png_XYZ_from_xy()
1328 * white-C = red-C + green-C + blue-C in png_XYZ_from_xy()
1329 * = red-c*red-scale + green-c*green-scale + blue-c*blue-scale in png_XYZ_from_xy()
1341 * Or: red-Y + green-Y + blue-Y = 1.0 in png_XYZ_from_xy()
1376 * white-C = red-C + green-C + blue-C in png_XYZ_from_xy()
1377 * = red-c*red-scale + green in png_XYZ_from_xy()
[all...]
H A Dpngpriv.h742 abs((int)((c1).green) - (int)((c2).green)) + \
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c90 // would be spotted in green-only situations (like lossy alpha) or gray-scale
361 const int green = p >> 8; // The upper bits are masked away later. in AddSingleSubGreen() local
362 ++r[((p >> 16) - green) & 0xff]; in AddSingleSubGreen()
363 ++b[((p >> 0) - green) & 0xff]; in AddSingleSubGreen()
1520 // Focus on the green color. in ApplyPaletteHash0()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp607 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsets()
685 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifyGatherOffsetsCompare()
734 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in verifySingleColored()
/third_party/glfw/include/GLFW/
H A Dglfw3.h2038 /*! The bit depth of the green channel of the video mode.
2066 /*! An array of value describing the response of the green channel.
2068 unsigned short* green; member
/third_party/glfw/src/
H A Dinternal.h979 void _glfwSplitBPP(int bpp, int* red, int* green, int* blue);
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dmixer.c806 color.f[1] = background_color->green; in vlVdpVideoMixerSetAttributeValues()
H A Doutput.c634 dst->y = colors->green; in ColorsToPipe()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java591 if (focus) g.setColor(Color.green); in drawSelection()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_types.h1137 uint32 green : 1; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DInstancingTest.cpp745 std::array<GLColor, 4> ubyteColors = {GLColor::red, GLColor::green};
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c1091 int fg = color.green * fa / 255; in FT_EXPORT_DEF()
/third_party/toybox/generated/
H A Dglobals.h1312 char *purple, *cyan, *red, *green, *grey; member
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1722 save_BlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in save_BlendColor() argument
1730 n[2].f = green; in save_BlendColor()
1735 CALL_BlendColor(ctx->Exec, (red, green, blue, alpha)); in save_BlendColor()
2161 save_ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in save_ClearAccum() argument
2169 n[2].f = green; in save_ClearAccum()
2174 CALL_ClearAccum(ctx->Exec, (red, green, blue, alpha)); in save_ClearAccum()
2180 save_ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in save_ClearColor() argument
2188 n[2].f = green; in save_ClearColor()
2193 CALL_ClearColor(ctx->Exec, (red, green, blue, alpha)); in save_ClearColor()
2268 save_ColorMask(GLboolean red, GLboolean green, in save_ColorMask() argument
2288 save_ColorMaski(GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) save_ColorMaski() argument
8861 save_ClearColorIiEXT(GLint red, GLint green, GLint blue, GLint alpha) save_ClearColorIiEXT() argument
8880 save_ClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha) save_ClearColorIuiEXT() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4379 const deUint8 green = ((i >> 8) & 0xFFu); in iterate()
4381 colors.push_back(ManyDrawsVertex::Color(red, green, blue, alphaValue)); in iterate()
4635 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in iterate()
4653 colorErrorAccess.setPixel((colorMismatch ? red : green), x, y); in iterate()
4654 stencilErrorAccess.setPixel((stencilMismatch ? red : green), x, y); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp4379 const deUint8 green = ((i >> 8) & 0xFFu); in iterate()
4381 colors.push_back(ManyDrawsVertex::Color(red, green, blue, alphaValue)); in iterate()
4635 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in iterate()
4653 colorErrorAccess.setPixel((colorMismatch ? red : green), x, y); in iterate()
4654 stencilErrorAccess.setPixel((stencilMismatch ? red : green), x, y); in iterate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp703 uint8_t green = buffer[idx + 1]; // idx + 1: The 2nd byte format: green in JsPutImageData() local
705 imageData.data.emplace_back(Color::FromARGB(alpha, red, green, blue).GetValue()); in JsPutImageData()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp826 staticMetadata.smpte2086.displayPrimaryGreen.x = colorScale * (float)displayColourVolume.green.x; in ParseHeifStaticMetadata()
827 staticMetadata.smpte2086.displayPrimaryGreen.y = colorScale * (float)displayColourVolume.green.y; in ParseHeifStaticMetadata()
/third_party/libdrm/tests/modetest/
H A Dmodetest.c1132 gamma_lut[i].green = in set_gamma()
1144 g[i] = gamma_lut[i].green; in set_gamma()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp1160 const auto green = ((layer > 0) ? 1.0f : 0.0f); in iterate() local
1161 const auto referenceColor = ((m_params->getTotalDrawCount() > 0u) ? tcu::Vec4(0.0f, green, 1.0f, 1.0f) : clearColor); in iterate()
H A DvktMeshShaderSmokeTestsEXT.cpp936 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in testFullscreenGradient()
944 tcu::clear(errorAccess, green); in testFullscreenGradient()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp623 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in verifyImage() local
640 if (color != green) in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp1159 const auto green = ((layer > 0) ? 1.0f : 0.0f); in iterate() local
1160 const auto referenceColor = ((m_params->getTotalDrawCount() > 0u) ? tcu::Vec4(0.0f, green, 1.0f, 1.0f) : clearColor); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1815 UINT8 ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
1822 if (green) in ConvertColorMask()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp594 if (dst.getPixel(x, y) != tcu::RGBA::green()) in verify()
1261 if (dst.getPixel(x, y) != tcu::RGBA::green()) in verify()

Completed in 83 milliseconds

1...<<212223242526272829