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

  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h 51 void drawPlugin(int surfaceWidth, int surfaceHeight);
BackgroundPlugin.cpp 127 void BackgroundPlugin::drawPlugin(int surfaceWidth, int surfaceHeight) {
136 const float zoomFactorH = static_cast<float>(surfaceHeight) / H;
  /frameworks/base/services/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
196 int32_t surfaceHeight;
238 mLocked.state.surfaceHeight = height;
SpriteController.cpp 135 update.state.surfaceHeight = update.state.icon.bitmap.height();
139 update.state.surfaceWidth, update.state.surfaceHeight);
155 || update.state.surfaceHeight < desiredHeight) {
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
168 update.state.surfaceHeight = desiredHeight;
333 update.state.surfaceWidth, update.state.surfaceHeight,
  /frameworks/rs/
rsProgramVertex.cpp 213 float surfaceHeight = (float)rsc->getCurrentSurfaceHeight();
216 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/core/java/android/view/
SurfaceView.java 505 final int surfaceHeight = mSurfaceFrame.bottom;
507 || mLastSurfaceHeight != surfaceHeight;
509 mLastSurfaceHeight = surfaceHeight;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 224 jint surfaceHeight);
239 jint surfaceHeight,
668 jint surfaceHeight )
687 "VIDEO_EDITOR", "surfaceHeight = %d",surfaceHeight);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 583 int surfaceHeight,
593 GrIRect bounds = GrIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]

Completed in 238 milliseconds