Home
last modified time | relevance | path

Searched refs:GraphicsOperations (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DGraphicsOperations.java29 public interface GraphicsOperations extends CharSequence { interface
H A DSpannableStringBuilder.java39 Appendable, GraphicsOperations {
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java30 import android.text.GraphicsOperations;
524 } else if (text instanceof GraphicsOperations) { in drawText()
525 ((GraphicsOperations) text).drawText(this, start, end, x, y, in drawText()
611 } else if (text instanceof GraphicsOperations) { in drawTextRun()
612 ((GraphicsOperations) text).drawTextRun(this, start, end, in drawTextRun()
H A DBaseRecordingCanvas.java27 import android.text.GraphicsOperations;
462 } else if (text instanceof GraphicsOperations) { in drawText()
463 ((GraphicsOperations) text).drawText(this, start, end, x, y, in drawText()
549 } else if (text instanceof GraphicsOperations) { in drawTextRun()
550 ((GraphicsOperations) text).drawTextRun(this, start, end, in drawTextRun()
H A DPaint.java31 import android.text.GraphicsOperations;
2446 if (text instanceof GraphicsOperations) { in measureText()
2447 return ((GraphicsOperations)text).measureText(start, end, this); in measureText()
2656 if (text instanceof GraphicsOperations) { in getTextWidths()
2657 return ((GraphicsOperations) text).getTextWidths(start, end, in getTextWidths()
2875 if (text instanceof GraphicsOperations) { in getTextRunCursor()
2876 return ((GraphicsOperations) text).getTextRunCursor( in getTextRunCursor()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java107 import android.text.GraphicsOperations;
15624 private static class CharWrapper implements CharSequence, GetChars, GraphicsOperations {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7876 android.text.GraphicsOperations
H A Dboot-image-profile.txt30674 Landroid/text/GraphicsOperations;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7907 android.text.GraphicsOperations
H A Dboot-image-profile.txt40808 Landroid/text/GraphicsOperations;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt56106 Landroid/text/GraphicsOperations;->drawText(Landroid/graphics/BaseCanvas;IIFFLandroid/graphics/Pain…
56107 Landroid/text/GraphicsOperations;->drawTextRun(Landroid/graphics/BaseCanvas;IIIIFFZLandroid/graphic…
56108 Landroid/text/GraphicsOperations;->getTextRunAdvances(IIIIZ[FILandroid/graphics/Paint;)F
56109 Landroid/text/GraphicsOperations;->getTextRunCursor(IIIIILandroid/graphics/Paint;)I
56110 Landroid/text/GraphicsOperations;->getTextWidths(II[FLandroid/graphics/Paint;)I
56111 Landroid/text/GraphicsOperations;->measureText(IILandroid/graphics/Paint;)F