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