HomeSort by relevance Sort by last modified time
    Searched full:drawtext (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 99 gCanvasI.drawText(canvas, c, sizeof(c)-1, leftMargin, -fm.fTop, paint);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListActivity.java 155 canvas.drawText(title, (int) (thumbWidth * 0.5),
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 1040 public void drawText(Canvas c, int start, int end,
1042 checkRange("drawText", start, end);
    [all...]
DynamicLayout.java 30 * {@link android.graphics.Canvas#drawText(java.lang.CharSequence, int, int, float, float, android.graphics.Paint)
31 * Canvas.drawText()} directly.</p>
Layout.java 368 c.drawText(buf, start, end, x, lbaseline, paint);
370 drawText(c, buf, start, end, dir, directions,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 184 * Align specifies how drawText aligns its text relative to the
799 // WARNING: the logic in this method is similar to Canvas.drawText.
800 // Any change to this method should be reflected in Canvas.drawText
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BoringLayoutTest.java 535 public void drawText(String text, float x, float y, Paint paint) {
536 super.drawText(text, x, y, paint);
  /external/skia/src/utils/
SkDumpCanvas.cpp 331 void SkDumpCanvas::drawText(const void* text, size_t byteLength, SkScalar x,
335 this->dump(kDrawText_Verb, &paint, "drawText(%s [%d] %g %g)", str.c_str(),
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 283 void drawText(const Font&, const TextRun&, const IntPoint&, int from = 0, int to = -1);
350 void drawText(const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
Font.h 82 void drawText(GraphicsContext*, const TextRun&, const FloatPoint&, int from = 0, int to = -1) const;
Font.cpp 162 void Font::drawText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const
  /external/webkit/WebKit/android/nav/
SelectText.cpp 320 virtual void drawText(const void* text, size_t byteLength, SkScalar x,
323 SkCanvas::drawText(text, byteLength, x, y, paint);
FindCanvas.h 124 virtual void drawText(const void* text, size_t byteLength, SkScalar x,
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 453 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + font.height() / 4));
459 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + font.height() / 4));
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 206 canvas.drawText(suggestion, x + X_GAP, y, paint);
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 209 canvas->drawText(run.characters(), run.length() << 1,
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 754 canvas->drawText(textArray + index, count << 1, x_, y_, *paint);
764 canvas->drawText((const uint16_t*)text_ + start, (end - start) << 1,
780 c->drawText(text_, count << 1, SkFloatToScalar(x), SkFloatToScalar(y),
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 199 canvas.drawText(stringToDraw, x, y, paint);
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 536 canvas.drawText(text, 10.0f, y, mPaint);
588 canvas.drawText(fps + " fps", width - 60.0f, 10.0f, mPaint);
592 canvas.drawText(mTriangles + " triangles",
  /external/skia/src/gl/
SkGLDevice.cpp 768 void SkGLDevice::drawText(const SkDraw& draw, const void* text,
780 SkGL_unimpl("drawText in perspective");
786 this->INHERITED::drawText(myDraw, text, byteLength, x, y, paint);
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 309 canvas->drawText(label.characters(), label.length() << 1,
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 67 graphicsContext->drawText(fontData, glyphBuffer, from, numGlyphs, point);
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp     [all...]
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 98 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));

Completed in 713 milliseconds

1 2 34 5 6