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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java 53 int mImgHeight;
66 mImgHeight = imgHeight;
76 mOval.setCenter(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight);
84 mOval.setRadius(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight);
90 mTmp[1] = mOval.getCenterY() * mImgHeight;
99 mTmp[1] = mOval.getCenterY() * mImgHeight;
107 mTmp[1] = mOval.getRadiusY() * mImgHeight;
115 mTmp[1] = mOval.getRadiusY() * mImgHeight;
126 mOval.setRadiusY(mTmp[1] / mImgHeight);
135 mOval.setRadiusY(mTmp[1] / mImgHeight);
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
VrState.java 36 public int mImgHeight;
52 mImgHeight = src.mImgHeight;
99 mImgHeight = h;
114 mImgHeight = src.mImgHeight;
VrPipline1.java 107 if (state.mImgWidth*state.mImgHeight < 512*512) {
110 int blocks = state.mImgWidth*state.mImgHeight/(256*256);
113 options.setY(i*state.mImgHeight/blocks, (i+1)*state.mImgHeight/blocks);
BasicPipeline.java 58 scriptC_rasterize.invoke_setup_triangles(state.mImgWidth, state.mImgHeight);

Completed in 133 milliseconds