Searched defs:contentTop (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()
418 final int contentTop = (destClip != null) ? destClip.top : 0; in render() local