Home
last modified time | relevance | path

Searched defs:argb (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/pigweed/pw_assert/public/pw_assert/internal/
H A Dcheck_impl.h66 #define PW_CHECK_INT_LE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, <=, argb, int, "%d", __VA_… argument
67 #define PW_CHECK_INT_LT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, < , argb, int, "%d", __VA_… argument
68 #define PW_CHECK_INT_GE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, >=, argb, int, "%d", __VA_… argument
69 #define PW_CHECK_INT_GT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, > , argb, int, "%d", __VA_… argument
70 #define PW_CHECK_INT_EQ(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, ==, argb, int, "%d", __VA_… argument
71 #define PW_CHECK_INT_NE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, !=, argb, int, "%d", __VA_… argument
82 #define PW_CHECK_UINT_LE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, <=, argb, unsigned int, "… argument
83 #define PW_CHECK_UINT_LT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, < , argb, unsigned int, "… argument
84 #define PW_CHECK_UINT_GE(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, >=, argb, unsigned int, "… argument
85 #define PW_CHECK_UINT_GT(arga, argb, ...) _PW_CHECK_BINARY_CMP_IMPL(arga, > , argb, unsigned int, "… argument
[all …]
/aosp_15_r20/external/libmonet/utils/
H A DColorUtils.java66 public static int alphaFromArgb(int argb) { in alphaFromArgb()
71 public static int redFromArgb(int argb) { in redFromArgb()
76 public static int greenFromArgb(int argb) { in greenFromArgb()
81 public static int blueFromArgb(int argb) { in blueFromArgb()
86 public static boolean isOpaque(int argb) { in isOpaque()
103 public static double[] xyzFromArgb(int argb) { in xyzFromArgb()
131 public static double[] labFromArgb(int argb) { in labFromArgb()
170 public static double lstarFromArgb(int argb) { in lstarFromArgb()
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dfx_dib.h124 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) argument
125 #define FXARGB_R(argb) ((uint8_t)((argb) >> 16)) argument
126 #define FXARGB_G(argb) ((uint8_t)((argb) >> 8)) argument
127 #define FXARGB_B(argb) ((uint8_t)(argb)) argument
128 #define FXARGB_MUL_ALPHA(argb, alpha) \ argument
137 #define FXARGB_SETDIB(p, argb) \ argument
142 #define FXARGB_SETRGBORDERDIB(p, argb) \ argument
150 #define FXARGB_TOBGRORDERDIB(argb) \ argument
H A Dfx_dib.cpp44 std::tuple<int, int, int, int> ArgbDecode(FX_ARGB argb) { in ArgbDecode()
49 std::pair<int, FX_COLORREF> ArgbToAlphaAndColorRef(FX_ARGB argb) { in ArgbToAlphaAndColorRef()
53 FX_COLORREF ArgbToColorRef(FX_ARGB argb) { in ArgbToColorRef()
/aosp_15_r20/external/webp/src/enc/
H A Dpredictor_enc.c59 static WEBP_INLINE void UpdateHisto(int histo_argb[4][256], uint32_t argb) { in UpdateHisto()
113 static uint32_t AddGreenToBlueAndRed(uint32_t argb) { in AddGreenToBlueAndRed()
121 static void MaxDiffsForRow(int width, int stride, const uint32_t* const argb, in MaxDiffsForRow()
303 const uint32_t* const argb, in GetBestPredictorForTile()
417 uint32_t* const argb, in CopyImageWithPrediction()
477 uint32_t* const argb, uint32_t* const argb_scratch, in VP8LResidualImage()
552 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed()
575 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed()
605 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue()
639 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue()
[all …]
H A Dbackward_references_enc.c232 uint32_t GetPixPairHash64(const uint32_t* const argb) { in GetPixPairHash64()
260 const uint32_t* const argb, int xsize, int ysize, in VP8LHashChainFill()
473 const uint32_t* const argb, in BackwardReferencesRle()
516 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77()
588 const uint32_t* const argb, int cache_bits, in BackwardReferencesLz77Box()
756 static int CalculateBestCacheSize(const uint32_t* argb, int quality, in CalculateBestCacheSize()
862 static int BackwardRefsWithLocalCache(const uint32_t* const argb, in BackwardRefsWithLocalCache()
897 int width, int height, const uint32_t* const argb, in GetBackwardReferencesLowEffort()
913 const uint32_t* const argb, int quality, in GetBackwardReferences()
1041 int width, int height, const uint32_t* const argb, int quality, in VP8LGetBackwardReferences()
H A Dbackward_references_cost_enc.c123 const uint32_t* const argb, VP8LColorCache* const hashers, in AddSingleLiteralWithCostModel()
570 int xsize, int ysize, const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainDistanceOnly()
711 const uint32_t* const argb, int cache_bits, in BackwardReferencesHashChainFollowChosenPath()
767 const uint32_t* const argb, in VP8LBackwardReferencesTraceBackwards()
/aosp_15_r20/external/deqp/framework/delibs/deimage/
H A DdeARGB.h50 DE_INLINE int deARGB_getRed(deARGB argb) in deARGB_getRed()
54 DE_INLINE int deARGB_getGreen(deARGB argb) in deARGB_getGreen()
58 DE_INLINE int deARGB_getBlue(deARGB argb) in deARGB_getBlue()
62 DE_INLINE int deARGB_getAlpha(deARGB argb) in deARGB_getAlpha()
67 DE_INLINE deARGB deARGB_multiply(deARGB argb, int f) in deARGB_multiply()
/aosp_15_r20/external/webp/src/utils/
H A Dcolor_cache_utils.h37 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()
/aosp_15_r20/external/libmonet/hct/
H A DHct.java44 private int argb; field in Hct
56 int argb = HctSolver.solveToInt(hue, chroma, tone); in from() local
66 public static Hct fromInt(int argb) { in fromInt()
70 private Hct(int argb) { in Hct()
150 private void setInternalState(int argb) { in setInternalState()
/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_enc_mips_dsp_r2.c84 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()
H A Dlossless.c265 const uint32_t argb = src[i]; in VP8LAddGreenToBlueAndRed_C() local
291 const uint32_t argb = src[i]; in VP8LTransformColorInverse_C() local
448 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB_C() local
459 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA_C() local
471 const uint32_t argb = *src++; in VP8LConvertBGRAToRGBA4444_C() local
488 const uint32_t argb = *src++; in VP8LConvertBGRAToRGB565_C() local
505 const uint32_t argb = *src++; in VP8LConvertBGRAToBGR_C() local
517 const uint32_t argb = *src++; in CopyOrSwap() local
H A Dlossless_enc.c525 const int argb = (int)argb_data[i]; in VP8LSubtractGreenFromBlueAndRed_C() local
545 const uint32_t argb = data[i]; in VP8LTransformColor_C() local
560 uint32_t argb) { in TransformColorRed()
569 uint32_t argb) { in TransformColorBlue()
578 void VP8LCollectColorRedTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorRedTransforms_C()
590 void VP8LCollectColorBlueTransforms_C(const uint32_t* argb, int stride, in VP8LCollectColorBlueTransforms_C()
H A Dlossless_enc_neon.c39 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
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_edit.h18 #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
/aosp_15_r20/external/libmonet/palettes/
H A DCorePalette.java41 public static CorePalette of(int argb) { in of()
50 public static CorePalette contentOf(int argb) { in contentOf()
54 private CorePalette(int argb, boolean isContent) { in CorePalette()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DYuvImageTest.java240 int[] argb = new int[stride * height]; in testGetYuvData() local
507 int[] argb = new int [stride * height]; in generateYuvImage() local
576 private byte[] convertArgbsToYuvs(int[] argb, int width, int height, in convertArgbsToYuvs()
615 private void argb2yuv(int argb, byte[] yuv) { in argb2yuv()
626 int[] argb = new int[WIDTH * HEIGHT]; in verifyParameters() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/utils/
H A DCamUtils.java107 public static float lstarFromInt(int argb) { in lstarFromInt()
123 static float yFromInt(int argb) { in yFromInt()
132 static float[] xyzFromInt(int argb) { in xyzFromInt()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCamUtils.java223 public static float lstarFromInt(int argb) { in lstarFromInt()
239 static float yFromInt(int argb) { in yFromInt()
249 static float[] xyzFromInt(int argb) { in xyzFromInt()
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/
H A Dcfgas_gecolor.cpp9 CFGAS_GEColor::CFGAS_GEColor(const FX_ARGB argb) in CFGAS_GEColor()
12 CFGAS_GEColor::CFGAS_GEColor(CFGAS_GEPattern* pattern, const FX_ARGB argb) in CFGAS_GEColor()
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/
H A DColorUtils.java24 public static float brightness(int argb) { in brightness()
34 public static float hue(int argb) { in hue()
/aosp_15_r20/external/libmonet/scheme/
H A DScheme.java130 public static Scheme light(int argb) { in light()
135 public static Scheme dark(int argb) { in dark()
140 public static Scheme lightContent(int argb) { in lightContent()
145 public static Scheme darkContent(int argb) { in darkContent()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DColorPreference.java89 final int argb = getValue(); in onBindViewHolder() local
116 final int argb = getValueAt(index); in onBindListItem() local
/aosp_15_r20/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp583 uint32_t argb, in SetBitmapPaint()
600 uint32_t argb, in SetBitmapPaintForMerge()
1381 uint32_t argb, in SetDIBits()
1401 uint32_t argb, in StretchDIBits()
1431 uint32_t argb, in StartDIBits()
1552 uint32_t argb, in StartDIBitsSkia()
/aosp_15_r20/out/soong/.intermediates/external/libmonet/libmonet/android_common/javac/
Dlibmonet.jar ... .lang.String, int) String name int argb com.google.ux.material.libmonet. ...

12345678910>>...26