MCPcopy Index your code
hub / github.com/HumbleUI/Skija / scalePixels

Method scalePixels

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

Source from the content-addressed store, hash-verified

231 }
232
233 public boolean scalePixels(Pixmap dstPixmap, SamplingMode samplingMode) {
234 Stats.onNativeCall();
235 try {
236 return _nScalePixels(_ptr, Native.getPtr(dstPixmap), samplingMode._pack());
237 } finally {
238 ReferenceUtil.reachabilityFence(this);
239 ReferenceUtil.reachabilityFence(dstPixmap);
240 }
241 }
242
243 public boolean erase(int color) {
244 Stats.onNativeCall();

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected