HomeSort by relevance Sort by last modified time
    Searched refs:drawString (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/proguard/src/proguard/gui/splash/
TextSprite.java 86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
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);
  /external/skia/gm/
fontmgr.cpp 21 static SkScalar drawString(SkCanvas* canvas, const SkString& text, SkScalar x,
37 x = drawString(canvas, ch, x, y, paint) + 20;
50 return drawString(canvas, ch, x, y, paint) + 20;
96 (void)drawString(canvas, familyName, 20, y, paint);
108 x = drawString(canvas, sname, x, y, paint) + 20;
159 (void)drawString(canvas, sname, 0, y, p);
177 (void)drawString(canvas, str, 0, y, p);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
DebugDraw.java 173 public abstract void drawString(float x, float y, String s, Color3f color);
193 public void drawString(Vec2 pos, String s, Color3f color) {
194 drawString(pos.x, pos.y, s, color);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
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);
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);
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/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
GroupBorder.java 37 gg.drawString(title, 10, titleHeight - titleDescent);
  /frameworks/av/cmds/screenrecord/
TextRenderer.h 71 void drawString(const Program& program, const float* texMatrix,
TextRenderer.cpp 181 void TextRenderer::drawString(const Program& program, const float* texMatrix,
183 ALOGV("drawString %.3f,%.3f '%s' (scale=%.3f)", x, y, str8.string(),mScale);
281 drawString(texRender, Program::kIdentity, xpos, ypos, str);
294 drawString(texRender, Program::kIdentity, xposAdj, ypos,
301 drawString(texRender, Program::kIdentity, xposAdj, ypos,
  /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/javassist/sample/rmi/
CountApplet.java 71 g.drawString(message, 60, 120);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 224 g.drawString(dayName, (int)h, v);
325 g.drawString(dayNum, x, y);
337 g.drawString(month, x, y);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
Chart.java 254 g.drawString(label, x, y + numberHeight);
267 if (isExpanded) g.drawString(label, yAxisWidth - 6 - labelWidth, y + numberHeight / 2);
284 g.drawString(title, x, y + numberHeight);
320 g.drawString(label, x, y);
NewSlider.java 105 g.drawString(label, width / 2 - labelWidth / 2, height / 2 + metrics.getAscent() / 2);
  /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);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
TexturePanel.java 131 g.drawString(indexString, x, y+h);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 178 g.drawString("Expected", 10, 20);
179 g.drawString("Actual", 2 * imageWidth + 10, 20);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
UnicodeFont.java 260 public void drawString (float x, float y, String text, Color color, int startIndex, int endIndex) {
376 public void drawString (float x, float y, String text) {
377 drawString(x, y, text, Color.WHITE);
380 public void drawString (float x, float y, String text, Color col) {
381 drawString(x, y, text, col, 0, text.length());
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 612 g.drawString(dayName, h, v);
676 g.drawString(dayNum, x, y);
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 

Completed in 783 milliseconds

1 2 3 4 5