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
DSpannableStringBuilder.java1421 public void drawText(BaseCanvas c, int start, int end, float x, float y, Paint p) { in drawText() method in SpannableStringBuilder
DLayout.java440 public void drawText(Canvas canvas, int firstLine, int lastLine) { in drawText() method in Layout
/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/
DBaseRecordingCanvas.java446 public final void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseRecordingCanvas
457 public final void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
479 public final void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseRecordingCanvas
485 public final void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseRecordingCanvas
DBaseCanvas.java507 public void drawText(@NonNull char[] text, int index, int count, float x, float y, in drawText() method in BaseCanvas
518 public void drawText(@NonNull CharSequence text, int start, int end, float x, float y, in drawText() method in BaseCanvas
540 public void drawText(@NonNull String text, float x, float y, @NonNull Paint paint) { in drawText() method in BaseCanvas
546 public void drawText(@NonNull String text, int start, int end, float x, float y, in drawText() method in BaseCanvas
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp161 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.cpp1046 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.java13952 public void drawText(BaseCanvas c, int start, int end, in drawText() method in TextView.Drawables.CharWrapper