Searched refs:sk_fmmap (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkOSFile.h39 void* sk_fmmap(FILE* f, size_t* length);
47 /** Unmaps a file previously mapped by sk_fmmap or sk_fdmmap.
48 * The length parameter must be the same as returned from sk_fmmap.
H A DSkData.cpp111 // assumes fPtr was allocated with sk_fmmap
119 void* addr = sk_fmmap(f, &size);
/external/skqp/src/core/
H A DSkOSFile.h39 void* sk_fmmap(FILE* f, size_t* length);
47 /** Unmaps a file previously mapped by sk_fmmap or sk_fdmmap.
48 * The length parameter must be the same as returned from sk_fmmap.
H A DSkData.cpp111 // assumes fPtr was allocated with sk_fmmap
119 void* addr = sk_fmmap(f, &size);
/external/skia/src/ports/
H A DSkOSFile_posix.cpp102 void* sk_fmmap(FILE* f, size_t* size) { function
H A DSkOSFile_win.cpp120 void* sk_fmmap(FILE* f, size_t* length) { function
/external/skqp/src/ports/
H A DSkOSFile_posix.cpp102 void* sk_fmmap(FILE* f, size_t* size) { function
H A DSkOSFile_win.cpp119 void* sk_fmmap(FILE* f, size_t* length) { function

Completed in 768 milliseconds