Searched refs:readBool (Results 1 – 9 of 9) sorted by relevance
86 if (fReader.readBool()) { in getRectPtr()94 if (fReader.readBool()) { in getIRectPtr()
29 fIsImmutable = buffer.readBool(); in SkPixelRef()
213 if (stream->readBool()) { in SkPicture()
27 if (buffer.readBool()) { in SkShader()
392 if (buffer.readBool()) { in SkMallocPixelRef()1178 this->setIsOpaque(buffer.readBool()); in unflatten()
54 bool readBool() { return this->readInt() != 0; } in readBool() function
79 bool readBool() { return this->readU8() != 0; } in readBool() function
68 bool readBool() { return this->readU8() != 0; } in readBool() function
154 paint->setAntiAlias(buffer.readBool()); in paint_read()