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 64 GrSurface* fSurface;
65 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 44 EGLSurface fSurface;
SkNativeGLContext.h 69 EGLSurface fSurface;
  /external/skia/include/gpu/
SkGrPixelRef.h 64 GrSurface* fSurface;
65 bool fUnlock; // if true the pixel ref owns a texture cache lock on fSurface
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 44 EGLSurface fSurface;
SkNativeGLContext.h 69 EGLSurface fSurface;
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 252 SkSurface* fSurface;
266 fSurface = NULL;
281 fSurface = NULL;
288 SkRefCnt_SafeAssign(fSurface, surface);
306 SkSafeUnref(fSurface);
354 if (NULL != fSurface) {
355 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
429 return fSurface ? fSurface->newImageSnapshot() : NULL;
459 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode)
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 256 SkSurface* fSurface;
270 fSurface = NULL;
285 fSurface = NULL;
292 SkRefCnt_SafeAssign(fSurface, surface);
310 SkSafeUnref(fSurface);
358 if (NULL != fSurface) {
359 fSurface->notifyContentWillChange(SkSurface::kDiscard_ContentChangeMode);
433 return fSurface ? fSurface->newImageSnapshot() : NULL;
463 fSurface->notifyContentWillChange(SkSurface::kRetain_ContentChangeMode)
    [all...]

Completed in 1064 milliseconds