Home
last modified time | relevance | path

Searched defs:argb (Results 26 - 50 of 68) sorted by relevance

123

/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h41 } argb; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/
H A Djs_drawing_utils.cpp94 bool ConvertFromJsColor(napi_env env, napi_value jsValue, int32_t* argb, size_t size) in ConvertFromJsColor() argument
108 bool ConvertFromJsColorWithNumber(napi_env env, napi_value jsValue, int32_t* argb, size_t size, size_t argc) in ConvertFromJsColorWithNumber() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/brush_napi/
H A Djs_brush.cpp155 int32_t argb[ARGC_FOUR] = {0}; in SetColor() local
/third_party/ffmpeg/libavcodec/
H A Dqtrle.c361 unsigned int argb; in qtrle_decode_32bpp() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips_dsp_r2.c84 uint32_t argb, argb1, new_red, new_red1; in TransformColor_MIPSdspR2() local
163 TransformColorBlue(uint8_t green_to_blue, uint8_t red_to_blue, uint32_t argb) TransformColorBlue() argument
174 CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) CollectColorBlueTransforms_MIPSdspR2() argument
220 TransformColorRed(uint8_t green_to_red, uint32_t argb) TransformColorRed() argument
228 CollectColorRedTransforms_MIPSdspR2(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) CollectColorRedTransforms_MIPSdspR2() argument
[all...]
H A Dlossless_mips_dsp_r2.c296 uint32_t argb, argb1, new_red; in TransformColorInverse_MIPSdspR2() local
H A Dupsampling_msa.c287 static void YuvToRgba4444(int y, int u, int v, uint8_t* const argb) { in YuvToRgba4444() argument
306 static void YuvToArgb(uint8_t y, uint8_t u, uint8_t v, uint8_t* const argb) { in YuvToArgb() argument
H A Dyuv.c119 static void ConvertARGBToY_C(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_C() argument
128 void WebPConvertARGBToUV_C(const uint32_t* argb, uint8_t* u, uint8_t* v, in WebPConvertARGBToUV_C() argument
H A Dalpha_processing.c143 const uint32_t argb = ptr[x]; in WebPMultARGBRow_C() local
328 static int ExtractAlpha_C(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_C() argument
346 ExtractGreen_C(const uint32_t* WEBP_RESTRICT argb, uint8_t* WEBP_RESTRICT alpha, int size) ExtractGreen_C() argument
[all...]
H A Dyuv_neon.c73 static void ConvertARGBToY_NEON(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_NEON() argument
134 static void ConvertARGBToUV_NEON(const uint32_t* argb, uint8_t* u, uint8_t* v, in ConvertARGBToUV_NEON() argument
H A Dalpha_processing_sse2.c102 static int ExtractAlpha_SSE2(const uint8_t* WEBP_RESTRICT argb, int argb_stride, in ExtractAlpha_SSE2() argument
H A Dlossless_enc.c525 const int argb = argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local
545 const uint32_t argb = data[i]; in VP8LTransformColor_C() local
559 TransformColorRed(uint8_t green_to_red, uint32_t argb) TransformColorRed() argument
567 TransformColorBlue(uint8_t green_to_blue, uint8_t red_to_blue, uint32_t argb) TransformColorBlue() argument
578 VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_red, int histo[]) VP8LCollectColorRedTransforms_C() argument
590 VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, int tile_width, int tile_height, int green_to_blue, int red_to_blue, int histo[]) VP8LCollectColorBlueTransforms_C() argument
[all...]
H A Dlossless_neon.c508 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
517 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() argument
533 const uint8x16_t argb = vld1q_u8((const uint8_t*)src); in AddGreenToBlueAndRed_NEON() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c89 uint32_t* argb = pic->argb; in WebPReplaceTransparentPixels() local
246 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dutils.c264 const uint32_t* argb = pic->argb; in WebPGetColorPalette() local
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeImage.c84 void deImage_setPixel (deImage* image, int x, int y, deARGB argb) in deImage_setPixel() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp171 int32_t argb[ARGC_FOUR] = {0}; in SetColor() local
/third_party/popt/src/
H A Dpoptint.h84 pbm_set * argb; member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c483 char *argb; in check_argument_match() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp416 int32_t argb = static_cast<int32_t>(shadow.GetColor().GetValue()); in ParseShadowInfo() local
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h54 } argb; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp697 unsigned short argb = ((unsigned short *)sourcePixels)[x]; in copyFromRTInternal() local
715 unsigned short argb = ((unsigned short *)sourcePixels)[x]; in copyFromRTInternal() local
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c205 const uint32_t argb = row[x]; in ConvertToGray() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h156 } argb; member
/third_party/skia/third_party/externals/libwebp/examples/
H A Dcwebp.c1082 uint32_t* argb = picture.argb; in main() local

Completed in 27 milliseconds

123