Searched defs:setSourceRegion (Results 1 - 1 of 1) sorted by relevance

/system/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java170 public void setSourceRegion(Quad region) { method in class:ShaderProgram
171 setSourceRegion(region.p0.x, region.p0.y,
185 setSourceRegion(x, y, x + width, y, x, y + height, x + width, y + height);
265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, method in class:ShaderProgram

Completed in 145 milliseconds