Searched refs:textSizePtr (Results 1 – 2 of 2) sorted by relevance
78 *this->textSizePtr() = textSize; in RunRecord()123 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize()127 return isExtended() ? 1 + this->textSizePtr() : nullptr; in clusterBuffer()163 uint32_t* textSizePtr() const;
93 SkASSERT(textSizePtr() < (uint32_t*)NextUnchecked(this)); in validate()116 uint32_t* SkTextBlob::RunRecord::textSizePtr() const { in textSizePtr() function in SkTextBlob::RunRecord