MCPcopy Create free account
hub / github.com/JetBrains/skija / isReadyToDraw

Method isReadyToDraw

shared/java/Bitmap.java:650–657  ·  view source on GitHub ↗

Returns true if Bitmap can be drawn. @return true if getPixels() is not null

()

Source from the content-addressed store, hash-verified

648 * @return true if getPixels() is not null
649 */
650 public boolean isReadyToDraw() {
651 try {
652 Stats.onNativeCall();
653 return _nIsReadyToDraw(_ptr);
654 } finally {
655 Reference.reachabilityFence(this);
656 }
657 }
658
659 /**
660 * <p>Returns a unique value corresponding to the pixels in PixelRef.

Callers 1

executeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nIsReadyToDrawMethod · 0.95

Tested by 1

executeMethod · 0.64