Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBlendComposite.java201 int[] srcPixels = new int[width]; in compose() local
207 src.getDataElements(0, y, width, 1, srcPixels); in compose()
211 int pixel = srcPixels[x]; in compose()