/external/skia/gm/ |
H A D | shadertext.cpp | 192 canvas->drawText(text, textLen, 0, textBase, paint);
|
H A D | xfermodes.cpp | 160 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
/external/skia/include/core/ |
H A D | SkDevice.h | 225 virtual void drawText(const SkDraw&, const void* text, size_t len,
|
/external/skia/include/gpu/ |
H A D | SkGpuDevice.h | 88 virtual void drawText(const SkDraw&, const void* text, size_t len,
|
/external/skia/include/pdf/ |
H A D | SkPDFDevice.h | 87 virtual void drawText(const SkDraw&, const void* text, size_t len,
|
/external/skia/samplecode/ |
H A D | ClockFaceView.cpp | 237 canvas->drawText(str.c_str(), str.size(), x, y, paint);
|
H A D | SampleAAClip2.cpp | 165 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName), SkIntToScalar(75), SkIntToScalar(50), textPaint);
|
H A D | SampleArc.cpp | 76 canvas->drawText(str.c_str(), str.size(), rect.centerX(),
|
H A D | SampleClip.cpp | 28 canvas->drawText("Hamburgefons", 12,
|
H A D | SamplePolyToPoly.cpp | 116 canvas->drawText(str.c_str(), str.size(), x, y, *paint);
|
H A D | SampleShaderText.cpp | 193 canvas->drawText(text, textLen, 0, textBase, paint);
|
H A D | SampleStrokePath.cpp | 177 canvas->drawText("Title Bar", 9, x*SkIntToScalar(100), y*SkIntToScalar(30), paint);
|
H A D | SampleRegion.cpp | 246 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName), SkIntToScalar(75), SkIntToScalar(50), textPaint);
|
H A D | SampleTextOnPath.cpp | 135 canvas->drawText(gText, strlen(gText), x, y, paint);
|
H A D | SampleXfermodes.cpp | 235 canvas->drawText(gModes[i].fLabel, strlen(gModes[i].fLabel),
|
/external/skia/src/core/ |
H A D | SkPictureRecord.h | 52 virtual void drawText(const void* text, size_t byteLength, SkScalar x,
|
/external/skia/src/views/ |
H A D | SkTextBox.cpp | 199 canvas->drawText(text, len, x, y, paint);
|
/external/webkit/Source/WebCore/platform/graphics/ |
H A D | Font.h | 97 void drawText(GraphicsContext*, const TextRun&, const FloatPoint&, int from = 0, int to = -1) const;
|
H A D | GraphicsContext.h | 376 void drawText(const Font&, const TextRun&, const FloatPoint&, int from = 0, int to = -1); 458 void drawText(const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
|
/external/webkit/Source/WebCore/rendering/ |
H A D | EllipsisBox.cpp | 56 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->fontMetrics().ascent()));
|
H A D | RenderImage.cpp | 308 context->drawText(font, textRun, IntPoint(ax, ay + ascent)); 310 context->drawText(font, textRun, IntPoint(ax, ay + ascent));
|
/external/skia/src/utils/ |
H A D | SkDeferredCanvas.cpp | 383 void SkDeferredCanvas::drawText(const void* text, size_t byteLength, function in class:SkDeferredCanvas 385 drawingCanvas()->drawText(text, byteLength, x, y, paint);
|
/external/webkit/Source/WebKit/win/ |
H A D | FullscreenVideoController.cpp | 538 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4)); 544 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
|
/external/skia/src/gpu/ |
H A D | app-android.cpp | 322 c.drawText(str.c_str(), str.size(), 4, 12, p);
|
/external/webkit/Source/WebCore/inspector/ |
H A D | DOMNodeHighlighter.cpp | 208 context.drawText(font, nodeTitleRun, IntPoint(titleRect.x() + rectInflatePx, titleRect.y() + font.fontMetrics().height()));
|