Searched refs:win (Results 1 - 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DProjector.java41 public void project(float[] obj, int objOffset, float[] win, int winOffset) { argument
51 win[winOffset] = mX + mViewWidth * (mV[0] * rw + 1.0f) * 0.5f;
52 win[winOffset + 1] = mY + mViewHeight * (mV[1] * rw + 1.0f) * 0.5f;
53 win[winOffset + 2] = (mV[2] * rw + 1.0f) * 0.5f;
/development/ide/xcode/ports/
H A DSkOSWindow_Mac.cpp193 SkOSWindow* win = (SkOSWindow*)userData; local
198 gCurrOSWin = win; // will need to be in TLS. Set this so PostEvent will work
204 SetPortWindowPort((WindowRef)win->getHWND());
209 (void)win->handleClick(pt.h, pt.v, Click::kDown_State);
212 (void)win->handleClick(pt.h, pt.v, Click::kMoved_State);
215 (void)win->handleClick(pt.h, pt.v, Click::kUp_State);
228 (void)win->handleKey(key);
234 (void)win->handleKeyUp(key);
241 win->handleChar(uni);
247 win
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DOverscanActivity.java118 Window win = getWindow();
119 WindowManager.LayoutParams winParams = win.getAttributes();
126 win.setAttributes(winParams);
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp609 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) argument
613 if (win == 0) {
624 if (static_cast<ANativeWindow*>(win)->common.magic != ANDROID_NATIVE_WINDOW_MAGIC) {
629 &s_display, config, surfaceType, static_cast<ANativeWindow*>(win));
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Degl.cpp359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) argument
361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list);
/development/ndk/platforms/android-9/include/EGL/
H A Degl.h266 EGLNativeWindowType win,
/development/ndk/platforms/android-3/include/linux/
H A Dvideodev2.h876 struct v4l2_window win; member in union:v4l2_format::__anon309

Completed in 110 milliseconds