Searched refs:runSize (Results 1 – 2 of 2) sorted by relevance
563 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, positioning); in allocInternal() local564 this->reserve(runSize); in allocInternal()567 SkASSERT(fStorageUsed + runSize <= fStorageSize); in allocInternal()576 fStorageUsed += runSize; in allocInternal()
828 int runSize = i + segmentOffset - tail.limit; // Equivalent to i - (previous i).829 tail.limit += runSize;830 size += runSize;