Searched refs:hasLength (Results 1 - 15 of 15) sorted by relevance

/external/skia/tests/
H A DFrontBufferedStreamTest.cpp32 // Test that hasLength() returns the correct value, based on the stream
39 if (streamBeingBuffered.hasLength() && streamBeingBuffered.hasPosition()) {
40 REPORTER_ASSERT(reporter, bufferedStream.hasLength());
42 REPORTER_ASSERT(reporter, !bufferedStream.hasLength());
174 LengthOptionalStream(bool hasLength, bool hasPosition) argument
175 : fHasLength(hasLength)
179 bool hasLength() const override {
223 REPORTER_ASSERT(reporter, bufferedStream->hasLength());
H A DFakeStreams.h14 // Stream that is not an asset stream (!hasPosition() or !hasLength())
23 bool hasLength() const override {
70 bool hasLength() const override { return true; }
H A DDataRefTest.cpp217 REPORTER_ASSERT(reporter, stream->hasLength());
344 REPORTER_ASSERT(r, stream->hasLength());
H A DCodecTest.cpp1217 REPORTER_ASSERT(r, stream->hasLength() && sizePosition < stream->getLength());
/external/skia/src/utils/
H A DSkFrontBufferedStream.cpp25 bool hasLength() const override { return fHasLength; }
73 , fHasLength(stream->hasPosition() && stream->hasLength())
/external/skia/src/codec/
H A DSkJpegUtility.cpp121 if (stream->hasLength() && stream->getMemoryBase()) {
H A DSkStreamBuffer.cpp14 , fHasLengthAndPosition(stream->hasLength() && stream->hasPosition())
H A DSkHeifCodec.cpp109 bool hasLength() const override {
110 return fStream->hasLength();
H A DSkBmpStandardCodec.cpp247 SkASSERT(this->stream()->hasLength());
H A DSkRawCodec.cpp177 return stream.hasLength() && stream.hasPosition();
/external/skia/src/pdf/
H A DSkPDFTypes.cpp458 SkASSERT(dup && dup->hasLength());
538 SkASSERT(dup->hasLength());
551 SkASSERT(fCompressedData && fCompressedData->hasLength());
555 SkASSERT(stream->hasLength());
H A DSkPDFFont.cpp320 SkASSERT(stream->hasLength());
/external/skia/include/core/
H A DSkStream.h134 virtual bool hasLength() const { return false; } function in class:SkStream
169 bool hasLength() const override { return true; }
/external/skia/src/core/
H A DSkStream.cpp821 if (stream->hasLength()) {
837 if (base && input->hasPosition() && input->hasLength()) {
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...

Completed in 192 milliseconds