Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp712 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning); in allocInternal() local
713 this->reserve(runSize); in allocInternal()
716 SkASSERT(fStorageUsed + runSize <= fStorageSize); in allocInternal()
726 fStorageUsed += runSize; in allocInternal()
/external/okhttp/okio/okio/src/main/java/okio/
DBuffer.java828 int runSize = i + segmentOffset - tail.limit; // Equivalent to i - (previous i).
829 tail.limit += runSize;
830 size += runSize;