Home
last modified time | relevance | path

Searched refs:SkAutoUnref (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkRefCnt.cpp20 SkAutoUnref::~SkAutoUnref() { in ~SkAutoUnref()
26 bool SkAutoUnref::ref() { in ref()
34 bool SkAutoUnref::unref() { in unref()
43 SkRefCnt* SkAutoUnref::detach() { in detach()
DSkBitmap.cpp756 SkAutoUnref au(ctable); in copyTo()
/external/skia/include/core/
DSkRefCnt.h94 class SkAutoUnref : SkNoncopyable {
96 SkAutoUnref(SkRefCnt* obj) : fObj(obj) {} in SkAutoUnref() function
97 ~SkAutoUnref();
/external/skia/src/ports/
DSkFontHost_tables.cpp113 SkAutoUnref au(stream); in CountTables()
123 SkAutoUnref au(stream); in GetTableTags()
141 SkAutoUnref au(stream); in GetTableSize()
162 SkAutoUnref au(stream); in GetTableData()
/external/webkit/WebCore/platform/graphics/android/
DFontCustomPlatformData.cpp73 SkAutoUnref aur(face); in createFontCustomPlatformData()
DImageAndroid.cpp363 SkAutoUnref aur(ref); in loadPlatformResource()
/external/skia/src/images/
DSkImageDecoder_wbmp.cpp129 SkAutoUnref aur(ct); in onDecode()
DSkMovie_gif.cpp144 SkAutoUnref aur(colorTable); in onGetBitmap()
DSkImageDecoder_libgif.cpp240 SkAutoUnref aurts(ctable); in onDecode()
DSkImageDecoder_libpng.cpp313 SkAutoUnref aur(colorTable); in onDecode()
658 SkAutoUnref aur(colorTable); in onDecodeRegion()
/external/skia/gm/
Dshapes.cpp91 SkAutoUnref aur(gs); in onDraw()
Dtilemodes.cpp33 SkAutoUnref au(um); in makebm()