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

1 2 3

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ColorTexture.java 41 canvas.fillRect(x, y, w, h, mColor);
GLCanvas.java 92 public abstract void fillRect(float x, float y, float width, float height, int color);
GLES11Canvas.java 211 public void fillRect(float x, float y, float width, float height, int color) {
519 fillRect(target.left, target.top, target.width(), target.height(), toColor);
552 fillRect(x, y, width, height, toColor);
    [all...]
GLES20Canvas.java 575 public void fillRect(float x, float y, float width, float height, int color) {
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 90 public abstract void fillRect(float x, float y, float width, float height, int color);
GLES20Canvas.java 575 public void fillRect(float x, float y, float width, float height, int color) {
780 fillRect(target.left, target.top, target.width(), target.height(), toColor);
    [all...]
  /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) + ")");
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 204 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height,
323 fillRect(bm, cur->ImageDesc.Left, cur->ImageDesc.Top,
  /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(),
UndoBarView.java 120 canvas.fillRect(x, y, mSeparatorWidth,
  /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/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 434 public void fillRect(int x, int y, int width, int height)
436 graphics.fillRect(x, y, width, height);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 204 g.fillRect(0,0,d.width,d.height);
241 g.fillRect((int)(width), labelHeight ,
244 g.fillRect(0, labelHeight ,
249 g.fillRect(0, (int)(labelHeight + cellHeight),
257 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
260 g.fillRect(d.width - width, (int)(labelHeight + (numWeeks-1) * cellHeight),
  /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) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height);
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 375 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
378 fillRect(renderBuffer, gifIn->SWidth, gifIn->SHeight,
410 void GifTranscoder::fillRect(ColorARGB* renderBuffer,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 128 graphics.fillRect(bounds);
398 graphics.fillRect(targetBounds.x, targetY - PARENT_RECT_SIZE / 2,
628 graphics.fillRect(targetX - PARENT_RECT_SIZE / 2, targetBounds.y,
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 598 g.fillRect(0,0,d.width,d.height);
628 g.fillRect((int)(width), labelHeight ,
632 g.fillRect(0, (int)(labelHeight + cellHeight),
639 g.fillRect(0, (int)(labelHeight + (numWeeks-1) * cellHeight),
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 554 g.fillRect(x, y, w, h);
566 g.fillRect(line, activePoint.y, 1, lineHeight);
594 g.fillRect(line, caretPoint.y, 1, lineHeight);
597 g.fillRect(braces, caretPoint.y, w, 1);
598 g.fillRect(braces, caretPoint.y + lineHeight - 1, w, 1);
  /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,
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta6/
rule-api-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.5.0/
rule-api-24.5.0.jar 

Completed in 498 milliseconds

1 2 3