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

/external/skia/include/core/
H A DSkOSFile.h52 * When finished with the mapping, free the returned pointer with sk_fmunmap.
58 * When finished with the mapping, free the returned pointer with sk_fmunmap.
65 void sk_fmunmap(const void* addr, size_t length);
/external/skia/src/core/
H A DSkData.cpp113 sk_fmunmap(addr, length);
/external/skia/src/ports/
H A DSkOSFile_posix.cpp59 void sk_fmunmap(const void* addr, size_t length) { function
H A DSkOSFile_win.cpp78 void sk_fmunmap(const void* addr, size_t) { function

Completed in 6195 milliseconds