Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkTextBlobPriv.h76 *this->textSizePtr() = textSize; in RunRecord()
121 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize()
125 return isExtended() ? 1 + this->textSizePtr() : nullptr; in clusterBuffer()
161 uint32_t* textSizePtr() const;
H A DSkTextBlob.cpp90 SkASSERT(textSizePtr() < (uint32_t*)NextUnchecked(this)); in validate()
113 uint32_t* SkTextBlob::RunRecord::textSizePtr() const { in textSizePtr() function in SkTextBlob::RunRecord

Completed in 3 milliseconds