Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DRun.cpp51 fPlaceholderIndex = std::numeric_limits<size_t>::max(); in Run()
288 return &fOwner->placeholders()[fPlaceholderIndex].fStyle; in placeholderStyle()
DRun.h101 bool isPlaceholder() const { return fPlaceholderIndex != std::numeric_limits<size_t>::max(); } in isPlaceholder()
179 size_t fPlaceholderIndex; variable
DOneLineShaper.cpp609 run.fPlaceholderIndex = &placeholder - fParagraph->fPlaceholders.begin(); in iterateThroughShapingRegions()
DTextLine.cpp563 fRun->fPlaceholderIndex = std::numeric_limits<size_t>::max(); in shapeEllipsis()