HomeSort by relevance Sort by last modified time
    Searched refs:getInPixelsAllocation (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterSharpen.java 90 int w = getInPixelsAllocation().getType().getX();
91 int h = getInPixelsAllocation().getType().getY();
102 mScript.set_gIn(getInPixelsAllocation());
103 mScript.bind_gPixels(getInPixelsAllocation());
104 mScript.forEach_root(getInPixelsAllocation(), getOutPixelsAllocation());
ImageFilterRS.java 57 protected Allocation getInPixelsAllocation() {
59 return pipeline.getInPixelsAllocation();
111 if (getInPixelsAllocation() != null
112 && ((getInPixelsAllocation().getType().getX() != mLastInputWidth)
113 || (getInPixelsAllocation().getType().getY() != mLastInputHeight))) {
121 mLastInputWidth = getInPixelsAllocation().getType().getX();
122 mLastInputHeight = getInPixelsAllocation().getType().getY();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 449 public synchronized Allocation getInPixelsAllocation() {

Completed in 250 milliseconds