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

Method scalePixels

shared/java/Pixmap.java:212–220  ·  view source on GitHub ↗
(Pixmap dstPixmap, SamplingMode samplingMode)

Source from the content-addressed store, hash-verified

210 }
211
212 public boolean scalePixels(Pixmap dstPixmap, SamplingMode samplingMode) {
213 Stats.onNativeCall();
214 try {
215 return _nScalePixels(_ptr, Native.getPtr(dstPixmap), samplingMode._pack());
216 } finally {
217 Reference.reachabilityFence(this);
218 Reference.reachabilityFence(dstPixmap);
219 }
220 }
221
222 public boolean erase(int color) {
223 Stats.onNativeCall();

Callers

nothing calls this directly

Calls 4

onNativeCallMethod · 0.95
_nScalePixelsMethod · 0.95
getPtrMethod · 0.95
_packMethod · 0.65

Tested by

no test coverage detected