Home
last modified time | relevance | path

Searched defs:blue (Results 176 - 200 of 680) sorted by relevance

12345678910>>...28

/third_party/ffmpeg/libavfilter/
H A Dasrc_anoisesrc.c127 double blue; in blue_filter() local
H A Dvf_despill.c56 float red, green, blue; in do_despill_slice() local
[all...]
/third_party/backends/backend/
H A Dsm3840_scan.c173 int red, green, blue; in setup_scan() local
[all...]
H A Dmustek_pp_ccd300.h83 unsigned char **blue; member
H A Dplustek-pp_types.h160 } blue; member
/third_party/lame/frontend/
H A Dgpkplotting.c58 setcolor(GtkWidget * widget, GdkColor * color, gint red, gint green, gint blue) in setcolor() argument
/third_party/mesa3d/src/mesa/main/
H A Dclear.c67 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) in _mesa_ClearColor() argument
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h50 int blue; member
56 unsigned int blue; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderDrawParametersTests.cpp322 int blue = (int)(it->blue * 255); in verify() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp62 unsigned char blue[] = { 0, 0, 255, 255 }; in GeometryShaderLayeredRenderingBoundaryCondition() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBuffersTest.cpp1108 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() member in GLColor
1165 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() / 4, getWindowHeight() / 4, GLColor::blue); in TEST_P() member in GLColor
[all...]
/third_party/skia/src/codec/
H A DSkBmpRLECodec.cpp91 uint8_t blue = get_byte(cBuffer.get(), i*fBytesPerColor); in createColorTable() local
204 setRGBPixel(void* dst, size_t dstRowBytes, const SkImageInfo& dstInfo, uint32_t x, uint32_t y, uint8_t red, uint8_t green, uint8_t blue) setRGBPixel() argument
[all...]
H A DSkMaskSwizzler.cpp23 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_opaque() local
40 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_opaque() local
57 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_unpremul() local
75 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_bgra_unpremul() local
93 uint8_t blue = masks->getBlue(p); in swizzle_mask16_to_rgba_premul() local
111 uint8_t blue = masks->getBlue(p); swizzle_mask16_to_bgra_premul() local
131 uint8_t blue = masks->getBlue(p); swizzle_mask16_to_565() local
148 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_opaque() local
165 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_opaque() local
182 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_unpremul() local
200 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_unpremul() local
218 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_rgba_premul() local
236 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_bgra_premul() local
254 uint8_t blue = masks->getBlue(p); swizzle_mask24_to_565() local
271 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_opaque() local
288 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_opaque() local
305 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_unpremul() local
323 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_unpremul() local
341 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_rgba_premul() local
359 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_bgra_premul() local
376 uint8_t blue = masks->getBlue(p); swizzle_mask32_to_565() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_decompress_symbolic.cpp137 float red = 0, green = 0, blue = 0, alpha = 0; in decompress_symbolic_block() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c196 const int blue = (background_rgb >> 0) & 0xff; in WebPBlendAlpha() local
/third_party/skia/tests/
H A DColorSpaceTest.cpp83 const float blue[] = { 0.436035f, 0.222488f, 0.013916f }; in DEF_TEST() local
30 test_space(skiatest::Reporter* r, SkColorSpace* space, const float red[], const float green[], const float blue[], bool expectSRGB = false) test_space() argument
47 test_path(skiatest::Reporter* r, const char* path, const float red[], const float green[], const float blue[], bool expectSRGB = false) test_path() argument
[all...]
/third_party/openssl/test/
H A Dproperty_test.c259 OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL; test_property_defn_cache() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp263 const float blue = rnd.getFloat(); in clearColor() local
281 const GLint blue = rnd.getUint32(); in clearColor() local
295 const GLuint blue in clearColor() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuRGBA.hpp98 static inline const RGBA blue (void) { return RGBA(0x0, 0x0, 0xFF, 0xFF); } in blue() function in tcu::RGBA
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fReadPixelsTests.cpp193 const float blue = rnd.getFloat(); in iterate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp88 auto blue = ReadUint8(buff, cursor); in ReadColor() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dcolor.h75 uint16_t blue : 5; member
90 uint8_t blue; member
103 uint8_t blue; member
144 float blue; member
443 uint8_t blue; global() member
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp69 uint32_t blue = static_cast<uint32_t>(data[0]); in NativeDrawingBrushTest() local
328 uint32_t blue = static_cast<float>(data[0]); in OHDrawingTypographyTest() local
378 uint32_t blue = static_cast<float>(data[1]); in OHDrawingLineTypographyTest() local
421 uint32_t blue = static_cast<float>(data[0]); in NativeDrawingPenTest() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp184 uint32_t blue = hexNumber & 0xFF; in SetColor() local
194 int32_t blue = 0; in SetColor() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp77 int32_t blue = 0; in SetColorFromJS() local

Completed in 21 milliseconds

12345678910>>...28