Home | History | Annotate | Download | only in power

Lines Matching refs:mDisplayWidth

81     private int mDisplayWidth;      // real width, not rotated
142 mDisplayWidth = displayInfo.getNaturalWidth();
290 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ar);
295 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ag);
300 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ab);
340 setHStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ag);
413 GLES10.glViewport(0, 0, mDisplayWidth, mDisplayHeight);
416 GLES10.glOrthof(0, mDisplayWidth, 0, mDisplayHeight, 0, 1);
516 "ElectronBeam", mDisplayWidth, mDisplayHeight,
525 mSurfaceControl.setSize(mDisplayWidth, mDisplayHeight);
673 pw.println(" mDisplayWidth=" + mDisplayWidth);