Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java387 public void render(@NonNull Bitmap destination, @Nullable Rect destClip, in render() argument
399 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...