Searched refs:mTmpRectForPaintAPI (Results 1 – 1 of 1) sorted by relevance
76 private RectF mTmpRectForPaintAPI; field in TextLine1358 if (drawBounds != null && mTmpRectForPaintAPI == null) { in handleText()1359 mTmpRectForPaintAPI = new RectF(); in handleText()1362 advances, advancesIndex, drawBounds == null ? null : mTmpRectForPaintAPI, in handleText()1366 mTmpRectForPaintAPI.offset(x - totalWidth, 0); in handleText()1368 mTmpRectForPaintAPI.offset(x, 0); in handleText()1370 drawBounds.union(mTmpRectForPaintAPI); in handleText()