Home | History | Annotate | Download | only in resize

Lines Matching refs:Surface

9 #include <surfaceflinger/Surface.h>
20 static const sp<ISurface>& getISurface(const sp<Surface>& s) {
35 // create pushbuffer surface
36 sp<Surface> surface = client->createSurface(getpid(), 0, 160, 240,
41 surface->setLayer(100000);
44 Surface::SurfaceInfo info;
45 surface->lock(&info);
48 surface->unlockAndPost();
50 surface->lock(&info);
52 surface->unlockAndPost();
55 surface->setSize(320, 240);