Searched refs:drawText (Results 1 - 25 of 136) sorted by relevance

123456

/external/skia/gm/
H A Dlcdtext.cpp36 drawText(canvas, SkString("TEXT: SubpixelTrue LCDRenderTrue"),
38 drawText(canvas, SkString("TEXT: SubpixelTrue LCDRenderFalse"),
40 drawText(canvas, SkString("TEXT: SubpixelFalse LCDRenderTrue"),
42 drawText(canvas, SkString("TEXT: SubpixelFalse LCDRenderFalse"),
46 void drawText(SkCanvas* canvas, const SkString& string, function in class:skiagm::LcdTextGM
56 canvas->drawText(string.c_str(), string.size(), 0, y, paint);
H A Dverttext2.cpp49 drawText(canvas, SkString("Proportional / Top Aligned"),
51 drawText(canvas, SkString("< Proportional / Centered >"),
53 drawText(canvas, SkString("Monospaced / Top Aligned"),
55 drawText(canvas, SkString("< Monospaced / Centered >"),
65 void drawText(SkCanvas* canvas, const SkString& string, function in class:skiagm::VertText2GM
75 canvas->drawText(string.c_str(), string.size(), y,
H A Dblurs.cpp75 canvas->drawText("Hamburgefons Style", 18, x, y, paint);
76 canvas->drawText("Hamburgefons Style", 18
82 canvas->drawText("Hamburgefons Style", 18, x, y, paint);
H A Demptypath.cpp70 canvas->drawText(title, strlen(title),
110 canvas->drawText(gStyles[style].fName,
114 canvas->drawText(gFills[fill].fName,
H A Dimageblur.cpp43 canvas->drawText(str, strlen(str), x, y, paint);
H A Dcubicpaths.cpp90 canvas->drawText(title, strlen(title),
132 canvas->drawText(gStyles[style].fName,
136 canvas->drawText(gFills[fill].fName,
140 canvas->drawText(gCaps[cap].fName,
234 canvas->drawText(title, strlen(title),
276 canvas->drawText(gStyles[style].fName,
280 canvas->drawText(gFills[fill].fName,
284 canvas->drawText(gCaps[cap].fName,
H A Dlinepaths.cpp88 canvas->drawText(title, strlen(title),
130 canvas->drawText(gStyles[style].fName,
134 canvas->drawText(gFills[fill].fName,
138 canvas->drawText(gCaps[cap].fName,
230 canvas->drawText(title, strlen(title),
272 canvas->drawText(gStyles[style].fName,
276 canvas->drawText(gFills[fill].fName,
280 canvas->drawText(gCaps[cap].fName,
H A Dmorphology.cpp40 canvas.drawText(str1, strlen(str1), 10, 55, paint);
41 canvas.drawText(str2, strlen(str2), 10, 110, paint);
H A Dquadpaths.cpp89 canvas->drawText(title, strlen(title),
131 canvas->drawText(gStyles[style].fName,
135 canvas->drawText(gFills[fill].fName,
139 canvas->drawText(gCaps[cap].fName,
232 canvas->drawText(title, strlen(title),
274 canvas->drawText(gStyles[style].fName,
278 canvas->drawText(gFills[fill].fName,
282 canvas->drawText(gCaps[cap].fName,
H A Dverttext.cpp68 canvas->drawText(gText, gLen, x, y, paint);
72 canvas->drawText(gText, gLen, x, y, paint);
H A Dstrokefill.cpp34 canvas->drawText(text, len, x, y, p);
36 canvas->drawText(text, len, x, y + SkIntToScalar(120), p);
/external/quake/src/com/android/quake/
H A DQuakeViewNoData.java44 canvas.drawText("Missing data files. Looking for one of:",
46 canvas.drawText("/sdcard/data/quake/id1/pak0.pak",
48 canvas.drawText("/data/quake/id1/pak0.pak",
50 canvas.drawText("Please copy a pak file to the device and reboot.",
54 canvas.drawText("Quake C library initialization failed.",
56 canvas.drawText("Try stopping and restarting the simulator.",
/external/skia/src/gpu/
H A Dgr_hello_world.cpp34 canvas.drawText("Hello Kno", 9, 40, 40, paint);
/external/skia/samplecode/
H A DSampleLCD.cpp52 canvas->drawText(text, len, x0, y, paint);
54 canvas->drawText(text, len, x1, y, paint);
H A DSampleBlur.cpp116 canvas->drawText("Hamburgefons Style", 18, x, y, paint);
117 canvas->drawText("Hamburgefons Style", 18, x, y + SkIntToScalar(50), paint);
122 canvas->drawText("Hamburgefons Style", 18, x, y, paint);
H A DSampleEmptyPath.cpp71 canvas->drawText(title, strlen(title),
113 canvas->drawText(label, strlen(label),
H A DSampleFilter2.cpp97 canvas->drawText(s.c_str(), s.size(), x + W/2,
107 canvas->drawText(s.c_str(), s.size(), x + W + SkIntToScalar(4),
/external/skia/bench/
H A DFontScalerBench.cpp44 canvas->drawText(fText.c_str(), fText.size(),
H A DShaderMaskBench.cpp79 canvas->drawText(fText.c_str(), fText.size(), x, y, paint);
86 canvas->drawText(fText.c_str(), fText.size(), x, y, paint);
/external/skia/src/animator/
H A DSkDrawText.cpp40 maker.fCanvas->drawText(text.c_str(), text.size(), x, y, *maker.fPaint);
/external/webkit/Source/WebKit/chromium/public/
H A DWebFont.h71 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
/external/webkit/Source/WebKit/chromium/src/
H A DWebFontImpl.h53 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
H A DWebFontImpl.cpp90 void WebFontImpl::drawText(WebCanvas* canvas, const WebTextRun& run, const WebFloatPoint& leftBaseline, function in class:WebKit::WebFontImpl
104 m_font.drawText(&gc, run, leftBaseline, from, to);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInspectorCanvas.cpp107 void InspectorCanvas::drawText(const void*, size_t byteLength, SkScalar, function in class:WebCore::InspectorCanvas
H A DInspectorCanvas.h72 virtual void drawText(const void*, size_t byteLength, SkScalar,

Completed in 324 milliseconds

123456