/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/icons/ |
README | 1 Copyright (c) 2008 Bernard Gray <bernard.gray@gmail.com>
|
/development/tools/yuv420sp2rgb/ |
cmdline.h | 10 int *gray,
|
cmdline.c | 16 {"gray", no_argument, 0, 'g'}, 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n" 61 int *gray, 70 ASSERT(gray); *gray = 0; 132 case 'g': *gray = 1; break;
|
yuv420sp2rgb.c | 55 int gray, 70 if (gray) { 195 int gray, 263 gray, rotate, 273 int height, width, gray, rotate; local 282 &gray, 317 INFO("gray only: %d\n", gray); 333 height, width, gray,
|
/packages/apps/Email/assets/ |
loading.html | 6 <font color="gray">Loading...</font>
|
/build/tools/droiddoc/templates/ |
todo.cs | 18 border-color: gray gray gray gray; 25 border-color: gray gray gray gray;
|
/cts/tests/config_demo/data/result_rep/ |
cts_result.xsl | 32 .gray {background-color : #C6C3C3} 201 <TD class="gray"> 204 <TD class="gray"></TD> 205 <TD class="gray"></TD> 206 <TD class="gray"></TD> 207 <TD class="gray"></TD> 212 <TD class="gray"> 215 <TD class="gray"></TD> 216 <TD class="gray"></TD> 217 <TD class="gray"></TD [all...] |
/frameworks/base/awt/java/awt/color/ |
ICC_ProfileGray.java | 25 * and includes the grayTRCTag and mediaWhitePointTag tags. The gray component 26 * can be transformed from a GRAY device profile color space to the CIEXYZ 41 * Instantiates a new iC c_ profile gray.
|
/cts/tests/res/anim/ |
lineartest.xml | 19 <color id="col" color="gray"/> 39 <set target="col" field="color" to="gray"/>
|
/external/jpeg/ |
djpeg.1 | 24 .B \-gray 58 Force gray-scale output even if JPEG file is color. Useful for viewing on 76 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color 90 is specified, or if the JPEG file is gray-scale; otherwise, 24-bit full-color 95 PGM is emitted if the JPEG file is gray-scale or if 103 Select Targa output format. Gray-scale format is emitted if the JPEG file is 104 gray-scale or if 162 Also, the one-pass method is always used for gray-scale output (the two-pass
|
/external/libpng/contrib/pngminus/ |
pnm2png.sh | 16 # -- gray with alpha-channel 36 # -- gray with alpha-channel
|
pnm2png.bat | 15 REM -- gray with alpha-channel 35 REM -- gray with alpha-channel
|
/external/webkit/WebCore/manual-tests/ |
css3-cursor-fallback-quirks.html | 42 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards --> 46 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;"></div></div> 48 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:text"></div></div> 50 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:foobar"></div></div> 52 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:url(resources/helpCursor.tiff) 1 2, text"></div></div> 54 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:url(nonexistant.png), text"></div></div>
|
css3-cursor-fallback-strict.html | 34 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards --> 38 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;"></div></div> 40 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:text"></div></div> 42 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:foobar"></div></div> 44 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:url(resources/helpCursor.tiff) 1 2 3, text"></div></div> 46 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;cursor:url(nonexistant.png), text"></div></div>
|
/development/apps/FontLab/src/com/android/fontlab/ |
BackgroundPicker.java | 48 addItem(myData, "Solid Light Gray", 0, 0xFFBFBFBF, 0xFF000000); 49 addItem(myData, "Solid Dark Gray", 0, 0xFF404040, 0xFFFFFFFF);
|
/external/bzip2/ |
bzip.css | 7 #626262 dark gray pre border 8 #eeeeee very light gray pre background
|
/external/libpng/ |
pngrtran.c | 787 /* Detect gray background and attempt to enable optimization 788 * for gray --> RGB case 792 * background color might actually be gray yet not be flagged as such. 808 png_ptr->background.gray = png_ptr->background.red; 815 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ 821 png_ptr->background.gray *= (png_uint_16)0xff; 823 = png_ptr->background.blue = png_ptr->background.gray; 826 png_ptr->trans_values.gray *= (png_uint_16)0xff; 828 = png_ptr->trans_values.blue = png_ptr->trans_values.gray; 833 png_ptr->background.gray *= (png_uint_16)0x55 3847 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local [all...] |
TODO | 23 background and doing rgb-to-gray transformation.
|
/external/qemu/distrib/libpng-1.2.19/ |
pngrtran.c | 741 /* Detect gray background and attempt to enable optimization 742 * for gray --> RGB case */ 745 * background color might actually be gray yet not be flagged as such. 761 png_ptr->background.gray = png_ptr->background.red; 768 if (!(color_type & PNG_COLOR_MASK_COLOR)) /* i.e., GRAY or GRAY_ALPHA */ 774 png_ptr->background.gray *= (png_uint_16)0xff; 776 = png_ptr->background.blue = png_ptr->background.gray; 779 png_ptr->trans_values.gray *= (png_uint_16)0xff; 781 = png_ptr->trans_values.blue = png_ptr->trans_values.gray; 785 png_ptr->background.gray *= (png_uint_16)0x55 3722 png_uint_16 gray = (png_uint_16)(trans_value ? trans_value->gray : 0); local [all...] |
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
ImageDiff.cpp | 106 int gray = distance * qreal(255); local 107 diffImage.setPixel(x, y, qRgb(gray, gray, gray));
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
TextColor.java | 34 GRAY(0x8),
|
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaItemView.java | 50 /* Gray out item if the event was declined */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
LoadingLayer.java | 212 float gray = GRAY_VALUE * alpha; local 214 gl.glColor4f(gray, gray, gray, alpha);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
ColorStateListTest.java | 115 c = ColorStateList.valueOf(Color.GRAY); 116 assertEquals(Color.GRAY, c.getDefaultColor());
|
/cts/tests/tests/text/src/android/text/style/cts/ |
BackgroundColorSpanTest.java | 97 backgroundColorSpan = new BackgroundColorSpan(Color.GRAY); 98 assertEquals(Color.GRAY, backgroundColorSpan.getBackgroundColor());
|