MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / setPixels

Method setPixels

src/java/awt/image/RGBImageFilter.java:182–199  ·  view source on GitHub ↗

If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel. Otherwise converts the buffer of byte pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one

(int x, int y, int w, int h,
			  ColorModel model, byte pixels[], int off,
			  int scansize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

filterRGBPixelsMethod · 0.95
setPixelsMethod · 0.65
getRGBMethod · 0.45

Tested by

no test coverage detected