Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java185 public void compose(Raster src, Raster dstIn, WritableRaster dstOut) { in compose() argument
187 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT || in compose()
193 int width = Math.min(src.getWidth(), dstIn.getWidth()); in compose()
194 int height = Math.min(src.getHeight(), dstIn.getHeight()); in compose()
205 dstIn.getDataElements(0, y, width, 1, dstPixels); in compose()