HomeSort by relevance Sort by last modified time
    Searched refs:xposition (Results 1 - 4 of 4) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 121 int xposition= left; local
129 g.drawLine(lastx, lasty, xposition, yposition);
133 g.fillOval(xposition-2, yposition-2, 5, 5);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
147 g.drawString(thisItem.title, xposition+2, yposition+shift, true);
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true);
153 lastx= xposition;
155 xposition+= xincrement;
TimeLineGraph.java 94 int xposition = thisItem.x; local
102 g.drawLine(xposition, yposition,right,yposition);
103 g.drawLine(left,yposition,xposition, yposition);
107 g.drawLine(lastx, lasty, xposition, yposition);
111 // g.fillOval(xposition - 2, yposition - 2, 6, 6);
112 g.fillRectangle(xposition - 2, yposition - 2, 5, 5);
115 g.drawRectangle(xposition -4, yposition - 4, 8, 8);
121 + (xposition - 2) + ',' + (yposition - 2) + ',' + 5
132 g.drawString(thisItem.title, xposition + 2, yposition
134 g.drawString(thisItem.description, xposition + 2, ypositio
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 377 int xposition = GetDialogPosition(result.selection_rect()).x(); local
378 if (xposition != widget()->allocation.x)
741 int xposition = find_bar->GetDialogPosition(find_bar->selection_rect_).x(); local
745 g_value_set_int(&value, xposition);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 246 milliseconds