HomeSort by relevance Sort by last modified time
    Searched full:argb (Results 101 - 125 of 533) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libyuv/include/libyuv/
format_conversion.h 103 // Convert Bayer RGB formats to ARGB.
133 // Converts ARGB to Bayer RGB formats.
  /external/chromium_org/third_party/skia/src/animator/
SkDrawBitmap.cpp 48 SK_MEMBER_PROPERTY(erase, ARGB),
71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor),
  /external/libyuv/files/include/libyuv/
format_conversion.h 103 // Convert Bayer RGB formats to ARGB.
133 // Converts ARGB to Bayer RGB formats.
  /external/skia/src/animator/
SkDrawBitmap.cpp 48 SK_MEMBER_PROPERTY(erase, ARGB),
71 SkDebugf("erase=\"argb(%d,%d,%d,%d)\" ", SkColorGetA(fColor)/255, SkColorGetR(fColor),
  /external/webp/src/dsp/
alpha_processing.c 140 const uint32_t argb = ptr[x]; local
141 if (argb < 0xff000000u) { // alpha < 255
142 if (argb <= 0x00ffffffu) { // alpha == 0
145 const uint32_t alpha = (argb >> 24) & 0xff;
147 uint32_t out = argb & 0xff000000u;
148 out |= Mult(argb >> 0, scale) << 0;
149 out |= Mult(argb >> 8, scale) << 8;
150 out |= Mult(argb >> 16, scale) << 16;
lossless_neon.c 272 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); local
274 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
275 vtbl1_u8(vget_high_u8(argb), shuffle));
276 vst1q_u8((uint8_t*)argb_data, vsubq_u8(argb, greens));
286 const uint8x16_t argb = vld1q_u8((uint8_t*)argb_data); local
288 vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
289 vtbl1_u8(vget_high_u8(argb), shuffle));
290 vst1q_u8((uint8_t*)argb_data, vaddq_u8(argb, greens));
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.h 20 // buffer is assumed to be 32-bit ARGB-8-8-8-8 pixel format, with pre-
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 20 // ARGB as the byte order you have to wonder if that's in memory order or
27 // SK_R32_SHIFT). For Linux we define it to be ARGB in registers. For little
32 // also configured for ARGB in registers.
34 // Cairo's only 32-bit mode is ARGB in registers.
  /external/chromium_org/third_party/libwebp/enc/
backward_references.h 69 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) {
72 retval.argb_or_distance = argb;
197 int width, int height, const uint32_t* const argb, int quality,
202 int VP8LCalculateEstimateForCacheSize(const uint32_t* const argb,
  /external/chromium_org/third_party/libwebp/utils/
alpha_processing.h 26 // Pre-Multiply or Un-Multiply (if 'inverse' is true) argb values in a row.
  /external/chromium_org/ui/gfx/x/
x11_types.h 29 // Draws ARGB data on the given pixmap using the given GC, converting to the
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 1267 ARGB argb; local
    [all...]
GdiPlusPen.h 324 ARGB argb; local
327 &argb));
330 color->SetValue(argb);
GdiPlusimageAttributes.h 327 ARGB argb = color.GetValue(); local
330 nativeImageAttr, wrap, argb, clamp));
  /external/webp/src/enc/
backward_references.h 69 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) {
72 retval.argb_or_distance = argb;
197 int width, int height, const uint32_t* const argb, int quality,
202 int VP8LCalculateEstimateForCacheSize(const uint32_t* const argb,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 51 assertEquals(Color.argb(255, 255, 255, 255), normalized.getPixel(0, 0));
  /external/chromium_org/third_party/libyuv/source/
row_win.cc 23 // Constants for ARGB.
116 // Shuffle table for converting RGB24 to ARGB.
121 // Shuffle table for converting RAW to ARGB.
126 // Shuffle table for converting ARGB to RGB24.
131 // Shuffle table for converting ARGB to RAW.
141 // Shuffle table for converting ARGB to RAW.
331 movdqa [eax * 2 + edx], xmm1 // store 4 pixels of ARGB
332 movdqa [eax * 2 + edx + 16], xmm2 // store next 4 pixels of ARGB
385 movdqa [eax * 2 + edx], xmm1 // store 4 pixels of ARGB
386 movdqa [eax * 2 + edx + 16], xmm2 // store next 4 pixels of ARGB
    [all...]
format_conversion.cc 61 // Converts 32 bit ARGB to Bayer RGB formats.
68 const int blue_index = 0; // Offsets for ARGB format
238 // Converts any Bayer RGB format to ARGB.
288 // Converts any Bayer RGB format to ARGB.
366 // Allocate 2 rows of ARGB.
407 const int blue_index = 0; // Offsets for ARGB format
477 // Allocate a row of ARGB.
  /external/chromium_org/third_party/libwebp/webp/
encode.h 286 // Main flag for encoder selecting between ARGB or YUV input.
287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
301 // ARGB input (mostly used for input to lossless compression)
302 uint32_t* argb; // Pointer to argb (32 bit) plane. member in struct:WebPPicture
345 void* memory_argb_; // and for argb too.
449 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
464 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
467 // raw ARGB samples, since using YUV420 is comparatively lossy. Also, th
    [all...]
  /external/deqp/framework/delibs/deimage/
deImage.c 84 void deImage_setPixel (deImage* image, int x, int y, deARGB argb)
89 case DE_IMAGEFORMAT_XRGB8888: *(deARGB*)addr = argb; break;
90 case DE_IMAGEFORMAT_ARGB8888: *(deARGB*)addr = argb; break;
  /external/qemu/android/skin/
scaler.c 80 #include "android/skin/argb.h"
154 // The optimized scale functions in argb.h assume the destination is ARGB.
  /external/webp/include/webp/
encode.h 286 // Main flag for encoder selecting between ARGB or YUV input.
287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
301 // ARGB input (mostly used for input to lossless compression)
302 uint32_t* argb; // Pointer to argb (32 bit) plane. member in struct:WebPPicture
345 void* memory_argb_; // and for argb too.
449 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
464 // Converts picture->yuv to picture->argb and sets picture->use_argb to true.
467 // raw ARGB samples, since using YUV420 is comparatively lossy. Also, th
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java 115 mLightingColorFilter.setColorMultiply(Color.argb(255, mul, mul, mul));
116 mLightingColorFilter.setColorAdd(Color.argb(0, add, add, add));
122 mDrawPaint.setColor(Color.argb(255, grey, grey, grey));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 757 ARGB *presetArgb =
758 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
800 ARGB *colorsArgb =
801 (ARGB*) DllExports::GdipAlloc(*count * sizeof(ARGB));
905 ARGB *presetArgb =
906 (ARGB*) DllExports::GdipAlloc(count * sizeof(ARGB));
924 ARGB *colorsArgb
    [all...]
  /external/oprofile/libpopt/
popt.c 183 con->os->argb = NULL;
219 /*@releases os->nextArg, os->argv, os->argb @*/
224 os->argb = PBM_FREE(os->argb);
236 con->os->argb = PBM_FREE(con->os->argb);
373 con->os->argb = NULL;
547 con->os->next, con->os->argb, con->os->argc, con->os->argv @*/
561 if (os->argb && PBM_ISSET(i, os->argb))
    [all...]

Completed in 485 milliseconds

1 2 3 45 6 7 8 91011>>