/external/libpng/contrib/gregbook/ |
readpng2.c | 446 mainprog_ptr->bg_blue = pBackground->gray? 255 : 0; 449 mainprog_ptr->bg_blue = (255/3) * pBackground->gray; 452 mainprog_ptr->bg_blue = (255/15) * pBackground->gray;
|
rpng2-win.c | 945 double freq, rotate, saturate, gray, intensity; local [all...] |
/external/libpng/contrib/visupng/ |
VisualPng.c | 748 // first fill bitmap with gray and image border 774 // initialize the background with gray 782 // fill with GRAY
|
/external/webkit/WebCore/rendering/ |
RenderThemeWince.cpp | 493 i.context->setStrokeColor(Color::gray, DeviceColorSpace); 494 i.context->setFillColor(Color::gray, DeviceColorSpace); 569 paintInfo.context->setFillColor(Color::gray);
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
c1035pf.cpp | 137 the gray encoder table 163 *ind = (tmp & 0x8) | gray[tmp & 0x7]; 167 *ind = gray[tmp & 0x7]; 209 *pInd = (tmp & 0x8) | gray[tmp & 0x7]; 213 *pInd = gray[tmp & 0x7];
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 138 the gray encoder table 164 *ind = (tmp & 0x8) | gray[tmp & 0x7]; 168 *ind = gray[tmp & 0x7]; 210 *pInd = (tmp & 0x8) | gray[tmp & 0x7]; 214 *pInd = gray[tmp & 0x7];
|
/external/freetype/src/raster/ |
ftraster.c | 499 Short gray_min_x; /* current min x during gray rendering */ 500 Short gray_max_x; /* current max x during gray rendering */ 515 /* no horizontal pass during gray */ 535 /* Each gray pixel takes 2 bits long there */ 570 /* A lookup table used to quickly count set bits in four gray 2x2 */ [all...] |
/build/tools/droiddoc/templates/assets/ |
style.css | 152 color: gray;
|
/dalvik/libcore/awt-kernel/src/main/java/java/awt/font/ |
TextAttribute.java | 207 * gray low underline.
|
/external/jpeg/ |
change.log | 37 which the error occurs will be output as uniform gray, or left unchanged
|
jdphuff.c | 306 * This way, we return uniform gray for the remainder of the segment. 376 * This way, we return uniform gray for the remainder of the segment.
|
/external/skia/bench/ |
benchmain.cpp | 95 // turn alpha into gray-scale
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 165 // (displayWebView() painted gray over the webview, but we'll be making everything repaint again).
|
/frameworks/base/awt/java/awt/image/ |
ComponentColorModel.java | 950 int gray = getRed(inData); local [all...] |
/frameworks/base/docs/html/guide/developing/ |
eclipse-adt.jd | 478 <tr><td style="color:gray">Android 2.0.1 platform</td><td style="color:gray"><em>not supported</em></td></tr> 479 <tr><td style="color:gray">Android 2.0 platform</td><td style="color:gray"><em>not supported</em></td></tr> [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
d1035pf.cpp | 49 Description: Removed inclusion of "gray.tab". 104 dgray = gray decoding table
|
/external/skia/src/xml/ |
SkParseColor.cpp | 94 { "gray", 0x808080 }, 283 0x9e41c800, 0x00808080, // gray
|
/external/webkit/WebCore/inspector/front-end/ |
Color.js | 417 "808080": [[128, 128, 128], [0, 0, 50], "gray"], 564 "gray": "808080",
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d1035pf.cpp | 49 Description: Removed inclusion of "gray.tab". 104 dgray = gray decoding table
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 461 // the top dark-gray-or-bright-white logo shows the 523 // the top dark-gray-or-bright-white logo shows the
|
/external/libpng/ |
libpng-1.2.44.txt | 592 color type (valid values are 1 (GRAY, 647 (PNG_INFO_sBIT) each of the gray, [all...] |
pngwutil.c | 962 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth) 967 buf[0] = sbit->gray; [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 915 if (sbit->gray == 0 || sbit->gray > png_ptr->usr_bit_depth) 920 buf[0] = sbit->gray; [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 64 /* callback function that will be called by the renderer to draw gray */ 75 /* - It can easily be modified to render to _any_ number of gray levels */ 301 /* maximal number of gray spans in a call to the span callback */ [all...] |
/external/grub/netboot/ |
3c595.h | 33 * Created from if_epreg.h by Fred Gray (fgray@rice.edu) to support the
|