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

1 2

  /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;
94 (void)drawString(canvas, familyName, 20, y, paint);
106 x = drawString(canvas, sname, x, y, paint) + 20;
154 (void)drawString(canvas, sname, 0, y, p);
172 (void)drawString(canvas, str, 0, y, p);
  /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);
  /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);
  /frameworks/av/cmds/screenrecord/
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,
TextRenderer.h 71 void drawString(const Program& program, const float* texMatrix,
Overlay.cpp 241 mTextRenderer.drawString(mTexProgram, Program::kIdentity, 0, 0, timeStr);
  /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);
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 174 g.drawString("Expected", 10, 20);
175 g.drawString("Actual", 2 * imageWidth + 10, 20);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 619 Status DrawString(const WCHAR *string, INT length, const Font *font,
629 Status DrawString(const WCHAR *string, INT length,
641 Status DrawString(const WCHAR *string, INT length,
    [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/android/
android_auditor.html 644 var drawString = 'Draw pass over the View hierarchy. Every invalidated View will have its drawing commands recorded. On Android versions prior to Lollipop, this would also include the issuing of draw commands to the GPU. Starting with Lollipop, it only includes the recording of commands, and syncing that information to the RenderThread.'; // @suppress longLineCheck
648 description: drawString});
    [all...]
  /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 1301 milliseconds

1 2