Home
last modified time | relevance | path

Searched refs:mTextID (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DDrawText.java32 int mTextID; field in DrawText
49 mTextID = textID; in DrawText()
61 COMPANION.apply(buffer, mTextID, mStart, mEnd, mContextStart, mContextEnd, mX, mY, mRtl); in write()
67 return "DrawTextRun [" + mTextID + "] " + mStart + ", " + mEnd + ", " + mX + ", " + mY; in toString()
134 context.drawTextRun(mTextID, mStart, mEnd, mContextStart, mContextEnd, mX, mY, mRtl); in paint()
DDrawTextAnchored.java34 int mTextID; field in DrawTextAnchored
54 mTextID = textID; in DrawTextAnchored()
94 COMPANION.apply(buffer, mTextID, mX, in write()
103 return "DrawTextAnchored [" + mTextID + "] " + floatToStr(mX) + ", " in toString()
197 context.getTextBounds(mTextID, 0, -1, in paint()
201 context.drawTextRun(mTextID, 0, -1, 0, 1, x, y, in paint()
DDrawTextRun.java29 int mTextID; field in DrawTextRun
46 mTextID = textID; in DrawTextRun()
58 COMPANION.apply(buffer, mTextID, mStart, mEnd, mContextStart, mContextEnd, mX, mY, mRtl); in write()
119 context.drawTextRun(mTextID, mStart, mEnd, mContextStart, mContextEnd, mX, mY, mRtl); in paint()