Searched defs:peek32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkWriter32.h189 uint32_t* peek32(size_t offset);
193 * This has the same restrictions as peek32: offset must be <= size() and
227 uint32_t* peek32(size_t offset) { function in struct:SkWriter32::Block
/external/chromium_org/third_party/skia/src/core/
H A DSkWriter32.cpp74 uint32_t* SkWriter32::peek32(size_t offset) { function in class:SkWriter32
82 return fTail->peek32(offset - fWrittenBeforeLastBlock);
93 return block->peek32(offset);
115 // Similar to peek32, except that we free up any following blocks.
/external/skia/include/core/
H A DSkWriter32.h189 uint32_t* peek32(size_t offset);
193 * This has the same restrictions as peek32: offset must be <= size() and
227 uint32_t* peek32(size_t offset) { function in struct:SkWriter32::Block
/external/skia/src/core/
H A DSkWriter32.cpp74 uint32_t* SkWriter32::peek32(size_t offset) { function in class:SkWriter32
82 return fTail->peek32(offset - fWrittenBeforeLastBlock);
93 return block->peek32(offset);
115 // Similar to peek32, except that we free up any following blocks.

Completed in 213 milliseconds