/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | GlRectDrawer.java | 145 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/ |
D | teglResizeTests.cpp | 227 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/ |
D | BarGraph.java | 224 gc.drawRectangle(center, y + (GAP / 2), barLength, BARHEIGHT); in paint() 227 gc.drawRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT); in paint()
|
D | FingerPrintGraph.java | 255 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()
|
D | TimeLineGraph.java | 115 g.drawRectangle(xposition -4, yposition - 4, 8, 8); in paint()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CFlatButton.java | 74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1); in CFlatButton()
|
D | CTableCombo.java | 282 event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1); in handlePopupEvent()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | Pixmap.java | 209 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/ |
D | Pixmap.java | 264 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/ |
D | PropertyTable.java | 1164 gc.drawRectangle(0, 0, clientArea.width - 1, clientArea.height - 1); in drawContent()
|