/frameworks/base/docs/html/design/style/ |
color.jd | 64 box-shadow: 0 5px 5px rgba(0,0,0,0.1);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ToPackedGrayFilter.java | 127 // Do the RGBA to luminance conversion.
|
/frameworks/base/media/tests/omxjpegdecoder/ |
jpeg_decoder_bench.cpp | 81 const char* filename = "/sdcard/omxJpegDecodedBitmap.rgba";
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
StatsFilter.java | 18 // It takes in an RGBA image, but assumes that r, g, b, a are all the same values.
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppLoadingScreen.java | 84 ProgramFragmentFixedFunction.Builder.Format.RGBA, 0);
|
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/ |
yuv.rs | 86 out->rgba = p;
|
/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. */
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview.css | 128 color: rgba(0, 0, 0, .5); 304 border-color: rgba(0,0,0,0.25);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
chrome_shared.css | 44 background: -webkit-linear-gradient(rgba(234, 238, 243, 0.2), #eaeef3), 57 background: -webkit-linear-gradient(rgba(234, 238, 243, 0), #EAEEF3),
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
profilesPanel.css | 195 from {background-color: rgba(255, 255, 120, 1); } 196 to { background-color: rgba(255, 255, 120, 0); }
|
scriptsPanel.css | 234 background-color: rgba(255, 255, 194, 0.5); 241 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_tests.css | 173 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); 174 -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_lines.c | 117 /* Simple RGBA index line (no stipple, width=1, no Z, no fog, no tex)*/ 124 /* Z, fog, wide, stipple RGBA line */
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLCaps.h | 232 * correspond either a BGRA or RGBA internalFormat. On desktop GL it is 233 * RGBA.
|
/external/libyuv/files/include/libyuv/ |
convert.h | 142 // ABGR little endian (rgba in memory) to I420. 150 // RGBA little endian (abgr in memory) to I420.
|
convert_argb.h | 135 // ABGR little endian (rgba in memory) to ARGB. 141 // RGBA little endian (abgr in memory) to ARGB.
|
/external/mesa3d/src/mesa/swrast/ |
s_lines.c | 117 /* Simple RGBA index line (no stipple, width=1, no Z, no fog, no tex)*/ 124 /* Z, fog, wide, stipple RGBA line */
|
/external/skia/src/gpu/gl/ |
GrGLCaps.h | 232 * correspond either a BGRA or RGBA internalFormat. On desktop GL it is 233 * RGBA.
|
/frameworks/rs/scriptc/ |
rs_math.rsh | 208 * Pack floating point (0-1) RGBA values into a uchar4. 230 * Pack floating point (0-1) RGBA values into a uchar4.
|
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | 208 * Pack floating point (0-1) RGBA values into a uchar4. 230 * Pack floating point (0-1) RGBA values into a uchar4.
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap-responsive.css | 788 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 789 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 790 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
/external/chromium_org/third_party/libwebp/enc/ |
picture.c | 741 const uint8_t* rgba, int rgba_stride) { 742 return Import(picture, rgba, rgba_stride, 4, 0, 1); 746 const uint8_t* rgba, int rgba_stride) { 747 return Import(picture, rgba, rgba_stride, 4, 1, 1); 751 const uint8_t* rgba, int rgba_stride) { 752 return Import(picture, rgba, rgba_stride, 4, 0, 0); 756 const uint8_t* rgba, int rgba_stride) { 757 return Import(picture, rgba, rgba_stride, 4, 1, 0); [all...] |
/external/webp/src/enc/ |
picture.c | 741 const uint8_t* rgba, int rgba_stride) { 742 return Import(picture, rgba, rgba_stride, 4, 0, 1); 746 const uint8_t* rgba, int rgba_stride) { 747 return Import(picture, rgba, rgba_stride, 4, 1, 1); 751 const uint8_t* rgba, int rgba_stride) { 752 return Import(picture, rgba, rgba_stride, 4, 0, 0); 756 const uint8_t* rgba, int rgba_stride) { 757 return Import(picture, rgba, rgba_stride, 4, 1, 0); [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
idec.c | 640 idec->output_.u.RGBA.rgba = output_buffer; 641 idec->output_.u.RGBA.stride = output_stride; 642 idec->output_.u.RGBA.size = output_buffer_size; 793 if (stride != NULL) *stride = src->u.RGBA.stride; 795 return src->u.RGBA.rgba;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 75 GLint rInd, gInd, bInd, aInd;/*< index offsets for RGBA formats */ 129 * Only for 8-bit channel, RGBA, BGRA, ARGB formats. 229 * Smooth-shaded, z-less triangle, RGBA color. 261 * Flat-shaded, z-less triangle, RGBA color. 413 * XXX Specifically, there's only RGBA-order 16-bit/channel and float 590 * an RGBA vs Color-Index mode flag. 830 * of 4 if using RGBA mode. [all...] |