Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp101 int32_t TextLineBaseImpl::getStringIndexForPosition(SkPoint point) const in getStringIndexForPosition() function in skia::textlayout::TextLineBaseImpl
107 return fVisitorTextLine->getStringIndexForPosition(point); in getStringIndexForPosition()
H A DTextLineBaseImpl.h42 int32_t getStringIndexForPosition(SkPoint point) const override;
H A DTextLine.h211 int32_t getStringIndexForPosition(SkPoint point) const;
H A DTextLine.cpp2462 int32_t TextLine::getStringIndexForPosition(SkPoint point) const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h41 virtual int32_t getStringIndexForPosition(SkPoint point) const = 0;

Completed in 8 milliseconds