/external/skqp/tools/ |
D | skpinfo.cpp | 80 if (!stream.readU32(&tag)) { return kTruncatedFile; } in main() 86 if (!stream.readU32(&chunkSize)) { return kTruncatedFile; } in main()
|
/external/skia/tools/ |
D | skpinfo.cpp | 80 if (!stream.readU32(&tag)) { return kTruncatedFile; } in main() 86 if (!stream.readU32(&chunkSize)) { return kTruncatedFile; } in main()
|
/external/skia/src/core/ |
D | SkPath_serial.cpp | 144 if (!buffer.readU32(&packed)) { in readFromMemory() 160 if (!buffer.readU32(&packed)) { in readAsRRect() 198 if (!buffer.readU32(&packed)) { in readFromMemory_EQ4()
|
D | SkReader32.h | 108 uint32_t readU32() { return this->readInt(); } in readU32() function 140 uint32_t byteLength = this->readU32(); in readData()
|
D | SkPictureData.cpp | 294 if (!stream->readU32(&size)) { return false; } in parseStreamTag() 498 if (!stream->readU32(&tag)) { return false; } in parseStream() 504 if (!stream->readU32(&size)) { return false; } in parseStream()
|
D | SkWriter32.cpp | 26 size_t len = this->readU32(); in readString()
|
D | SkPicture.cpp | 80 if (!stream->readU32(&version)) { return false; } in StreamIsSKP() 87 if (!stream->readU32(nullptr)) { return false; } in StreamIsSKP()
|
D | SkBuffer.h | 64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
|
D | SkStream.cpp | 56 if (!this->readU32(&i32)) { return false; } in readPackedUInt()
|
/external/skqp/src/core/ |
D | SkPath_serial.cpp | 144 if (!buffer.readU32(&packed)) { in readFromMemory() 160 if (!buffer.readU32(&packed)) { in readAsRRect() 198 if (!buffer.readU32(&packed)) { in readFromMemory_EQ4()
|
D | SkReader32.h | 108 uint32_t readU32() { return this->readInt(); } in readU32() function 140 uint32_t byteLength = this->readU32(); in readData()
|
D | SkPictureData.cpp | 294 if (!stream->readU32(&size)) { return false; } in parseStreamTag() 498 if (!stream->readU32(&tag)) { return false; } in parseStream() 504 if (!stream->readU32(&size)) { return false; } in parseStream()
|
D | SkWriter32.cpp | 26 size_t len = this->readU32(); in readString()
|
D | SkPicture.cpp | 80 if (!stream->readU32(&version)) { return false; } in StreamIsSKP() 87 if (!stream->readU32(nullptr)) { return false; } in StreamIsSKP()
|
D | SkBuffer.h | 64 bool readU32(uint32_t* x) { return this->read(x, 4); } in readU32() function
|
D | SkPathRef.cpp | 329 if (!buffer->readU32(&(ref->fGenerationID)) || in CreateFromBuffer()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 101 (void)buffer.readU32(&fID); in readFromMemory() 104 (void)buffer.readU32(&strLen); in readFromMemory() 105 (void)buffer.readU32(&weight); in readFromMemory() 106 (void)buffer.readU32(&width); in readFromMemory()
|
/external/skqp/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 101 (void)buffer.readU32(&fID); in readFromMemory() 104 (void)buffer.readU32(&strLen); in readFromMemory() 105 (void)buffer.readU32(&weight); in readFromMemory() 106 (void)buffer.readU32(&width); in readFromMemory()
|
/external/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 116 if (!stream->readU32(&versionNumber) || versionNumber != kVersion) { in SkMultiPictureDocumentReadPageCount() 120 if (!stream->readU32(&pageCount) || pageCount > INT_MAX) { in SkMultiPictureDocumentReadPageCount()
|
/external/skqp/src/utils/ |
D | SkMultiPictureDocument.cpp | 116 if (!stream->readU32(&versionNumber) || versionNumber != kVersion) { in SkMultiPictureDocumentReadPageCount() 120 if (!stream->readU32(&pageCount) || pageCount > INT_MAX) { in SkMultiPictureDocumentReadPageCount()
|
/external/skqp/include/core/ |
D | SkStream.h | 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
|
/external/skia/include/core/ |
D | SkStream.h | 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32() function
|
/external/skia/docs/ |
D | SkStream_Reference.bmh | 257 #Method bool readU32(uint32_t* i)
|
/external/skqp/docs/ |
D | SkStream_Reference.bmh | 257 #Method bool readU32(uint32_t* i)
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 188 func (br *byteReader) readU32(out *uint32) bool { func 820 !psks.readU32(&psk.obfuscatedTicketAge) { 1736 if !body.readU32(&dc.lifetimeSecs) ||
|