/external/pigweed/pw_assert/public/pw_assert/internal/ |
D | check_impl.h | 55 #define PW_CHECK_INT_LE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, <=, argb, int, "%d", __VA_… argument 56 #define PW_CHECK_INT_LT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, < , argb, int, "%d", __VA_… argument 57 #define PW_CHECK_INT_GE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, >=, argb, int, "%d", __VA_… argument 58 #define PW_CHECK_INT_GT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, > , argb, int, "%d", __VA_… argument 59 #define PW_CHECK_INT_EQ(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, ==, argb, int, "%d", __VA_… argument 60 #define PW_CHECK_INT_NE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, !=, argb, int, "%d", __VA_… argument 71 #define PW_CHECK_UINT_LE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, <=, argb, unsigned int, "… argument 72 #define PW_CHECK_UINT_LT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, < , argb, unsigned int, "… argument 73 #define PW_CHECK_UINT_GE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, >=, argb, unsigned int, "… argument 74 #define PW_CHECK_UINT_GT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, > , argb, unsigned int, "… argument [all …]
|
/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 | 37 int VP8LHashPix(uint32_t argb, int shift) { in VP8LHashPix() 48 uint32_t key, uint32_t argb) { in VP8LColorCacheSet() 54 uint32_t argb) { in VP8LColorCacheInsert() 60 uint32_t argb) { in VP8LColorCacheGetIndex() 66 uint32_t argb) { in VP8LColorCacheContains()
|
/external/pdfium/core/fxge/ |
D | fx_dib.h | 151 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) argument 152 #define FXARGB_R(argb) ((uint8_t)((argb) >> 16)) argument 153 #define FXARGB_G(argb) ((uint8_t)((argb) >> 8)) argument 154 #define FXARGB_B(argb) ((uint8_t)(argb)) argument 155 #define FXARGB_MUL_ALPHA(argb, alpha) \ argument 164 #define FXARGB_SETDIB(p, argb) \ argument 169 #define FXARGB_SETRGBORDERDIB(p, argb) \ argument 174 #define FXARGB_TODIB(argb) (argb) argument 178 #define FXARGB_TOBGRORDERDIB(argb) \ argument
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_gecolor.cpp | 9 CXFA_GEColor::CXFA_GEColor(const FX_ARGB argb) : m_type(Solid), m_argb(argb) {} in CXFA_GEColor() 11 CXFA_GEColor::CXFA_GEColor(CXFA_GEPattern* pattern, const FX_ARGB argb) in CXFA_GEColor()
|
/external/pdfium/core/fxge/dib/ |
D | fx_dib_main.cpp | 89 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb) { in ArgbDecode() 94 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb) { in ArgbToAlphaAndColorRef() 98 FX_COLORREF ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef()
|
/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 | 251 const uint32_t argb = src[i]; in VP8LAddGreenToBlueAndRed_C() local 277 const uint32_t argb = src[i]; in VP8LTransformColorInverse_C() local 434 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB_C() local 445 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA_C() local 457 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA4444_C() local 474 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB565_C() local 491 const uint32_t argb = *src++; in VP8LConvertBGRAToBGR_C() local 503 const uint32_t argb = *src++; in CopyOrSwap() local
|
D | lossless_enc.c | 506 const int argb = argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local 526 const uint32_t argb = data[i]; in VP8LTransformColor_C() local 541 uint32_t argb) { in TransformColorRed() 550 uint32_t argb) { in TransformColorBlue() 559 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C() 571 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C()
|
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 | upsampling_mips_dsp_r2.c | 80 uint8_t* const argb) { in YuvToRgba4444() 102 uint8_t* const argb) { in YuvToArgb()
|
/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/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 | 229 uint32_t GetPixPairHash64(const uint32_t* const argb) { in GetPixPairHash64() 257 const uint32_t* const argb, int xsize, int ysize, in VP8LHashChainFill() 443 const uint32_t* const argb, in BackwardReferencesRle() 486 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77() 558 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box() 726 static int CalculateBestCacheSize(const uint32_t* argb, int quality, in CalculateBestCacheSize() 832 static int BackwardRefsWithLocalCache(const uint32_t* const argb, in BackwardRefsWithLocalCache() 867 int width, int height, const uint32_t* const argb, in GetBackwardReferencesLowEffort() 883 const uint32_t* const argb, int quality, in GetBackwardReferences() 1010 int width, int height, const uint32_t* const argb, int quality, in VP8LGetBackwardReferences()
|
/external/angle/src/image_util/ |
D | copyimage.cpp | 16 uint32_t argb = *reinterpret_cast<const uint32_t *>(source); in CopyBGRA8ToRGBA8() local
|
/external/skia/docs/examples/ |
D | RGBA4f_toSkColor.cpp | 9 SkColor argb = color4f.toSkColor(); in draw() local
|
D | RGBA4f_FromColor.cpp | 8 SkColor argb = SkColorSetARGB(alpha, red, green, blue); in draw() local
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 41 uint32_t argb) { in CGDrawGlyphRun() 110 uint32_t argb) { in DrawDeviceText()
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/ |
D | ColoredLabel.java | 41 public static ColoredLabel create(String label, String displayName, int argb) { in create()
|
/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/pdfium/testing/fuzzers/ |
D | pdf_scanlinecompositor_fuzzer.cc | 28 uint32_t argb = GetInteger(data + 8); in LLVMFuzzerTestOneInput() local
|
/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()
|