Searched defs:SkWriter32 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkWriter32.h25 class SkWriter32 : SkNoncopyable { class in inherits:SkNoncopyable
30 * SkWriter32 will try to back reserve and write calls with this external storage until the
34 SkWriter32(void* external = NULL, size_t externalBytes = 0) { function in class:SkWriter32
265 template <size_t SIZE> class SkSWriter32 : public SkWriter32 {
278 typedef SkWriter32 INHERITED;
/external/skia/include/core/
H A DSkWriter32.h25 class SkWriter32 : SkNoncopyable { class in inherits:SkNoncopyable
30 * SkWriter32 will try to back reserve and write calls with this external storage until the
34 SkWriter32(void* external = NULL, size_t externalBytes = 0) { function in class:SkWriter32
265 template <size_t SIZE> class SkSWriter32 : public SkWriter32 {
278 typedef SkWriter32 INHERITED;

Completed in 53 milliseconds