Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp211 return SkToBool(run->fFlags & kLast_Flag) ? nullptr : NextUnchecked(run); in Next()
216 SkASSERT((uint8_t*)NextUnchecked(this) <= storageTop); in validate()
220 <= (SkScalar*)NextUnchecked(this)); in validate()
223 SkASSERT(textSizePtr() < (uint32_t*)NextUnchecked(this)); in validate()
224 SkASSERT(clusterBuffer() < (uint32_t*)NextUnchecked(this)); in validate()
225 SkASSERT(textBuffer() + textSize() <= (char*)NextUnchecked(this)); in validate()
240 static const RunRecord* NextUnchecked(const RunRecord* run) { in NextUnchecked() function in SkTextBlob::RunRecord
264 SkASSERT((uint8_t*)posBuffer() + copySize <= (uint8_t*)NextUnchecked(this)); in grow()