| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| H A D | copyimage.cpp | 16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
|
| /third_party/skia/experimental/docs/ |
| H A D | utilities.js | 5 function argb(a, r, g, b) { function
|
| /third_party/ffmpeg/libswscale/ppc/ |
| H A D | yuv2rgb_altivec.h | 46 YUV2PACKEDX_HEADER(argb); variable
|
| /third_party/skia/docs/examples/ |
| H A D | RGBA4f_FromColor.cpp | 8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in REG_FIDDLE() local
|
| H A D | RGBA4f_toSkColor.cpp | 9 SkColor argb = color4f.toSkColor(); in REG_FIDDLE() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
| H A D | rosen_render_qrcode.h | 40 } argb; member
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | color_cache_utils.h | 37 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 D | deARGB.h | 44 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 D | qrcode_modifier.h | 41 } argb; member
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | webpdec.c | 219 uint32_t* argb = pic->argb; in ReadWebP() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless_enc_neon.c | 39 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 D | upsampling_mips_dsp_r2.c | 79 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 D | alpha_processing_mips_dsp_r2.c | 90 const uint32_t argb = ptr[x]; in MultARGBRow_MIPSdspR2() local [all...] |
| H A D | alpha_processing_neon.c | 135 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 D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* WEBP_RESTRICT argb, in ExtractAlpha_SSE41() argument
|
| H A D | lossless_enc_sse41.c | 50 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 D | yuv.h | 109 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 D | SkTableColorFilter.cpp | 93 uint8_t argb[4*256]; in CreateProc() local
|
| /base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
| H A D | sec_comp_info.h | 61 } argb; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | color.h | 36 } 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 D | sec_comp_base_mock.h | 45 } argb; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
| H A D | rs_color.cpp | 108 RSColor RSColor::FromArgbInt(uint32_t argb) in FromArgbInt() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
| H A D | test_common.cpp | 109 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 D | js_color_filter.cpp | 114 int32_t argb[ARGC_FOUR] = {0}; in CreateBlendModeColorFilter() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/ |
| H A D | js_shadow_layer.cpp | 110 int32_t argb[ARGC_FOUR] = {0}; in Create() local
|