Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.h33 const size_t EMPTY_RUN = EMPTY_INDEX; variable
262 , fRunIndex(EMPTY_RUN) in Cluster()
DParagraphImpl.cpp427 fClusters.emplace_back(this, EMPTY_RUN, 0, 0, this->text({fText.size(), fText.size()}), 0, 0); in buildClusterTable()