Home
last modified time | relevance | path

Searched refs:getOffsetForStringIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp110 double TextLineBaseImpl::getOffsetForStringIndex(int32_t index) const in getOffsetForStringIndex() function in skia::textlayout::TextLineBaseImpl
116 return fVisitorTextLine->getOffsetForStringIndex(index); in getOffsetForStringIndex()
H A DTextLineBaseImpl.h43 double getOffsetForStringIndex(int32_t index) const override;
H A DTextLine.h212 double getOffsetForStringIndex(int32_t index) const;
H A DTextLine.cpp2483 double TextLine::getOffsetForStringIndex(int32_t index) const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h42 virtual double getOffsetForStringIndex(int32_t index) const = 0;

Completed in 6 milliseconds