/third_party/flutter/skia/src/core/ |
D | SkPath_serial.cpp | 185 if (!buffer.readS32(&start) || start != SkTPin(start, 0, 7)) { in readAsRRect() 214 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4() 285 if (!buffer.readS32(&packed)) { in readFromMemory_LE3() 304 if (version >= kPathPrivLastMoveToIndex_Version && !buffer.readS32(&fLastMoveToIndex)) { in readFromMemory_LE3()
|
D | SkPathRef.cpp | 327 if (!buffer->readS32(&packed)) { in CreateFromBuffer() 335 !buffer->readS32(&verbCount) || (verbCount < 0) || in CreateFromBuffer() 336 !buffer->readS32(&pointCount) || (pointCount < 0) || in CreateFromBuffer() 337 !buffer->readS32(&conicCount) || (conicCount < 0)) in CreateFromBuffer()
|
D | SkBuffer.h | 63 bool readS32(int32_t* x) { return this->read(x, 4); } in readS32() function
|
D | SkFontDescriptor.cpp | 84 if (!stream->readS32(&axis[i])) { return false; } in Deserialize()
|
D | SkReader32.h | 107 int32_t readS32() { return this->readInt(); } in readS32() function
|
D | SkRegion.cpp | 1284 if (!buffer.readS32(&count) || count < -1) { in readFromMemory() 1295 if (!buffer.readS32(&ySpanCount) || in readFromMemory() 1296 !buffer.readS32(&intervalCount) || in readFromMemory()
|
D | SkPicture.cpp | 178 if (!stream->readS32(&ssize) || ssize >= 0 || !procs.fPictureProc) { in MakeFromStream()
|
D | SkStream.cpp | 33 bool SkStream::readS32(int32_t* i) { in readS32() function in SkStream
|
/third_party/skia/src/core/ |
D | SkPath_serial.cpp | 189 if (!buffer.readS32(&start) || start != SkTPin(start, 0, 7)) { in readAsRRect() 221 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4Or5()
|
D | SkBuffer.h | 63 bool readS32(int32_t* x) { return this->read(x, 4); } in readS32() function
|
D | SkRegion.cpp | 1282 if (!buffer.readS32(&count) || count < -1) { in readFromMemory() 1293 if (!buffer.readS32(&ySpanCount) || in readFromMemory() 1294 !buffer.readS32(&intervalCount) || in readFromMemory()
|
D | SkPicture.cpp | 181 if (!stream->readS32(&ssize) || ssize >= 0 || !procs.fPictureProc) { in MakeFromStream()
|
D | SkStream.cpp | 33 bool SkStream::readS32(int32_t* i) { in readS32() function in SkStream
|
/third_party/skia/src/sksl/ |
D | SkSLRehydrator.h | 171 int32_t readS32() { in readS32() function 180 return this->readS32(); in readU32()
|
D | SkSLRehydrator.cpp | 130 int flags = this->readS32(); in modifiers() 476 int32_t floatBits = this->readS32(); in expression() 495 int value = this->readS32(); in expression()
|
/third_party/skia/include/core/ |
D | SkStream.h | 90 bool SK_WARN_UNUSED_RESULT readS32(int32_t*); 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32()
|
/third_party/flutter/skia/include/core/ |
D | SkStream.h | 90 bool SK_WARN_UNUSED_RESULT readS32(int32_t*); 94 bool SK_WARN_UNUSED_RESULT readU32(uint32_t* i) { return this->readS32((int32_t*)i); } in readU32()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 394 if (!stream->readS32(&glyphCount) || glyphCount < 0 || glyphCount > kMaxGlyphCount) { in Deserialize()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 105 (void)buffer.readS32(&fTTCIndex); in readFromMemory()
|
/third_party/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 90 (void)buffer.readS32(&fTTCIndex); in readFromMemory()
|