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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_texture.c 524 /* It's okay for XRGB and ARGB or depth with/out stencil to get mixed up */
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
gbm.h 75 /** ARGB with 8 bits per channel in a 32 bit value */
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 290 * Removes the alpha component of an ARGB color (including unpremultiply) while
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 249 // TODO(mikhal): Add psnr for RGB565, 1555, 4444, convert to ARGB.
  /external/libpng/
pngwtran.c 318 /* This converts from ARGB to RGBA */
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 524 /* It's okay for XRGB and ARGB or depth with/out stencil to get mixed up */
  /external/mesa3d/src/gbm/main/
gbm.h 75 /** ARGB with 8 bits per channel in a 32 bit value */
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusGraphics.h 446 ARGB argb = color->GetValue(); local
448 Status status = SetStatus(DllExports::GdipGetNearestColor(nativeGraphics, &argb));
450 color->SetValue(argb);
    [all...]
  /external/qemu/android/skin/
surface.c 13 #include "android/skin/argb.h"
  /external/qemu/distrib/libpng-1.2.46/
pngwtran.c 354 /* This converts from ARGB to RGBA */
  /external/skia/src/pdf/
SkPDFImage.cpp 290 * Removes the alpha component of an ARGB color (including unpremultiply) while
  /external/webp/src/enc/
alpha.c 67 uint32_t* dst = picture.argb;
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
Circle.html 822 <dd>The color of the circle outline in ARGB format, the same format used by
826 <dd>The color of the circle fill in ARGB format, the same format used by
    [all...]
PolygonOptions.html 1109 <div class="jd-descrdiv">Specifies the polygon's fill color, as 32-bit ARGB.</div>
    [all...]
Polyline.html 824 <dd>Line segment color in ARGB format, the same format used by <code><a href="/reference/android/graphics/Color.html">Color</a></code>.
    [all...]
PolylineOptions.html 1073 <div class="jd-descrdiv">Sets the color of the polyline as a 32-bit ARGB color.</div>
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 214 iv.setBackgroundColor(Color.argb(127, 0, 0, 0));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 625 int sourceColor = Color.argb((int) (255 * (1.0f - contentAlphaProgress)),
KeyguardAffordanceView.java 210 int color = Color.argb((int) (Color.alpha(mCircleColor) * fraction),
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 305 reg_t argb[4]; member in struct:android::GGLAssembler::fragment_parts_t
  /external/chromium_org/third_party/skia/include/core/
SkColorPriv.h 427 * (note, ARGB -> AGRB)
447 * (note, AGRB -> ARGB)
    [all...]
  /external/skia/include/core/
SkColorPriv.h 427 * (note, ARGB -> AGRB)
447 * (note, AGRB -> ARGB)
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java     [all...]
  /external/chromium_org/third_party/libpng/
pngwrite.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 115 SVGA3D_ARGB_S10E5 = 24, /* 16-bit floating-point ARGB */
116 SVGA3D_ARGB_S23E8 = 25, /* 32-bit floating-point ARGB */
    [all...]

Completed in 1019 milliseconds

<<11121314151617181920>>