Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaint.java2698 int relPos = getTextRunCursor(buf, 0, contextLen, isRtl, offset - contextStart, cursorOpt); in getTextRunCursor() local
2700 return (relPos == -1) ? -1 : relPos + contextStart; in getTextRunCursor()