Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTextBlobPriv.h78 *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;
DSkTextBlob.cpp93 SkASSERT(textSizePtr() < (uint32_t*)NextUnchecked(this)); in validate()
116 uint32_t* SkTextBlob::RunRecord::textSizePtr() const { in textSizePtr() function in SkTextBlob::RunRecord