HomeSort by relevance Sort by last modified time
    Searched refs:surfaceWidth (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) {
135 const float zoomFactorW = static_cast<float>(surfaceWidth) / W;
  /frameworks/base/services/input/
SpriteController.h 181 surfaceWidth(0), surfaceHeight(0), surfaceDrawn(false), surfaceVisible(false) {
195 int32_t surfaceWidth;
237 mLocked.state.surfaceWidth = width;
SpriteController.cpp 134 update.state.surfaceWidth = update.state.icon.bitmap.width();
139 update.state.surfaceWidth, update.state.surfaceHeight);
154 if (update.state.surfaceWidth < desiredWidth
164 status, update.state.surfaceWidth, update.state.surfaceHeight,
167 update.state.surfaceWidth = desiredWidth;
333 update.state.surfaceWidth, update.state.surfaceHeight,
  /frameworks/rs/
rsProgramVertex.cpp 212 float surfaceWidth = (float)rsc->getCurrentSurfaceWidth();
216 m.loadOrtho(0, surfaceWidth, surfaceHeight, 0, -1, 1);
  /frameworks/base/core/java/android/view/
SurfaceView.java 504 final int surfaceWidth = mSurfaceFrame.right;
506 realSizeChanged = mLastSurfaceWidth != surfaceWidth
508 mLastSurfaceWidth = surfaceWidth;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 223 jint surfaceWidth,
238 jint surfaceWidth,
667 jint surfaceWidth,
685 "VIDEO_EDITOR", "surfaceWidth = %d",surfaceWidth);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 582 bool adjust_pixel_ops_params(int surfaceWidth,
593 GrIRect bounds = GrIRect::MakeWH(surfaceWidth, surfaceHeight);
    [all...]

Completed in 2106 milliseconds