Home
last modified time | relevance | path

Searched refs:getImageBounds (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/skparagraph/include/
H A DRunBase.h44 virtual SkRect getImageBounds() const = 0;
47 virtual RSRect getImageBounds() const = 0;
H A DTextLineBase.h39 virtual RSRect getImageBounds() const = 0;
/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp83 RSRect TextLineBaseImpl::getImageBounds() const in getImageBounds() function in skia::textlayout::TextLineBaseImpl
89 return fVisitorTextLine->getImageBounds(); in getImageBounds()
H A DRunBaseImpl.h62 SkRect getImageBounds() const override;
65 RSRect getImageBounds() const override;
H A DTextLineBaseImpl.h40 RSRect getImageBounds() const override;
H A DRunBaseImpl.cpp281 SkRect RunBaseImpl::getImageBounds() const in getImageBounds() function in skia::textlayout::RunBaseImpl
283 RSRect RunBaseImpl::getImageBounds() const in getImageBounds()
H A DTextLine.h209 RSRect getImageBounds() const;
H A DTextLine.cpp2407 RSRect TextLine::getImageBounds() const function in skia::textlayout::TextLine

Completed in 7 milliseconds