Searched refs:readPad32 (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkReadBuffer.cpp | 137 bool SkReadBuffer::readPad32(void* buffer, size_t bytes) { in readPad32() function in SkReadBuffer 158 if (!this->readPad32(color, sizeof(SkColor4f))) { in readColor4f() 169 this->readPad32(point, sizeof(SkPoint3)); in readPoint3() 185 if (!this->readPad32(rect, sizeof(SkIRect))) { in readIRect() 191 if (!this->readPad32(rect, sizeof(SkRect))) { in readRect() 227 this->readPad32(value, SkSafeMath::Mul(size, elementSize)); in readArray() 323 if (!this->readPad32(data->writable_data(), size)) { in readImage()
|
D | SkReadBuffer.h | 133 bool readPad32(void* buffer, size_t bytes); 315 bool readPad32 (void*, size_t) { return false; } in readPad32() function
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 123 bool SkReadBuffer::readPad32(void* buffer, size_t bytes) { in readPad32() function in SkReadBuffer 155 if (!this->readPad32(color, sizeof(SkColor4f))) { in readColor4f() 166 this->readPad32(point, sizeof(SkPoint3)); in readPoint3() 193 if (!this->readPad32(rect, sizeof(SkIRect))) { in readIRect() 199 if (!this->readPad32(rect, sizeof(SkRect))) { in readRect() 206 if (!this->readPad32(&r, sizeof(SkRect))) { in readRect() 260 this->readPad32(value, SkSafeMath::Mul(size, elementSize)); in readArray() 363 if (!this->readPad32(data->writable_data(), size)) { in readImage_preV78()
|
D | SkReadBuffer.h | 126 bool readPad32(void* buffer, size_t bytes);
|
/external/skia/src/gpu/ |
D | GrPersistentCacheUtils.cpp | 91 reader->readPad32(&inputs[i], sizeof(inputs[i])); in UnpackCachedShaders()
|
/external/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 273 reader.readPad32(&inputs, sizeof(inputs)); in finalize()
|