HomeSort by relevance Sort by last modified time
    Searched refs:fillRect (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/platform/graphics/wince/
GradientWinCE.cpp 49 c->fillRect(r, this);
  /external/webkit/Source/WebKit/android/jni/
WebFrameView.cpp 64 gc->fillRect(rect);
  /external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.cpp 46 context->fillRect(FloatRect(FloatPoint(), m_size), *m_generator.get());
65 graphicsContext->fillRect(FloatRect(FloatPoint(), adjustedSize), *m_generator.get());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 39 g.fillRect(0, 0, image.getWidth(), image.getHeight());
50 g.fillRect(0, 0, image.getWidth(), image.getHeight());
61 g.fillRect(0, 0, image.getWidth(), image.getHeight());
74 g.fillRect(0, 0, image.getWidth(), image.getHeight());
76 g.fillRect(25, 25, 50, 50);
91 g.fillRect(0, 0, image.getWidth(), image.getHeight());
93 g.fillRect(25, 25, 50, 50);
108 g.fillRect(0, 0, image.getWidth(), image.getHeight());
110 g.fillRect(25, 25, 50, 50);
125 g.fillRect(0, 0, image.getWidth(), image.getHeight())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ColorTexture.java 41 canvas.fillRect(x, y, w, h, mColor);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLCanvasMock.java 25 // fillRect
52 public void fillRect(float x, float y, float width, float height, int color) {
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
ClipSprite.java 66 graphics.fillRect(0, 0, clip.width, clip.height);
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 61 FillRect(dc, &innerRc,
315 src->context()->fillRect(fullRect, red, ColorSpaceDeviceRGB);
318 src->context()->fillRect(rightHalf, green, ColorSpaceDeviceRGB);
330 helper.context()->fillRect(inner, Color(0x7f000000), ColorSpaceDeviceRGB);
368 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRGB);
388 helper.context()->fillRect(bottomRight, green, ColorSpaceDeviceRGB);
407 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRGB);
425 src->context()->fillRect(blackRect, black, ColorSpaceDeviceRGB);
439 helper.context()->fillRect(helper.drawRect(), Color(0x7f7f0000), ColorSpaceDeviceRGB);
486 src->context()->fillRect(topRect, white, ColorSpaceDeviceRGB)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SummaryBar.js 101 ctx.fillRect(0, 0, 13, 13);
108 ctx.fillRect(0, 0, 13, 13);
115 ctx.fillRect(0, 0, 13, 13);
251 ctx.fillRect(x + previousSegmentsWidth, y, segmentWidth, h);
287 ctx.fillRect(x, y, w, h);
290 ctx.fillRect(x, y, w, h);
324 ctx.fillRect(x, y, w, h);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 95 public void fillRect(int x1, int y1, int x2, int y2) {
96 mDrawn.add("fillRect(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
100 public void fillRect(@NonNull Point p1, @NonNull Point p2) {
101 mDrawn.add("fillRect(" + p1 + "," + p2 + ")");
105 public void fillRect(@NonNull Rect r) {
106 mDrawn.add("fillRect(" + rectToString(r) + ")");
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 94 virtual void fillRect(const FloatRect& rect);
95 virtual void fillRect(const FloatRect& rect, const Color& color);
PlatformGraphicsContext.h 126 virtual void fillRect(const FloatRect& rect) = 0;
127 void fillRect(const FloatRect& rect, const Color& color, ColorSpace) {
128 fillRect(rect, color);
130 virtual void fillRect(const FloatRect& rect, const Color& color) = 0;
PlatformGraphicsContextSkia.cpp 345 fillRect(rect, backgroundColor);
350 fillRect(IntRect(x, y, w, t), backgroundColor);
351 fillRect(IntRect(x, y+h-t, w, t), backgroundColor);
352 fillRect(IntRect(x, y+t, t, h-t2), backgroundColor);
353 fillRect(IntRect(x+w-t, y+t, t, h-t2), backgroundColor);
500 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect)
507 void PlatformGraphicsContextSkia::fillRect(const FloatRect& rect,
531 // though perhaps we'll find we need to do this as well in fillRect(r)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 62 void fillRect(const FloatRect&, const Color&, ColorSpace);
63 void fillRect(const FloatRect&);
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 80 static void defaultPaintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); }
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEFlood.cpp 82 resultImage->context()->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()), color, ColorSpaceDeviceRGB);
SourceAlpha.cpp 70 filterContext->fillRect(imageRect, Color::black, ColorSpaceDeviceRGB);
FETile.cpp 89 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()));
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebNotificationPresenter.cpp 36 painter.fillRect(0, 0, 300, 100, Qt::lightGray);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 103 notSelectedBackingStoreContext->fillRect(itemRect, optionBackgroundColor, ColorSpaceDeviceRGB);
104 selectedBackingStoreContext->fillRect(itemRect, activeOptionBackgroundColor, ColorSpaceDeviceRGB);
110 notSelectedBackingStoreContext->fillRect(separatorRect, optionTextColor, ColorSpaceDeviceRGB);
111 selectedBackingStoreContext->fillRect(separatorRect, activeOptionTextColor, ColorSpaceDeviceRGB);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 139 void drawProgressBar(const SkIRect& fillRect);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height);
131 targetContext.fillRect(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TiledScreenNail.java 161 canvas.fillRect(x, y, width, height, mPlaceholderColor);
181 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(),
  /external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp 116 context->platformContext()->fillRect(rect, *platformGradient());

Completed in 2949 milliseconds

1 2 3 4 5 6