Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp119 std::map<int32_t, double> TextLineBaseImpl::getIndexAndOffsets(bool& isHardBreak) const in getIndexAndOffsets() function in skia::textlayout::TextLineBaseImpl
125 return fVisitorTextLine->getIndexAndOffsets(isHardBreak); in getIndexAndOffsets()
H A DTextLineBaseImpl.h44 std::map<int32_t, double> getIndexAndOffsets(bool& isHardBreak) const override;
H A DTextLine.h213 std::map<int32_t, double> getIndexAndOffsets(bool& isHardBreak) const;
H A DTextLine.cpp2505 std::map<int32_t, double> TextLine::getIndexAndOffsets(bool& isHardBreak) const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h43 virtual std::map<int32_t, double> getIndexAndOffsets(bool& isHardBreak) const = 0;

Completed in 6 milliseconds