HomeSort by relevance Sort by last modified time
    Searched defs:surface (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 420 gfx::PluginWindowHandle surface = gfx::kNullPluginWindow; local
423 if (!manager->GetXIDForId(&surface, view_id)) {
426 return surface;
  /external/qemu/android/skin/
trackball.c 164 SDL_Surface* surface; member in struct:SkinTrackBall
221 /* init SDL surface */
230 ball->surface = sdl_surface_from_argb32( ball->pixels, diameter2, diameter2 );
386 if (ball->surface) {
387 SDL_FreeSurface( ball->surface );
388 ball->surface = NULL;
481 SDL_LockSurface( ball->surface );
546 SDL_UnlockSurface( ball->surface );
559 SDL_BlitSurface( ball->surface, NULL, dst, &d );
window.c 62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface )
80 SDL_BlitSurface( skin_image_surface(back->image), &rs, surface, &rd );
81 //SDL_UpdateRects( surface, 1, &rd );
382 display_redraw_rect16( ADisplay* disp, SkinRect* rect, SDL_Surface* surface)
390 int dst_pitch = surface->pitch;
391 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
472 display_redraw_rect32( ADisplay* disp, SkinRect* rect,SDL_Surface* surface)
480 int dst_pitch = surface->pitch;
481 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
561 display_redraw( ADisplay* disp, SkinRect* rect, SDL_Surface* surface )
928 SDL_Surface* surface; member in struct:SkinWindow
1332 SDL_Surface* surface; local
    [all...]
  /external/qemu/
console.h 206 DisplaySurface* (*resize_displaysurface)(DisplaySurface *surface, int width, int height);
207 void (*free_displaysurface)(DisplaySurface *surface);
211 struct DisplaySurface *surface; member in struct:DisplayState
232 void qemu_alloc_display(DisplaySurface *surface, int width, int height,
246 return ds->allocator->resize_displaysurface(ds->surface, width, height);
251 ds->allocator->free_displaysurface(ds->surface);
254 static inline int is_surface_bgr(DisplaySurface *surface)
256 if (surface->pf.bits_per_pixel == 32 && surface->pf.rshift == 0)
262 static inline int is_buffer_shared(DisplaySurface *surface)
    [all...]
console.c 1115 ds->surface = qemu_resize_displaysurface(ds, s->g_width, s->g_height);
1117 s->ds->surface->width = s->width;
1118 s->ds->surface->height = s->height;
1321 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); local
1362 DisplaySurface *surface = (DisplaySurface*) qemu_mallocz(sizeof(DisplaySurface)); local
1810 DisplaySurface* surface; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 28 : width(0), height(0), dirty(false), surface(NULL), format(GL_NONE)
34 if (surface) surface->Release();
775 if (img->surface) img->surface->Release();
776 img->surface = newSurface;
787 if (pixels != NULL && img->surface != NULL)
790 img->surface->GetDesc(&description);
793 HRESULT result = img->surface->LockRect(&locked, NULL, 0);
800 img->surface->UnlockRect()
920 IDirect3DSurface9 *surface = NULL; local
2234 IDirect3DSurface9 *surface = NULL; local
    [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 90 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); local
93 eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED);
105 EGLSurface surface = eglGetCurrentSurface(EGL_DRAW); local
109 eglQuerySurface(display, surface, EGL_SWAP_BEHAVIOR, &value);
696 Layer* layer, jint width, jint height, jboolean isOpaque, jobject surface) {
698 sp<SurfaceTexture> surfaceTexture(SurfaceTexture_getSurfaceTexture(env, surface));
    [all...]
android_view_Surface.cpp 17 #define LOG_TAG "Surface"
27 #include <surfaceflinger/Surface.h>
58 "android/view/Surface$OutOfResourcesException";
61 const char* const kSurfaceClassPathName = "android/view/Surface";
71 jfieldID surface; member in struct:android::so_t
146 const sp<SurfaceControl>& surface)
150 if (surface.get()) {
151 surface->incStrong(clazz);
156 env->SetIntField(clazz, so.surfaceControl, (int)surface.get());
159 static sp<Surface> getSurface(JNIEnv* env, jobject clazz
232 sp<SurfaceControl> surface; local
746 const sp<SurfaceControl>& surface = getSurfaceControl(env, clazz); local
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcCommit.cpp 44 * by a higher level (e.g. Surface Flinger) and then the original list
236 static EGLSurface surface; variable
327 * Only one user at a time is allowed to use the HWC. Surface
329 * stop the framework so that Surface Flinger will stop using
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 306 // A mock Surface
628 sp<MSurface> surface = new MSurface(); local
629 ASSERT(c->setPreviewDisplay(surface) == NO_ERROR);
638 sp<MSurface> surface = new MSurface(); local
639 ASSERT(c->setPreviewDisplay(surface) == NO_ERROR);
644 surface->waitUntil(1, 10, 0); // needs 1 registerBuffers and 10 postBuffer
645 surface->clearStat();
650 surface->waitUntil(0, 0, 1); // needs unregisterBuffers
671 surface = new MSurface();
672 ASSERT(c->setPreviewDisplay(surface) == NO_ERROR)
677 sp<MSurface> surface; member in class:AfterStartPreview
809 sp<MSurface> surface = new MSurface(); local
840 sp<MSurface> surface = new MSurface(); local
    [all...]
  /system/core/charger/
charger.c 92 gr_surface surface; member in struct:frame
603 /* returns the last y-offset of where the surface ends */
604 static int draw_surface_centered(struct charger *charger, gr_surface surface)
611 w = gr_get_width(surface);
612 h = gr_get_height(surface);
616 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
617 gr_blit(surface, 0, 0, w, h, x, y);
639 draw_surface_centered(charger, frame->surface);
965 ret = res_create_surface(frame->name, &frame->surface);
  /external/mesa3d/test/
egl.cpp 50 #include <surfaceflinger/Surface.h>
900 // NOTE: when adding a config here, don't forget to update eglCreate*Surface()
1254 egl_surface_t* surface; local
1298 egl_surface_t* surface = local
1858 sp<Surface> surface; member in struct:S
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 30 import android.view.Surface;
570 * Call after setting a new display surface.
572 private native void _setVideoSurface(Surface surface);
617 * Either a surface holder or surface must be set if a display or video sink
618 * is needed. Not calling this method or {@link #setSurface(Surface)}
620 * A null surface holder or surface will result in only the audio track being
627 Surface surface local
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 892 // NOTE: when adding a config here, don't forget to update eglCreate*Surface()
1246 egl_surface_t* surface; local
1336 egl_surface_t* surface = local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 388 surface_t surface; member in struct:android::texture_t
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 546 CairoCachedSurface* surface = theme_provider->GetUnthemedSurfaceNamed( local
548 surface->SetSource(cr, 0, GetVerticalOffset());
563 CairoCachedSurface* surface = theme_provider->GetSurfaceNamed( local
565 if (event->area.y < surface->Height()) {
566 surface->SetSource(cr, 0, GetVerticalOffset());
571 event->area.width, surface->Height() - event->area.y);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 44 import android.view.Surface;
914 throw new IllegalArgumentException("Surface Holder is null");
917 final Surface surface = surfaceHolder.getSurface(); local
918 if (surface == null) {
919 throw new IllegalArgumentException("Surface could not be retrieved from Surface holder");
922 if (surface.isValid() == false) {
923 throw new IllegalStateException("Surface is not valid");
946 result = mMANativeHelper.renderPreviewFrame(surface,
1644 final Surface surface = surfaceHolder.getSurface(); local
1887 final Surface surface = surfaceHolder.getSurface(); local
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 174 /** Draw into a surface (e.g. raster, openGL, etc.) using the Java surface
181 Unlike the bitmap model, a surface model is opaque so no html content
183 transparent the surface model should be chosen over the bitmap model as
188 objects that extend Surface.class by allowing them to access the
189 surface's underlying bitmap in native code. For instance, if a raster
190 surface is used the plugin can lock, draw directly into the bitmap, and
191 unlock the surface in native code without making JNI calls to the Java
192 surface object.
220 /** Requests that the plugin return a java surface to be displayed. This wil
999 } surface; member in union:ANPEvent::__anon13471::__anon13476::__anon13477
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 703 m_int bytesPerLine; /* Bytes per line value for surface */
704 uchar *surface; /* Pointer to bitmap surface */ member in struct:__anon10595
832 /* Public Device Context Structure. The 'surface' member along with the
834 * display surface for user applications. The MGL virtualises the surface
840 void *surface; /* Pointer to active device surface */ member in struct:__anon10602
888 /* Define the flags for the types of direct surface access provided */
890 #define MGL_NO_ACCESS 0x0 /* Surface cannot be accessed */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 703 m_int bytesPerLine; /* Bytes per line value for surface */
704 uchar *surface; /* Pointer to bitmap surface */ member in struct:__anon10894
832 /* Public Device Context Structure. The 'surface' member along with the
834 * display surface for user applications. The MGL virtualises the surface
840 void *surface; /* Pointer to active device surface */ member in struct:__anon10901
888 /* Define the flags for the types of direct surface access provided */
890 #define MGL_NO_ACCESS 0x0 /* Surface cannot be accessed */
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 227 // Surface can never be reassigned or cleared (use Surface.clear()).
228 private final Surface mSurface = new Surface();
438 // If the application owns the surface, don't enable hardware acceleration
1823 Surface surface = mSurface; local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 114 import android.view.Surface;
195 * Dim surface layer is immediately below target window.
200 * Blur surface layer is immediately below dim layer.
219 /** Amount of time (in milliseconds) to animate the dim surface from one
368 * underlying surface.
383 * Windows whose surface should be destroyed.
415 Surface mBlurSurface;
594 // move the surface and tell the involved window(s) where we are
2656 Surface surface = win.createSurfaceLocked(); local
6170 Surface surface = new Surface(session, callerPid, "drag surface", 0, local
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 2032 milliseconds

1 2 3 45