Searched defs:contentRight (Results 1 – 3 of 3) sorted by relevance
65 int contentLeft, int contentTop, int contentRight, int contentBottom) { in startPage()126 jint contentLeft, jint contentTop, jint contentRight, jint contentBottom) { in nativeStartPage()
250 int contentLeft, int contentTop, int contentRight, int contentBottom); in nativeStartPage()
416 final int contentRight = (destClip != null) ? destClip.right in render() local