Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkPicturePlayback.h86 if (fReader.readBool()) { in getRectPtr()
94 if (fReader.readBool()) { in getIRectPtr()
DSkPixelRef.cpp29 fIsImmutable = buffer.readBool(); in SkPixelRef()
DSkPicture.cpp213 if (stream->readBool()) { in SkPicture()
DSkShader.cpp27 if (buffer.readBool()) { in SkShader()
DSkBitmap.cpp392 if (buffer.readBool()) { in SkMallocPixelRef()
1178 this->setIsOpaque(buffer.readBool()); in unflatten()
/external/skia/include/core/
DSkReader32.h54 bool readBool() { return this->readInt() != 0; } in readBool() function
DSkBuffer.h79 bool readBool() { return this->readU8() != 0; } in readBool() function
DSkStream.h68 bool readBool() { return this->readU8() != 0; } in readBool() function
/external/skia/src/effects/
DSkLayerRasterizer.cpp154 paint->setAntiAlias(buffer.readBool()); in paint_read()