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