/external/skia/gm/ |
H A D | lcdtext.cpp | 36 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 D | verttext2.cpp | 49 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 D | blurs.cpp | 75 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 D | emptypath.cpp | 70 canvas->drawText(title, strlen(title), 110 canvas->drawText(gStyles[style].fName, 114 canvas->drawText(gFills[fill].fName,
|
H A D | imageblur.cpp | 43 canvas->drawText(str, strlen(str), x, y, paint);
|
H A D | cubicpaths.cpp | 90 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 D | linepaths.cpp | 88 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 D | morphology.cpp | 40 canvas.drawText(str1, strlen(str1), 10, 55, paint); 41 canvas.drawText(str2, strlen(str2), 10, 110, paint);
|
H A D | quadpaths.cpp | 89 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 D | verttext.cpp | 68 canvas->drawText(gText, gLen, x, y, paint); 72 canvas->drawText(gText, gLen, x, y, paint);
|
H A D | strokefill.cpp | 34 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 D | QuakeViewNoData.java | 44 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 D | gr_hello_world.cpp | 34 canvas.drawText("Hello Kno", 9, 40, 40, paint);
|
/external/skia/samplecode/ |
H A D | SampleLCD.cpp | 52 canvas->drawText(text, len, x0, y, paint); 54 canvas->drawText(text, len, x1, y, paint);
|
H A D | SampleBlur.cpp | 116 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 D | SampleEmptyPath.cpp | 71 canvas->drawText(title, strlen(title), 113 canvas->drawText(label, strlen(label),
|
H A D | SampleFilter2.cpp | 97 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 D | FontScalerBench.cpp | 44 canvas->drawText(fText.c_str(), fText.size(),
|
H A D | ShaderMaskBench.cpp | 79 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 D | SkDrawText.cpp | 40 maker.fCanvas->drawText(text.c_str(), text.size(), x, y, *maker.fPaint);
|
/external/webkit/Source/WebKit/chromium/public/ |
H A D | WebFont.h | 71 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | WebFontImpl.h | 53 virtual void drawText(WebCanvas*, const WebTextRun&, const WebFloatPoint& leftBaseline, WebColor,
|
H A D | WebFontImpl.cpp | 90 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 D | InspectorCanvas.cpp | 107 void InspectorCanvas::drawText(const void*, size_t byteLength, SkScalar, function in class:WebCore::InspectorCanvas
|
H A D | InspectorCanvas.h | 72 virtual void drawText(const void*, size_t byteLength, SkScalar,
|