/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapsAlphaActivity.java | 55 Log.d("OpenGLRenderer", "Loading sunset3, forcing ARGB-8888");
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/ |
ColorFilterCache.java | 56 int color = Color.argb(i, r, g, b);
|
/packages/apps/DeskClock/res/values/ |
attrs.xml | 41 <!-- The ARGB fill color of the circle. -->
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
LauncherEdgeEffect.java | 263 * Set the color of this edge effect in argb. 265 * @param color Color in argb 272 * Return the color of this edge effect in argb. 273 * @return The color of this edge effect in argb
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
color1-expected-completion46b.txt | 20 android:color : Hexadeximal color. Required. The color is specified with an RGB value and optional alpha channel. The value always begins with a pound (#) character and then followed by the Alpha-Red-Green-Blue information in one of the following formats: * RGB * ARGB * RRGGBB * AARRGGBB
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_loadimage.cpp | 1409 FX_ARGB argb = m_pPalette[index]; local 1449 FX_ARGB argb; local [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert.cc | 514 // Convert ARGB to I420. 832 // Other platforms do intermediate conversion from RGB24 to ARGB. 863 // Allocate 2 rows of ARGB. 946 // Other platforms do intermediate conversion from RAW to ARGB. 977 // Allocate 2 rows of ARGB. [all...] |
/external/libyuv/files/source/ |
scale_argb.cc | 29 // ARGB scaling uses bilinear or point, but not box filter. 788 * ScaleARGB ARGB, 1/2 790 * This is an optimized version for scaling down a ARGB to 1/2 of 821 * ScaleARGB ARGB Even 823 * This is an optimized version for scaling down a ARGB to even 857 * ScaleARGB ARGB to/from any dimensions, with bilinear 906 // interpolation off, and argb pixels instead of yuv. [all...] |
/external/pdfium/core/src/fxge/dib/ |
fx_dib_composite.cpp | 2183 FX_ARGB argb = 0; local 2216 FX_ARGB argb = 0; local 2292 FX_ARGB argb = pPalette[*src_scan]; local 2334 FX_ARGB argb = pPalette[*src_scan]; local 2376 FX_ARGB argb = pPalette[*src_scan]; local 2419 FX_ARGB argb = pPalette[*src_scan]; local 2826 FX_ARGB argb = FXARGB_MAKE(0xff, src_r, src_g, src_b); local 3545 FX_ARGB argb = pPalette ? pPalette[*src_scan] : (*src_scan) * 0x010101; local 3615 FX_ARGB argb = pPalette[*src_scan]; local 3837 FX_ARGB argb = FXARGB_MAKE(0xff, src_r, src_g, src_b); local 4125 FX_ARGB argb = pSrcPalette[i]; local [all...] |
fx_dib_main.cpp | 31 void ArgbDecode(FX_DWORD argb, int& a, int& r, int& g, int& b) { 32 a = FXARGB_A(argb); 33 r = FXARGB_R(argb); 34 g = FXARGB_G(argb); 35 b = FXARGB_B(argb); 37 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb) { 38 a = FXARGB_A(argb); 39 rgb = FXSYS_RGB(FXARGB_R(argb), FXARGB_G(argb), FXARGB_B(argb)); 1187 FX_ARGB argb = m_pPalette[scanline[src_x]]; local [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
BitmapFilterTests.java | 53 = new ColorVerifier(Color.argb(255, 127, 127, 127), 56 = new ColorVerifier(Color.argb(255, 127, 127, 127),
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 136 return Color.argb(a, r, g, b); 160 return Color.argb(Color.alpha(color), pinToByte(ir),
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorWheel.java | 153 return Color.argb(a, r, g, b); 177 return Color.argb(Color.alpha(color), pinToByte(ir),
|
/external/opencv3/3rdparty/libwebp/dsp/ |
lossless.h | 49 uint32_t* const argb, uint32_t* const argb_scratch, 53 uint32_t* const argb, uint32_t* image);
|
dsp.h | 176 // General function for converting two lines of ARGB or RGBA. 194 // Apply alpha pre-multiply on an rgba, bgra or argb plane of size w * h. 195 // alpha_first should be 0 for argb, 1 for rgba or bgra (where alpha is last).
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_render.h | 80 FX_ARGB TranslateColor(FX_ARGB argb) const; 170 FX_ARGB argb);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gdidevice.cpp | 149 FX_ARGB argb = 0xFF000000;
local 151 argb = ((IFDE_SolidBrush*)pBrush)->GetColor();
190 FX_DWORD dwSize = pGdiFont->GetGlyphDIBits(pCharPos->m_GlyphIndex, argb,
200 pGdiFont->GetGlyphDIBits(pCharPos->m_GlyphIndex, argb, &mat2, gm,
536 Gdiplus::Color gdiColor((Gdiplus::ARGB)pPen->GetColor());
575 Gdiplus::Color gdiColor((Gdiplus::ARGB)pSolidBrush->GetColor());
580 Gdiplus::Color foreColor((Gdiplus::ARGB)pHatchBrush->GetColor(TRUE));
581 Gdiplus::Color backColor((Gdiplus::ARGB)pHatchBrush->GetColor(FALSE));
|
fde_gedevice.cpp | 145 FX_ARGB argb = ((IFDE_SolidBrush*)pBrush)->GetColor();
local 184 argb, FXTEXT_CLEARTYPE);
188 argb, FXTEXT_CLEARTYPE);
205 (const CFX_Matrix*)pMatrix, argb, FXTEXT_CLEARTYPE);
212 argb, FXTEXT_CLEARTYPE);
|
/external/skia/src/core/ |
SkColor.cpp | 175 // ARGB -> BGRA 178 // ARGB -> RGBA
|
/external/valgrind/memcheck/tests/ |
varinfo5so.c | 167 INLINE void fun_b(int argb) { 168 fun_c(argb);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
IconView.java | 225 int startColor = Color.argb(0, 0, 0, 0); 226 int endColor = Color.argb(200, 0, 0, 0);
|
/external/webp/src/dsp/ |
alpha_processing_sse2.c | 101 static int ExtractAlpha(const uint8_t* argb, int argb_stride, 118 const __m128i* src = (const __m128i*)argb; 120 // load 32 argb bytes 134 const uint32_t alpha_value = argb[4 * i]; 138 argb += argb_stride;
|
/external/webrtc/talk/session/media/ |
planarfunctions_unittest.cc | 348 // ARGB/ABGR/RAW/BG24 testing image. 468 // Dump the result image (ARGB format). 724 // A common macro for testing converting I420 to ARGB, BGRA and ABGR. [all...] |
/external/webp/src/enc/ |
picture.c | 50 picture->argb = NULL; 79 memory = WebPSafeMalloc(argb_size, sizeof(*picture->argb)); 85 picture->argb = (uint32_t*)memory;
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
CircleView.java | 167 * @return the ARGB color used to fill the circle 174 * Sets the ARGB color used to fill the circle and invalidates only the affected area. 176 * @param color the ARGB color to use
|