Home
last modified time | relevance | path

Searched refs:drawRectangle (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlRectDrawer.java145 drawRectangle(x, y, width, height); in drawOes()
158 drawRectangle(x, y, width, height); in drawRgb()
175 drawRectangle(x, y, width, height); in drawYuv()
183 private void drawRectangle(int x, int y, int width, int height) { in drawRectangle() method in GlRectDrawer
/external/deqp/modules/egl/
DteglResizeTests.cpp227 void drawRectangle (const glw::Functions& gl, IVec2 pos, IVec2 size, Vec3 color) in drawRectangle() function
244 drawRectangle(gl, IVec2(0, 0), oldSize, frameColor); in initSurface()
245 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
247 drawRectangle(gl, IVec2(0, 0), IVec2(8, 4), markColor); in initSurface()
248 drawRectangle(gl, oldSize - IVec2(16, 16), IVec2(8, 4), markColor); in initSurface()
249 drawRectangle(gl, IVec2(0, oldSize.y() - 16), IVec2(8, 4), markColor); in initSurface()
250 drawRectangle(gl, IVec2(oldSize.x() - 16, 0), IVec2(8, 4), markColor); in initSurface()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DBarGraph.java224 gc.drawRectangle(center, y + (GAP / 2), barLength, BARHEIGHT); in paint()
227 gc.drawRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT); in paint()
DFingerPrintGraph.java255 this.gc.drawRectangle(rec); in drawBars()
265 this.gc.drawRectangle(rec); in drawBars()
295 this.gc.drawRectangle(rec); in drawBars()
312 this.gc.drawRectangle(rec); in drawBars()
DTimeLineGraph.java115 g.drawRectangle(xposition -4, yposition - 4, 8, 8); in paint()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1); in CFlatButton()
DCTableCombo.java282 event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1); in handlePopupEvent()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmap.java209 public void drawRectangle (int x, int y, int width, int height) { in drawRectangle() method in Pixmap
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
DPixmap.java264 public void drawRectangle (int x, int y, int width, int height) { in drawRectangle() method in Pixmap
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1164 gc.drawRectangle(0, 0, clientArea.width - 1, clientArea.height - 1); in drawContent()