HomeSort by relevance Sort by last modified time
    Searched defs:fSurface (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/samples/layout/
GDIFontMap.h 35 GDISurface *fSurface;
GDIFontInstance.h 54 GDISurface *fSurface;
  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.h 32 SkAutoTUnref<SkSurface> fSurface;
SkRasterWidget.h 35 SkAutoTUnref<SkSurface> fSurface;
  /external/skia/include/gpu/
SkGrPixelRef.h 59 GrSurface* fSurface;
  /external/skia/include/views/
SkOSWindow_SDL.h 36 SDL_Surface* fSurface;
SkOSWindow_Win.h 72 EGLSurface fSurface;
  /external/skia/include/gpu/gl/angle/
SkANGLEGLContext.h 42 void* fSurface;
  /external/skia/src/gpu/
GrSurfacePriv.h 24 SkImageInfo info() const { return fSurface->info(); }
30 bool savePixels(const char* filename) { return fSurface->savePixels(filename); }
32 bool hasPendingRead() const { return fSurface->hasPendingRead(); }
33 bool hasPendingWrite() const { return fSurface->hasPendingWrite(); }
34 bool hasPendingIO() const { return fSurface->hasPendingIO(); }
37 explicit GrSurfacePriv(GrSurface* surface) : fSurface(surface) {}
45 GrSurface* fSurface;
  /external/skia/example/
HelloWorld.h 43 return fSurface = SkSurface::NewRaster(info);
63 SkSurface* fSurface;
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 27 EGLSurface fSurface;
33 , fSurface(EGL_NO_SURFACE) {
124 fSurface = eglCreatePbufferSurface(fDisplay, surfaceConfig, kSurfaceAttribs);
125 if (EGL_NO_SURFACE == fSurface) {
131 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
166 if (fSurface) {
167 eglDestroySurface(fDisplay, fSurface);
168 fSurface = EGL_NO_SURFACE;
178 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext))
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 279 SkSurface* fSurface;
292 fSurface = NULL;
299 SkRefCnt_SafeAssign(fSurface, surface);
317 SkSafeUnref(fSurface);
362 if (fSurface) {
363 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
434 return fSurface ? fSurface->newImageSnapshot() : NULL;
456 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode);
    [all...]

Completed in 895 milliseconds