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

  /external/icu4c/samples/layout/
GDIFontMap.h 35 GDISurface *fSurface;
GDIFontInstance.h 54 GDISurface *fSurface;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_SDL.h 36 SDL_Surface* fSurface;
SkOSWindow_Win.h 77 EGLSurface fSurface;
  /external/skia/include/views/
SkOSWindow_SDL.h 36 SDL_Surface* fSurface;
SkOSWindow_Win.h 77 EGLSurface fSurface;
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 61 GrSurface* fSurface;
62 bool fUnlock; // if true the pixel ref owns a texture cache lock on fSurface
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkANGLEGLContext.h 45 EGLSurface fSurface;
SkNativeGLContext.h 70 EGLSurface fSurface;
  /external/skia/include/gpu/
SkGrPixelRef.h 61 GrSurface* fSurface;
62 bool fUnlock; // if true the pixel ref owns a texture cache lock on fSurface
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 45 EGLSurface fSurface;
SkNativeGLContext.h 70 EGLSurface fSurface;
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 248 SkSurface* fSurface;
262 fSurface = NULL;
277 fSurface = NULL;
284 SkRefCnt_SafeAssign(fSurface, surface);
302 SkSafeUnref(fSurface);
350 if (NULL != fSurface) {
351 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
425 return fSurface ? fSurface->newImageSnapshot() : NULL;
455 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode)
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 248 SkSurface* fSurface;
262 fSurface = NULL;
277 fSurface = NULL;
284 SkRefCnt_SafeAssign(fSurface, surface);
302 SkSafeUnref(fSurface);
350 if (NULL != fSurface) {
351 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
425 return fSurface ? fSurface->newImageSnapshot() : NULL;
455 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode)
    [all...]

Completed in 167 milliseconds