/external/webp/src/dsp/ |
argb_mips_dsp_r2.c | 10 // ARGB making functions (mips version).
|
/external/webrtc/talk/media/base/ |
fakevideocapturer.h | 98 // Currently, |fourcc| is always I420 or ARGB.
|
/external/webrtc/webrtc/base/ |
x11windowpicker.cc | 584 uint32_t argb; local 586 argb = argb_data[stride_x * (y + i) + x + j]; 587 rgba = (argb << 8) | (argb >> 24);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
LabelView.java | 108 * @param color ARGB value for the text
|
/frameworks/base/docs/html/guide/topics/manifest/ |
meta-data-element.jd | 83 <td>Color value, in the form "{@code #rgb}", "{@code #argb}",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskViewHeader.java | 84 mBackgroundPaint.setColor(Color.argb(255, 0, 0, 0)); 86 mHighlightPaint.setColor(Color.argb(255, 255, 255, 255)); 219 mBackground.setColorAndDim(Color.argb(255, 0, 0, 0), 0f); 222 mDimLayerPaint.setColor(Color.argb(255, 0, 0, 0));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
ScrimView.java | 111 color = Color.argb((int) (Color.alpha(color) * mViewAlpha), Color.red(color),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
NotificationTemplateViewWrapper.java | 227 return Color.argb(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/ |
TvStatusBar.java | 109 public void notificationLightPulse(int argb, int onMillis, int offMillis) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorSpace.java | 51 * The input data is expected to be encoded in 8-bit interleaved ARGB channels. The output
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapShader_Delegate.java | 133 // Fallback to the default ARGB color model
|
Canvas_Delegate.java | 1230 int[] argb = new int[w * h]; local [all...] |
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/ |
ChangeColor.java | 92 // #argb values, which are specified as the 2nd and 3rd input arguments.
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/ |
ColorOverlayDimmer.java | 133 return Color.argb(Color.alpha(color),
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
AbstractMediaListHeaderPresenter.java | 116 * @param color The ARGB color used to set as the header text background color.
|
/hardware/libhardware/include/hardware/ |
lights.h | 147 * The color of the LED in ARGB.
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
LabelView.java | 115 * @param color ARGB value for the text
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 370 public void clearBuffer(float[] argb) { 371 GLES20.glClearColor(argb[1], argb[2], argb[3], argb[0]); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 370 public void clearBuffer(float[] argb) { 371 GLES20.glClearColor(argb[1], argb[2], argb[3], argb[0]); [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 368 public void clearBuffer(float[] argb) { 369 GLES20.glClearColor(argb[1], argb[2], argb[3], argb[0]); [all...] |
/external/libyuv/files/source/ |
row_gcc.cc | 25 // Constants for ARGB 114 // Shuffle table for converting RGB24 to ARGB. 119 // Shuffle table for converting RAW to ARGB. 142 // Shuffle table for converting ARGB to RGB24. 147 // Shuffle table for converting ARGB to RAW. 735 // Convert 16 ARGB pixels (64 bytes) to 16 Y values. 772 // Convert 16 ARGB pixels (64 bytes) to 16 YJ values. 816 // Convert 32 ARGB pixels (128 bytes) to 32 Y values. [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
row_gcc.cc | 24 // Constants for ARGB 113 // Shuffle table for converting RGB24 to ARGB. 118 // Shuffle table for converting RAW to ARGB. 123 // Shuffle table for converting ARGB to RGB24. 128 // Shuffle table for converting ARGB to RAW. 138 // Shuffle table for converting ARGB to RAW. 664 // Convert 16 ARGB pixels (64 bytes) to 16 Y values. 701 // Convert 16 ARGB pixels (64 bytes) to 16 YJ values. 745 // Convert 32 ARGB pixels (128 bytes) to 32 Y values. 786 // Convert 32 ARGB pixels (128 bytes) to 32 Y values [all...] |
row_common.cc | 337 MAKEROWY(ARGB, 2, 1, 0, 4) 419 MAKEROWYJ(ARGB, 2, 1, 0, 4) [all...] |
scale_neon.cc | 779 "vld4.8 {d0, d2, d4, d6}, [%0]! \n" // load 8 ARGB pixels. 781 "vld4.8 {d1, d3, d5, d7}, [%0]! \n" // load next 8 ARGB pixels. 810 "vld4.8 {d0, d2, d4, d6}, [%0]! \n" // load 8 ARGB pixels. 812 "vld4.8 {d1, d3, d5, d7}, [%0]! \n" // load next 8 ARGB pixels. 819 "vld4.8 {d16, d18, d20, d22}, [%1]! \n" // load 8 more ARGB pixels. 821 "vld4.8 {d17, d19, d21, d23}, [%1]! \n" // load last 8 ARGB pixels. [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/ |
R.attr.html | 315 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 348 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 494 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 511 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 624 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 753 <p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 1457 <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 1482 <div class="jd-tagdata jd-tagdescr"><p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", 1543 <div class="jd-tagdata jd-tagdescr"><p><p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", [all...] |