Home
last modified time | relevance | path

Searched defs:drawText (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/text/
DGraphicsOperations.java33 void drawText(BaseCanvas c, int start, int end, in drawText() method
DLayout.java428 public void drawText(@NonNull Canvas canvas) { in drawText() method in Layout
592 public void drawText(Canvas canvas, int firstLine, int lastLine) { in drawText() method in Layout
DSpannableStringBuilder.java1421 public void drawText(BaseCanvas c, int start, int end, float x, float y, Paint p) { in drawText() method in SpannableStringBuilder
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
DNopCanvas.java254 public void drawText(char[] text, int index, int count, float x, float y, Paint paint) { in drawText() method in NopCanvas
258 public void drawText(String text, float x, float y, Paint paint) { in drawText() method in NopCanvas
262 public void drawText(String text, int start, int end, float x, float y, Paint paint) { in drawText() method in NopCanvas
266 public void drawText(CharSequence text, int start, int end, float x, float y, Paint paint) { in drawText() method in NopCanvas
/frameworks/base/core/tests/coretests/src/android/text/
DLayoutTest.java663 public void drawText(String text, int start, int end, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
668 public void drawText(CharSequence text, int start, int end, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
673 public void drawText(char[] text, int index, int count, float x, float y, Paint p) { in drawText() method in LayoutTest.MockCanvas
/frameworks/base/graphics/java/android/graphics/
DBaseCanvas.java503 public void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseCanvas
514 public void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseCanvas
536 public void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseCanvas
542 public void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseCanvas
DBaseRecordingCanvas.java442 public final void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseRecordingCanvas
453 public final void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
475 public final void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseRecordingCanvas
481 public final void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp162 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText() function in android::Canvas
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1047 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText() function in android::BootAnimation
/frameworks/base/core/java/android/widget/
DTextView.java15671 public void drawText(BaseCanvas c, int start, int end, in drawText() method in TextView.Drawables.CharWrapper