HomeSort by relevance Sort by last modified time
    Searched refs:fillRect (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 304 g.fillRect(0, 0, image.getWidth(), image.getHeight());
318 g.fillRect(rect.x, rect.y, rect.w, rect.h);
333 g.fillRect(rect.x, rect.y, rect.w, rect.h);
GCWrapper.java 292 public void fillRect(int x1, int y1, int x2, int y2) {
303 public void fillRect(@NonNull Point p1, @NonNull Point p2) {
304 fillRect(p1.x, p1.y, p2.x, p2.y);
308 public void fillRect(@NonNull Rect r) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp 94 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size()));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
  /packages/apps/Camera/src/com/android/camera/
CaptureAnimManager.java 123 canvas.fillRect(mX, mY, mDrawWidth, mDrawHeight, color);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 90 public abstract void fillRect(float x, float y, float width, float height, int color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 47 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
103 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
136 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
171 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 56 gc.fillRect(bounds);
73 gc.fillRect(bounds);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameOverview.js 99 this._context.fillRect(0, 0, this._canvas.width, this._topPadding);
277 this._context.fillRect(labelX - labelWidth, labelY, labelWidth, lineHeight);
315 this._context.fillRect(0, y, this._maxInnerBarWidth, Math.floor(height));
PaintProfilerView.js 108 this._context.fillRect(x, y, this._innerBarWidth, height);
ScreencastView.js 515 this._context.fillRect(0, 0, this._canvasElement.offsetWidth, this._screenOffsetTop * this._screenZoom);
516 this._context.fillRect(0, this._screenOffsetTop * this._screenZoom + this._imageElement.naturalHeight * this._imageZoom, this._canvasElement.offsetWidth, this._canvasElement.offsetHeight);
742 pctx.fillRect(0, 0, size * 2, size * 2);
745 pctx.fillRect(0, 0, size, size);
746 pctx.fillRect(size, size, size, size);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 196 void OpaqueRegionSkia::didDrawRect(const GraphicsContext* context, const SkRect& fillRect, const SkPaint& paint, const SkBitmap* sourceBitmap)
206 strokeRect = paint.computeFastBounds(fillRect, &strokeRect);
212 didDraw(context, fillRect, paint, sourceBitmap, fillsBounds, FillOnly);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 295 context->fillRect(cornerRect, Color::white);
322 context->fillRect(intersection(horizontalOverhangRect, dirtyRect));
324 context->fillRect(intersection(verticalOverhangRect, dirtyRect));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 113 context->fillRect(cornerRect, Color::white);
RenderBoxModelObject.cpp 581 context->fillRect(border.rect(), bgColor);
585 context->fillRect(pixelSnappedIntRect(rect), bgColor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 44 destContext->fillRect(FloatRect(FloatPoint(), m_size));
GraphicsContext.h 235 void fillRect(const FloatRect&);
236 void fillRect(const FloatRect&, const Color&);
237 void fillRect(const FloatRect&, const Color&, CompositeOperator);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java 125 gc.fillRect(0, 0, w, h);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 310 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight());
441 g.fillRect(0, 0, getWidth(), getHeight());
470 g.fillRect(0, 0, getWidth(), getHeight());
551 g.fillRect(0, 0, getWidth(), getHeight());
565 g.fillRect(0, 0, getWidth(), getHeight());
651 g.fillRect(insets.left, insets.top, getWidth() - insets.left - insets.right,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 301 gc.fillRect(new Rect(cellBounds.x - radius,
307 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y - radius,
312 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y + radius,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 473 void WebTestThemeControlWin::drawProgressBar(const SkIRect& fillRect)
483 tofill.intersect(m_irect, fillRect);
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
  /external/skia/src/images/
SkMovie_gif.cpp 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
318 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 256 context->fillRect(caret, caretColor);

Completed in 217 milliseconds

12 3 4 5