Searched refs:destClip (Results 1 – 2 of 2) sorted by relevance
387 public void render(@NonNull Bitmap destination, @Nullable Rect destClip, in render() argument399 if (destClip != null) { in render()400 if (destClip.left < 0 || destClip.top < 0 in render()401 || destClip.right > destination.getWidth() in render()402 || destClip.bottom > destination.getHeight()) { in render()419 final int contentLeft = (destClip != null) ? destClip.left : 0; in render()420 final int contentTop = (destClip != null) ? destClip.top : 0; in render()421 final int contentRight = (destClip != null) ? destClip.right in render()423 final int contentBottom = (destClip != null) ? destClip.bottom in render()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...