Home
last modified time | relevance | path

Searched refs:readUInt (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/src/core/
DSkReadBuffer.cpp77 uint32_t value = this->readUInt(); in readBool()
84 return this->readUInt(); in readColor()
107 uint32_t SkReadBuffer::readUInt() { in readUInt() function in SkReadBuffer
134 *len = this->readUInt(); in readString()
258 const uint32_t count = this->readUInt(); in readArray()
288 const uint32_t count = this->readUInt(); in skipByteArray()
417 uint32_t index = this->readUInt() >> 8; in readFlattenable()
DSkPictureData.cpp364 tag = buffer.readUInt(); in parseStreamTag()
365 size = buffer.readUInt(); in parseStreamTag()
519 uint32_t tag = buffer.readUInt(); in parseBuffer()
523 this->parseBufferTag(buffer, tag, buffer.readUInt()); in parseBuffer()
DSkReadBuffer.h80 uint32_t readUInt();
84 uint32_t value = this->readUInt(); in read32LE()
DSkPicturePlayback.cpp244 const uint32_t flags = reader->readUInt(); in handleOp()
245 const int count = reader->readUInt(); in handleOp()
252 mode = (SkBlendMode)reader->readUInt(); in handleOp()
355 set[i].fAAFlags = reader->readUInt(); in handleOp()
DSkModeColorFilter.cpp59 SkBlendMode mode = (SkBlendMode)buffer.readUInt(); in CreateProc()
DSkTextBlobTrace.cpp36 record.origUniqueID = readBuffer.readUInt(); in CreateBlobTrace()
DSkPicture.cpp113 info.setVersion(buffer->readUInt()); in BufferIsSKP()
DSkVertices.cpp304 const uint32_t packed = buffer.readUInt(); in Decode()
DSkPaint.cpp334 unsigned flatFlags = unpack_v68(&paint, buffer.readUInt(), safe); in Unflatten()
DSkImageFilter.cpp200 uint32_t flags = buffer.readUInt(); in unflatten()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp60 return readUInt<uint8_t>(Obj); in read()
63 return readUInt<uint16_t>(Obj); in read()
66 return readUInt<uint32_t>(Obj); in read()
69 return readUInt<uint64_t>(Obj); in read()
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt() function in Reader
/third_party/skia/tests/
DFlattenDrawableTest.cpp36 uint32_t a = buffer.readUInt(); in CreateProc()
37 uint32_t b = buffer.readUInt(); in CreateProc()
38 uint32_t c = buffer.readUInt(); in CreateProc()
39 uint32_t d = buffer.readUInt(); in CreateProc()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm415 uint32_t vertexBinding = reader->readUInt();
416 uint32_t instanceBinding = reader->readUInt();
425 mtlAttribute.offset = reader->readUInt();
426 mtlAttribute.bufferIndex = reader->readUInt();
434 vertexBufferLayout.stride = reader->readUInt();
442 mtlAttribute.offset = reader->readUInt();
443 mtlAttribute.bufferIndex = reader->readUInt();
451 instanceBufferLayout.stride = reader->readUInt();
760 reader.readUInt();
DGrMtlCaps.mm1175 readBuffer.readUInt();
1177 readBuffer.readUInt();
1179 return (MTLPixelFormat) readBuffer.readUInt();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h137 template <class T> Expected<bool> readUInt(Object &Obj);
/third_party/skia/src/effects/
DSkTrimPathEffect.cpp110 const auto mode = buffer.readUInt(); in CreateProc()
DSkDiscretePathEffect.cpp142 uint32_t seed = buffer.readUInt(); in CreateProc()
/third_party/skia/src/gpu/
DGrPersistentCacheUtils.cpp72 SkFourByteTag typeTag = reader->readUInt(); in GetType()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp297 GrGLenum binaryFormat = reader.readUInt(); in finalize()
/third_party/skia/src/shaders/gradients/
DSkGradientShader.cpp87 uint32_t flags = buffer.readUInt(); in unflatten()
/third_party/astc-encoder/Source/
Dtinyexr.h9079 static unsigned int readUInt(const char buf[4]) { in readUInt() function
9128 int im = readUInt(compressed); in hufUncompress()
9129 int iM = readUInt(compressed + 4); in hufUncompress()
9131 int nBits = readUInt(compressed + 12); in hufUncompress()
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1185 …de/commit/77cbc26a96)] - **test**: delete duplicate test of noAssert in readUInt\* (larissayvette)…
DCHANGELOG_V10.md4247 …ommit/9fea7eae9a)] - **(SEMVER-MAJOR)** **buffer**: check byteLength in readUInt(B|L)E (Rich Trott…
DCHANGELOG_V6.md2525 …de/commit/e316fafbd4)] - **test**: delete duplicate test of noAssert in readUInt\* (larissayvette)…