Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.cpp53 fPlaceholderIndex = std::numeric_limits<size_t>::max(); in Run()
293 return &fOwner->placeholders()[fPlaceholderIndex].fStyle; in placeholderStyle()
DRun.h103 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder()
181 size_t fPlaceholderIndex; variable
DOneLineShaper.cpp617 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin(); in iterateThroughShapingRegions()
DTextLine.cpp566 fRun->fPlaceholderIndex = std::numeric_limits<size_t>::max(); in shapeEllipsis()