/external/skia/src/svg/ |
SkSVGParser.cpp | 49 fEmptyPaint.f_fill.set("black");
|
/external/webkit/WebCore/dom/ |
StyledElement.cpp | 348 // we're emulating IEs color parser here. It maps transparent to black, otherwise it tries to build a rgb value
|
/external/webkit/WebCore/page/mac/ |
FrameMac.mm | 416 if (style->color().isValid() && style->color() != Color::black)
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 142 // The transparency helper requires that we draw text in black in
|
/external/webkit/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.cpp | 426 painter->fillRect(rect, Qt::black);
|
/frameworks/base/docs/html/guide/practices/design/ |
seamlessness.jd | 40 chunks of black-box code. This allows you as the developer to view the entire
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_additions.html | 77 <p><div style="line-height:1.5em;color:black"> 292 <p><div style="line-height:1.5em;color:black"> 361 <p><div style="line-height:1.5em;color:black"> [all...] |
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 351 * left/right (or both) black.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccUtils.java | 380 return Color.BLACK;
|
/packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/ |
PolarClockWallpaper.java | 107 Color.BLACK;
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 185 mTextures[5] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.black, Element.RGB_565(mRS), false);
|
/external/freetype/include/freetype/ |
ftimage.h | [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 56 #define FB_VISUAL_MONO01 0 /* Monochr. 1=Black 0=White */ 57 #define FB_VISUAL_MONO10 1 /* Monochr. 1=White 0=Black */ [all...] |
/external/libpng/contrib/gregbook/ |
rpng-win.c | 363 * (black) will be used */ 479 Fill in background color (black by default); data are in BGR order.
|
/external/webkit/WebKit/qt/tests/qwebelement/ |
tst_qwebelement.cpp | 561 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black")); 578 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black"));
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 207 shape will not be drawn, whereas if you don't set the color, it will default to black.</p> 260 black line(s) in the left and top part of the border. (You can have as
|
/frameworks/base/tools/aapt/ |
Images.cpp | 143 *outError = "Ticks in transparent frame must be black"; 155 *outError = "Ticks in white frame must be black"; [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | [all...] |
/development/apps/Term/src/com/android/term/ |
Term.java | 130 public static final int BLACK = 0xff000000; 134 {BLACK, WHITE}, {WHITE, BLACK}, {WHITE, BLUE}}; [all...] |
/external/quake/quake/src/WinQuake/ |
wqreadme.txt | 311 The color black doesn't change with palette flashes sometimes
314 flash happens, we can change all the colors, including black.
315 However, on NT DirectDraw currently doesn't allow changing black;
316 likewise, on both NT and Win95, black can't be changed in a window,
319 status bar and the spray where a shotgun blast hits) stay black when
[all...] |
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumMac.mm | 211 return Color::black; [all...] |
RenderThemeMac.mm | 159 return Color::black; [all...] |
/external/qemu/ |
console.c | 357 QEMU_RGB(0x00, 0x00, 0x00), /* black */ 367 QEMU_RGB(0x00, 0x00, 0x00), /* black */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 260 // we clear the window to black when created, otherwise it will be
345 // clear the window to black when created, otherwise it will be
[all...] |