| /external/deqp/framework/delibs/deimage/ |
| D | deARGB.h | 44 DE_INLINE int deARGB_getRed (deARGB argb) { return (int)((argb >> 16) & 0xFF); } in deARGB_getRed() 45 DE_INLINE int deARGB_getGreen (deARGB argb) { return (int)((argb >> 8) & 0xFF); } in deARGB_getGreen() 46 DE_INLINE int deARGB_getBlue (deARGB argb) { return (int)((argb >> 0) & 0xFF); } in deARGB_getBlue() 47 DE_INLINE int deARGB_getAlpha (deARGB argb) { return (int)((argb >> 24) & 0xFF); } in deARGB_getAlpha() 49 DE_INLINE deARGB deARGB_multiply (deARGB argb, int f) in deARGB_multiply()
|
| /external/webp/src/utils/ |
| D | color_cache_utils.h | 35 static WEBP_INLINE int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() 46 uint32_t key, uint32_t argb) { in VP8LColorCacheSet() 52 uint32_t argb) { in VP8LColorCacheInsert() 58 uint32_t argb) { in VP8LColorCacheGetIndex() 64 uint32_t argb) { in VP8LColorCacheContains()
|
| /external/pdfium/core/fxge/ |
| D | fx_dib.h | 100 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) argument 101 #define FXARGB_R(argb) ((uint8_t)((argb) >> 16)) argument 102 #define FXARGB_G(argb) ((uint8_t)((argb) >> 8)) argument 103 #define FXARGB_B(argb) ((uint8_t)(argb)) argument 106 #define FXARGB_MUL_ALPHA(argb, alpha) \ argument 115 #define FXARGB_SETDIB(p, argb) \ argument 120 #define FXARGB_SETRGBORDERDIB(p, argb) \ argument 125 #define FXARGB_TODIB(argb) (argb) argument 129 #define FXARGB_TOBGRORDERDIB(argb) \ argument
|
| /external/pdfium/xfa/fxgraphics/ |
| D | cxfa_gecolor.cpp | 11 CXFA_GEColor::CXFA_GEColor(const FX_ARGB argb) : m_type(Solid), m_argb(argb) { in CXFA_GEColor() 15 CXFA_GEColor::CXFA_GEColor(CXFA_GEPattern* pattern, const FX_ARGB argb) in CXFA_GEColor()
|
| /external/webp/src/dsp/ |
| D | lossless_enc_mips_dsp_r2.c | 84 uint32_t argb, argb1, new_red, new_red1; in TransformColor_MIPSdspR2() local 165 uint32_t argb) { in TransformColorBlue() 174 static void CollectColorBlueTransforms_MIPSdspR2(const uint32_t* argb, in CollectColorBlueTransforms_MIPSdspR2() 221 uint32_t argb) { in TransformColorRed() 228 static void CollectColorRedTransforms_MIPSdspR2(const uint32_t* argb, in CollectColorRedTransforms_MIPSdspR2()
|
| D | lossless_enc_neon.c | 39 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 48 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() 64 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); in SubtractGreenFromBlueAndRed_NEON() local
|
| D | lossless.c | 246 const uint32_t argb = src[i]; in VP8LAddGreenToBlueAndRed_C() local 272 const uint32_t argb = src[i]; in VP8LTransformColorInverse_C() local 429 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB_C() local 440 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA_C() local 452 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA4444_C() local 469 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB565_C() local 486 const uint32_t argb = *src++; in VP8LConvertBGRAToBGR_C() local 498 const uint32_t argb = *src++; in CopyOrSwap() local
|
| D | lossless_enc_sse41.c | 48 static void CollectColorBlueTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorBlueTransforms_SSE41() 95 static void CollectColorRedTransforms_SSE41(const uint32_t* argb, int stride, in CollectColorRedTransforms_SSE41()
|
| D | alpha_processing_neon.c | 134 static int ExtractAlpha_NEON(const uint8_t* argb, int argb_stride, in ExtractAlpha_NEON() 164 static void ExtractGreen_NEON(const uint32_t* argb, in ExtractGreen_NEON()
|
| D | lossless_enc.c | 506 const int argb = argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local 522 const uint32_t argb = data[i]; in VP8LTransformColor_C() local 537 uint32_t argb) { in TransformColorRed() 546 uint32_t argb) { in TransformColorBlue() 555 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C() 567 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C()
|
| D | upsampling_mips_dsp_r2.c | 80 uint8_t* const argb) { in YuvToRgba4444() 102 uint8_t* const argb) { in YuvToArgb()
|
| D | yuv.h | 110 uint8_t* const argb) { in VP8YuvToRgba4444() 129 uint8_t* const argb) { in VP8YuvToArgb()
|
| D | alpha_processing_sse41.c | 22 static int ExtractAlpha_SSE41(const uint8_t* argb, int argb_stride, in ExtractAlpha_SSE41()
|
| D | yuv.c | 119 static void ConvertARGBToY_C(const uint32_t* argb, uint8_t* y, int width) { in ConvertARGBToY_C() 128 void WebPConvertARGBToUV_C(const uint32_t* argb, uint8_t* u, uint8_t* v, in WebPConvertARGBToUV_C()
|
| /external/pdfium/public/ |
| D | fpdf_edit.h | 18 #define FPDF_GetBValue(argb) ((uint8_t)(argb)) argument 19 #define FPDF_GetGValue(argb) ((uint8_t)(((uint16_t)(argb)) >> 8)) argument 20 #define FPDF_GetRValue(argb) ((uint8_t)((argb) >> 16)) argument 21 #define FPDF_GetAValue(argb) ((uint8_t)((argb) >> 24)) argument
|
| /external/pdfium/core/fxge/dib/ |
| D | fx_dib_main.cpp | 77 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb) { in ArgbDecode() 82 std::pair<int, FX_COLORREF> ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef()
|
| /external/webp/src/enc/ |
| D | predictor_enc.c | 58 static WEBP_INLINE void UpdateHisto(int histo_argb[4][256], uint32_t argb) { in UpdateHisto() 112 static uint32_t AddGreenToBlueAndRed(uint32_t argb) { in AddGreenToBlueAndRed() 120 static void MaxDiffsForRow(int width, int stride, const uint32_t* const argb, in MaxDiffsForRow() 302 const uint32_t* const argb, in GetBestPredictorForTile() 416 uint32_t* const argb, in CopyImageWithPrediction() 476 uint32_t* const argb, uint32_t* const argb_scratch, in VP8LResidualImage() 541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() 564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() 594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() 628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue() [all …]
|
| D | backward_references_enc.c | 197 static WEBP_INLINE uint32_t GetPixPairHash64(const uint32_t* const argb) { in GetPixPairHash64() 225 const uint32_t* const argb, int xsize, int ysize, in VP8LHashChainFill() 411 const uint32_t* const argb, in BackwardReferencesRle() 454 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77() 526 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box() 694 static int CalculateBestCacheSize(const uint32_t* argb, int quality, in CalculateBestCacheSize() 794 static int BackwardRefsWithLocalCache(const uint32_t* const argb, in BackwardRefsWithLocalCache() 829 int width, int height, const uint32_t* const argb, in GetBackwardReferencesLowEffort() 845 int width, int height, const uint32_t* const argb, int quality, in GetBackwardReferences() 932 int width, int height, const uint32_t* const argb, int quality, in VP8LGetBackwardReferences()
|
| D | picture_tools_enc.c | 170 uint32_t* argb; in WebPCleanupTransparentAreaLossless() local 251 uint32_t* argb = pic->argb; in WebPBlendAlpha() local
|
| /external/pdfium/core/fxge/apple/ |
| D | fx_apple_platform.cpp | 36 uint32_t argb) { in CGDrawGlyphRun() 108 uint32_t argb) { in DrawDeviceText()
|
| D | fx_quartz_device.cpp | 82 FX_ARGB argb, in drawGraphicsString()
|
| /external/skqp/experimental/docs/ |
| D | utilities.js | 5 function argb(a, r, g, b) { function
|
| /external/skia/experimental/docs/ |
| D | utilities.js | 5 function argb(a, r, g, b) { function
|
| /external/skqp/src/compute/color/ |
| D | color.c | 34 color_argb32_to_rgba_f32(float rgba[4], const uint32_t argb) in color_argb32_to_rgba_f32()
|
| /external/skia/src/compute/color/ |
| D | color.c | 34 color_argb32_to_rgba_f32(float rgba[4], const uint32_t argb) in color_argb32_to_rgba_f32()
|