Home
last modified time | relevance | path

Searched defs:argb (Results 1 - 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dcopyimage.cpp16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
/third_party/skia/experimental/docs/
H A Dutilities.js5 function argb(a, r, g, b) { function
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.h46 YUV2PACKEDX_HEADER(argb); variable
/third_party/skia/docs/examples/
H A DRGBA4f_FromColor.cpp8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in REG_FIDDLE() local
H A DRGBA4f_toSkColor.cpp9 SkColor argb = color4f.toSkColor(); in REG_FIDDLE() local
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.h40 } argb; member
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.h37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() argument
47 VP8LColorCacheSet(const VP8LColorCache* const cc, uint32_t key, uint32_t argb) VP8LColorCacheSet() argument
53 VP8LColorCacheInsert(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheInsert() argument
59 VP8LColorCacheGetIndex(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheGetIndex() argument
65 VP8LColorCacheContains(const VP8LColorCache* const cc, uint32_t argb) VP8LColorCacheContains() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeARGB.h44 DE_INLINE int deARGB_getRed (deARGB argb) { return (int)((argb >> 16) & 0xFF); } in deARGB_getRed() argument
45 DE_INLINE int deARGB_getGreen (deARGB argb) { return (int)((argb >> 8) & 0xFF); } in deARGB_getGreen() argument
46 DE_INLINE int deARGB_getBlue (deARGB argb) { return (int)((argb >> 0) & 0xFF); } in deARGB_getBlue() argument
47 DE_INLINE int deARGB_getAlpha (deARGB argb) { return (int)((argb >> 24) & 0xFF); } in deARGB_getAlpha() argument
49 DE_INLINE deARGB deARGB_multiply (deARGB argb, int f) in deARGB_multiply() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.h41 } argb; member
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwebpdec.c219 uint32_t* argb = pic->argb; in ReadWebP() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_neon.c39 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
48 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
64 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); in SubtractGreenFromBlueAndRed_NEON() local
H A Dupsampling_mips_dsp_r2.c79 YuvToRgba4444(int y, int u, int v, uint8_t* const argb) YuvToRgba4444() argument
101 YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) YuvToArgb() argument
[all...]
H A Dalpha_processing_mips_dsp_r2.c90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local
[all...]
H A Dalpha_processing_neon.c135 static int ExtractAlpha_NEON(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_NEON() argument
165 static void ExtractGreen_NEON(const uint32_t* WEBP_RESTRICT argb, in ExtractGreen_NEON() argument
H A Dalpha_processing_sse41.c22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41() argument
H A Dlossless_enc_sse41.c50 static void CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorBlueTransforms_SSE41() argument
96 static void CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorRedTransforms_SSE41() argument
H A Dyuv.h109 VP8YuvToRgba4444(int y, int u, int v, uint8_t* const argb) VP8YuvToRgba4444() argument
128 VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) VP8YuvToArgb() argument
/third_party/skia/src/effects/
H A DSkTableColorFilter.cpp93 uint8_t argb[4*256]; in CreateProc() local
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h61 } argb; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dcolor.h36 } argb; member
197 explicit LinearColor(uint32_t argb) in LinearColor() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h45 } argb; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_color.cpp108 RSColor RSColor::FromArgbInt(uint32_t argb) in FromArgbInt() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp109 uint32_t argb = (0xFF << 24) | (r2 << 16) | (g2 << 8) | b2; in color_to_565() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/color_filter_napi/
H A Djs_color_filter.cpp114 int32_t argb[ARGC_FOUR] = {0}; in CreateBlendModeColorFilter() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
H A Djs_shadow_layer.cpp110 int32_t argb[ARGC_FOUR] = {0}; in Create() local

Completed in 10 milliseconds

123