Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlob.cpp145 *this->textSizePtr() = textSize; in RunRecord()
177 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize()
181 return isExtended() ? 1 + this->textSizePtr() : nullptr; in clusterBuffer()
223 SkASSERT(textSizePtr() < (uint32_t*)NextUnchecked(this)); in validate()
251 uint32_t* textSizePtr() const { in textSizePtr() function in SkTextBlob::RunRecord