Home
last modified time | relevance | path

Searched defs:fillRect (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasMock.java49 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasMock
DGLCanvasStub.java53 public void fillRect(float x, float y, float width, float height, int color) {} in fillRect() method in GLCanvasStub
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java81 public void fillRect(float x, float y, float width, float height, int color); in fillRect() method
DGLCanvasImpl.java210 public void fillRect(float x, float y, float width, float height, int color) { in fillRect() method in GLCanvasImpl