HomeSort by relevance Sort by last modified time
    Searched defs:readPad32 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkReadBuffer.cpp 146 bool SkReadBuffer::readPad32(void* buffer, size_t bytes) {
167 if (!this->readPad32(color, sizeof(SkColor4f))) {
178 this->readPad32(point, sizeof(SkPoint3));
194 if (!this->readPad32(rect, sizeof(SkIRect))) {
200 if (!this->readPad32(rect, sizeof(SkRect))) {
236 this->readPad32(value, SkSafeMath::Mul(size, elementSize));
302 if (!this->readPad32(data->writable_data(), size)) {
  /external/skqp/src/core/
SkReadBuffer.cpp 146 bool SkReadBuffer::readPad32(void* buffer, size_t bytes) {
167 if (!this->readPad32(color, sizeof(SkColor4f))) {
178 this->readPad32(point, sizeof(SkPoint3));
193 if (!this->readPad32(rect, sizeof(SkIRect))) {
199 if (!this->readPad32(rect, sizeof(SkRect))) {
235 this->readPad32(value, SkSafeMath::Mul(size, elementSize));
301 if (!this->readPad32(data->writable_data(), size)) {

Completed in 774 milliseconds