/external/chromium_org/skia/ext/ |
skia_utils_win.cc | 47 // ARGB = 0xFF000000 | ((0BGR -> RGB0) >> 8) 56 // 0BGR = ((ARGB -> BGRA) >> 8)
|
/external/pdfium/fpdfsdk/include/ |
fpdfedit.h | 16 #define FPDF_GetBValue(argb) ((FX_BYTE)(argb))
17 #define FPDF_GetGValue(argb) ((FX_BYTE)(((FX_WORD)(argb)) >> 8))
18 #define FPDF_GetRValue(argb) ((FX_BYTE)((argb)>>16))
19 #define FPDF_GetAValue(argb) ((FX_BYTE)((argb)>>24))
|
/external/pixman/test/ |
combiner-test.c | 76 random_floats (argb_t *argb, int width) 82 argb_t *p = argb + i;
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlurImage_opts_neon.cpp | 108 // ( ARGB ) -> ( ARGB ARGB ) -> ( A R G B A R G B ) 154 // ( A R G B A R G B ) -> ( ARGB ARGB ) -> ( ARGB )
|
/external/skia/src/opts/ |
SkBlurImage_opts_neon.cpp | 108 // ( ARGB ) -> ( ARGB ARGB ) -> ( A R G B A R G B ) 154 // ( A R G B A R G B ) -> ( ARGB ARGB ) -> ( ARGB )
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBrush.h | 142 ARGB argb;
local 150 &argb));
152 *color = Color(argb);
604 ARGB argb[2];
local 611 SetStatus(DllExports::GdipGetLineColors((GpLineGradient*) nativeBrush, argb));
616 colors[0] = Color(argb[0]);
617 colors[1] = Color(argb[1]);
702 ARGB *argbs = (ARGB*) new BYTE[count*sizeof(ARGB)]; 902 ARGB argb; local 920 ARGB argb; local [all...] |
GdiPlusFlat.h | 546 GdipCreateHatchBrush(GpHatchStyle hatchstyle, ARGB forecol,
547 ARGB backcol, GpHatch **brush);
553 GdipGetHatchForegroundColor(GpHatch *brush, ARGB* forecol);
556 GdipGetHatchBackgroundColor(GpHatch *brush, ARGB* backcol);
623 GdipCreateSolidFill(ARGB color, GpSolidFill **brush);
626 GdipSetSolidFillColor(GpSolidFill *brush, ARGB color);
629 GdipGetSolidFillColor(GpSolidFill *brush, ARGB *color);
638 ARGB color1, ARGB color2,
645 ARGB color1, ARGB color2, [all...] |
/external/chromium_org/third_party/libyuv/source/ |
convert_argb.cc | 27 // Copy ARGB with optional flipping 48 // Convert I444 to ARGB. 109 // Convert I422 to ARGB. 188 // Convert I411 to ARGB. 249 // Convert I400 to ARGB. 299 // Convert I400 to ARGB. 349 // Shuffle table for converting BGRA to ARGB. 354 // Shuffle table for converting ABGR to ARGB. 359 // Shuffle table for converting RGBA to ARGB. 364 // Convert BGRA to ARGB [all...] |
convert_jpeg.cc | 226 uint8* argb; member in struct:libyuv::ARGBBuffers 240 dest->argb, dest->argb_stride, 242 dest->argb += rows * dest->argb_stride; 254 dest->argb, dest->argb_stride, 256 dest->argb += rows * dest->argb_stride; 268 dest->argb, dest->argb_stride, 270 dest->argb += rows * dest->argb_stride; 282 dest->argb, dest->argb_stride, 284 dest->argb += rows * dest->argb_stride; 294 dest->argb, dest->argb_stride [all...] |
scale_argb.cc | 30 // ScaleARGB ARGB, 1/2 31 // This is an optimized version for scaling down a ARGB to 1/2 of 81 // ScaleARGB ARGB, 1/4 82 // This is an optimized version for scaling down a ARGB to 1/4 of 90 // Allocate 2 rows of ARGB. 123 // ScaleARGB ARGB Even 124 // This is an optimized version for scaling down a ARGB to even 165 // Scale ARGB down with bilinear interpolation. 245 // Allocate a row of ARGB. 273 // Scale ARGB up with bilinear interpolation [all...] |
/external/chromium_org/media/base/simd/ |
convert_rgb_to_yuv_ssse3.asm | 60 ; Read the specified number of ARGB (or RGB) pixels from the source and store 62 ; pixels and convert them to ARGB pixels. (For this case, the alpha values of 69 ; Read ARGB pixels from the source. (This macro assumes the input buffer may 83 ; Read RGB pixels from the source and convert them to ARGB pixels. 85 ; Read one RGB pixel and convert it to one ARGB pixel. 100 ; Read two RGB pixels and convert them to two ARGB pixels. 108 ; ARGB pixels. 111 ; Read four RGB pixels and convert them to four ARGB pixels. 120 ; ARGB pixels. 136 ; Calculates four Y values from four ARGB pixels stored in %2 [all...] |
scale_yuv_to_rgb_mmx.inc | 19 ; 4. ARGB frame 24 PROLOGUE 7, 7, 3, Y, U, V, ARGB, R1, R2, TEMP
|
/external/chromium_org/third_party/libwebp/dsp/ |
yuv.h | 137 uint8_t* const argb) { 144 argb[0] = ba; 145 argb[1] = rg; 147 argb[0] = rg; 148 argb[1] = ba; 201 uint8_t* const argb) { 209 argb[0] = ba; 210 argb[1] = rg; 212 argb[0] = rg; 213 argb[1] = ba [all...] |
/external/webp/src/dsp/ |
yuv.h | 137 uint8_t* const argb) { 144 argb[0] = ba; 145 argb[1] = rg; 147 argb[0] = rg; 148 argb[1] = ba; 201 uint8_t* const argb) { 209 argb[0] = ba; 210 argb[1] = rg; 212 argb[0] = rg; 213 argb[1] = ba [all...] |
/external/pdfium/core/src/fxge/apple/ |
fx_quartz_device.cpp | 85 FX_ARGB argb,
106 ArgbDecode(argb, a, r, g, b);
458 FX_DWORD argb,
474 ArgbDecode(argb, a, r, g, b);
558 FX_ARGB argb,
621 FXARGB_R(argb) / 255.f,
622 FXARGB_G(argb) / 255.f,
623 FXARGB_B(argb) / 255.f,
624 FXARGB_A(argb) / 255.f);
689 FX_ARGB argb,
[all...] |
/external/libyuv/files/source/ |
row_win.cc | 24 // Constants for ARGB. 85 // Shuffle table for converting RGB24 to ARGB. 90 // Shuffle table for converting RAW to ARGB. 95 // Shuffle table for converting BGRA to ARGB. 100 // Shuffle table for converting ABGR to ARGB. 105 // Shuffle table for converting RGBA to ARGB. 110 // Shuffle table for converting ARGB to RGBA. 115 // Shuffle table for converting ARGB to RGB24. 120 // Shuffle table for converting ARGB to RAW. 364 movdqa [eax * 2 + edx], xmm1 // store 4 pixels of ARGB [all...] |
/external/pixman/pixman/ |
pixman-access.c | 601 argb_t *argb = buffer; local 603 argb->a = pixman_unorm_to_float ((p >> 24) & 0xff, 8); 605 argb->r = to_linear [(p >> 16) & 0xff]; 606 argb->g = to_linear [(p >> 8) & 0xff]; 607 argb->b = to_linear [(p >> 0) & 0xff]; 818 argb_t argb; local 820 argb.a = 1.0; 821 argb.r = pixman_unorm_to_float (r, 10); 822 argb.g = pixman_unorm_to_float (g, 10); 823 argb.b = pixman_unorm_to_float (b, 10) 839 argb_t argb; local 860 argb_t argb; local 880 argb_t argb; local 897 argb_t argb; local [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
vp8li.h | 31 uint32_t* argb_; // Transformed argb image data. 32 uint32_t* argb_scratch_; // Scratch memory for argb rows 61 // Returns 0 if config or picture is NULL or picture doesn't have valid argb
|
/external/webp/src/enc/ |
vp8li.h | 31 uint32_t* argb_; // Transformed argb image data. 32 uint32_t* argb_scratch_; // Scratch memory for argb rows 61 // Returns 0 if config or picture is NULL or picture doesn't have valid argb
|
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 107 public static int argb(int alpha, int red, int green, int blue) { method in class:Color 229 * Convert HSB components to an ARGB color. Alpha set to 0xFF. 235 * @return the resulting argb color 244 * Convert HSB components to an ARGB color. Alpha set to 0xFF. 252 * @return the resulting argb color 327 * Convert the argb color to its HSV components. 331 * @param color the argb color to convert. The alpha component is ignored. 339 * Convert HSV components to an ARGB color. Alpha set to 0xFF. 345 * @return the resulting argb color 352 * Convert HSV components to an ARGB color. The alpha component is passe [all...] |
PorterDuffColorFilter.java | 30 * @param color The ARGB source color used with the specified Porter-Duff mode 44 * Returns the ARGB color used to tint the source pixels when this filter 60 * @param color An ARGB {@link Color color}
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/ |
UiColorValueNode.java | 40 /** Accepted RGBA formats are one of #RGB, #ARGB, #RRGGBB or #AARRGGBB. */ 51 * that is one of #RGB, #ARGB, #RRGGBB or #AARRGGBB. 63 "Accepted color formats are one of #RGB, #ARGB, #RRGGBB or #AARRGGBB.",
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 171 // Get text labels and seekbars for the four color components: ARGB 226 * Computes the {@link Color} value from selection on ARGB sliders. 228 * @return color computed from selected ARGB values 236 return Color.argb(alpha, red, green, blue); 251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 257 // Set the color hint of the image: ARGB 264 Log.d(TAG, String.format("Updating tint with color [ARGB: %d,%d,%d,%d] and mode [%s]",
|
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 171 // Get text labels and seekbars for the four color components: ARGB 226 * Computes the {@link Color} value from selection on ARGB sliders. 228 * @return color computed from selected ARGB values 236 return Color.argb(alpha, red, green, blue); 251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 257 // Set the color hint of the image: ARGB 264 Log.d(TAG, String.format("Updating tint with color [ARGB: %d,%d,%d,%d] and mode [%s]",
|
/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/ |
DrawableTintingFragment.java | 171 // Get text labels and seekbars for the four color components: ARGB 226 * Computes the {@link Color} value from selection on ARGB sliders. 228 * @return color computed from selected ARGB values 236 return Color.argb(alpha, red, green, blue); 251 * ARGB color. (Alpha, Red, Green, Blue.) Once a color has been computed using 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 257 // Set the color hint of the image: ARGB 264 Log.d(TAG, String.format("Updating tint with color [ARGB: %d,%d,%d,%d] and mode [%s]",
|