OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawString
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/gm/
fontmgr.cpp
21
static SkScalar
drawString
(SkCanvas* canvas, const SkString& text, SkScalar x,
40
x =
drawString
(canvas, ch, x, y, paint) + 20;
53
return
drawString
(canvas, ch, x, y, paint) + 20;
94
(void)
drawString
(canvas, fname, 20, y, paint);
106
x =
drawString
(canvas, sname, x, y, paint) + 20;
164
(void)
drawString
(canvas, sname, 0, y, p);
182
(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/
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/javassist/sample/rmi/
CountApplet.java
71
g.
drawString
(message, 60, 120);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 253 milliseconds