HomeSort by relevance Sort by last modified time
    Searched full:drawstring (Results 1 - 25 of 33) sorted by null

1 2

  /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 98 //g.drawString(fTitle, (bounds.width - titleWidth) / 2, titleHeight, true);
101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
147 g.drawString(thisItem.title, xposition+2, yposition+shift, true);
148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true);
BarGraph.java 109 gc.drawString(this.fTitle, MARGIN, MARGIN, true); // draw title left aligned
169 gc.drawString(s3, center - x - es3.x / 2, yy + TGAP, true);
173 gc.drawString(s4, center + x - es4.x / 2, yy + TGAP, true);
253 gc.drawString(label, labelxpos + TGAP, labelvpos, true);
255 gc.drawString(label, labelxpos - TGAP - labelExtent.x, labelvpos, true);
267 gc.drawString(title, x, labelvpos, true);
TimeLineGraph.java 65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
67 g.drawString("TIME (not drawn to scale)", (right-left)/3+PADDING+titleHeight,bottom-PADDING+(titleHeight*2), true);
132 g.drawString(thisItem.title, xposition + 2, yposition
134 g.drawString(thisItem.description, xposition + 2, yposition
FingerPrintGraph.java 348 this.gc.drawString(label, labelxpos+TGAP, labelvpos, true);
390 this.gc.drawString(title, x, labelvpos, true);
447 this.gc.drawString(val, x - point.x / 2, this.graphHeight + TGAP, true);
480 this.gc.drawString(str, x - point.x / 2, this.graphHeight + TGAP, true);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 104 String drawString(info->text, info->length);
106 drawString = drawString.impl()->secure(WTF::Unicode::bullet);
115 WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java 85 public void drawString(@NonNull String string, int x, int y) {
86 mDrawn.add("drawString(" + x + "," + y + "," + string + ")");
90 public void drawString(@NonNull String string, @NonNull Point topLeft) {
91 mDrawn.add("drawString(" + string + "," + topLeft + ")");
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 379 public void drawString(String s, float x, float y)
381 graphics.drawString(s, x, y);
384 public void drawString(String str, int x, int y)
386 graphics.drawString(str, x, y);
389 public void drawString(AttributedCharacterIterator iterator, float x, float y)
391 graphics.drawString(iterator, x, y);
394 public void drawString(AttributedCharacterIterator iterator, int x, int y)
396 graphics.drawString(iterator, x, y);
TextSprite.java 86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
  /external/javassist/sample/rmi/
CountApplet.java 71 g.drawString(message, 60, 120);
webdemo.html 75 g.drawString(message, 60, 120);
  /external/webkit/LayoutTests/dom/html/level2/html/applets/org/w3c/domts/
DOMTSApplet.class 
  /external/webkit/LayoutTests/dom/xhtml/level2/html/applets/org/w3c/domts/
DOMTSApplet.class 
  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 35 DrawString(canvas, match.contents, match.contents_class, false, x,
39 DrawString(canvas, match.description, match.description_class, true, x,
autocomplete_result_view.h 60 int DrawString(gfx::Canvas* canvas,
autocomplete_result_view.cc 185 x = DrawString(canvas, match.contents, match.contents_class, false, x,
200 x = DrawString(canvas, separator, classifications, true, x,
203 DrawString(canvas, match.description, match.description_class, true, x,
266 int AutocompleteResultView::DrawString(
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 90 view->DrawString(out, sizeof(out), BPoint(offset, point.y()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 372 public void drawString(@NonNull String string, int x, int y) {
382 getGc().drawString(string, x, y, true /*isTransparent*/);
412 getGc().drawString(s.toString(), x, lineY, true /* isTransparent */);
418 public void drawString(@NonNull String string, @NonNull Point topLeft) {
419 drawString(string, topLeft.x, topLeft.y);
BinPacker.java 321 g.drawString("" + (allocated++),
335 g.drawString(Integer.toString(colorIndex),
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 53 gc.drawString(clipString(gc, text, width), x, textStartY, true);
67 gc.drawString(clipString(gc, text, width), x, textStartY);
69 gc.drawString(text, x + (width - textSize.x) / 2, textStartY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 204 gc.drawString(Integer.toString(rowMatch.margin),
228 gc.drawString(Integer.toString(columnMatch.margin),
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToMemory.java 125 g2d.drawString("FPS: "+fps, 0, getHeight() - 100);
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 1126 milliseconds

1 2