Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBlendComposite.java133 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() argument
135 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()
141 int width = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
142 int height = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
153 dstIn.getDataElements(0, y, width, 1, dstPixels); in compose()