Searched refs:drawRectangle (Results 1 – 7 of 7) sorted by relevance
/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 | 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 | 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 | 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/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()
|