Searched refs:sk_fmunmap (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_none.cpp22 void sk_fmunmap(const void* addr, size_t length) { } function
H A DSkOSFile_posix.cpp55 void sk_fmunmap(const void* addr, size_t length) { function
H A DSkOSFile_win.cpp75 void sk_fmunmap(const void* addr, size_t) { function
/external/skia/src/ports/
H A DSkOSFile_none.cpp18 void sk_fmunmap(const void* addr, size_t length) { } function
H A DSkOSFile_posix.cpp43 void sk_fmunmap(const void* addr, size_t length) { function
H A DSkOSFile_win.cpp64 void sk_fmunmap(const void* addr, size_t) { function
/external/chromium_org/third_party/skia/include/core/
H A DSkOSFile.h57 * When finished with the mapping, free the returned pointer with sk_fmunmap.
63 * When finished with the mapping, free the returned pointer with sk_fmunmap.
70 void sk_fmunmap(const void* addr, size_t length);
/external/skia/include/core/
H A DSkOSFile.h57 * When finished with the mapping, free the returned pointer with sk_fmunmap.
63 * When finished with the mapping, free the returned pointer with sk_fmunmap.
70 void sk_fmunmap(const void* addr, size_t length);
/external/skia/src/core/
H A DSkData.cpp88 sk_fmunmap(addr, length);
/external/chromium_org/third_party/skia/src/core/
H A DSkData.cpp131 sk_fmunmap(addr, length);

Completed in 2533 milliseconds