Searched refs:mTmpRectForPaintAPI (Results 1 – 1 of 1) sorted by relevance
77 private RectF mTmpRectForPaintAPI; field in TextLine1359 if (drawBounds != null && mTmpRectForPaintAPI == null) { in handleText()1360 mTmpRectForPaintAPI = new RectF(); in handleText()1363 advances, advancesIndex, drawBounds == null ? null : mTmpRectForPaintAPI, in handleText()1367 mTmpRectForPaintAPI.offset(x - totalWidth, 0); in handleText()1369 mTmpRectForPaintAPI.offset(x, 0); in handleText()1371 drawBounds.union(mTmpRectForPaintAPI); in handleText()