Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.cpp74 double TextLineBaseImpl::getTypographicBounds(double* ascent, double* descent, double* leading) const in getTypographicBounds() function in skia::textlayout::TextLineBaseImpl
80 return fVisitorTextLine->getTypographicBounds(ascent, descent, leading); in getTypographicBounds()
H A DTextLineBaseImpl.h39 double getTypographicBounds(double* ascent, double* descent, double* leading) const override;
H A DRunBaseImpl.h60 float getTypographicBounds(float* ascent, float* descent, float* leading) const override;
H A DTextLine.h208 double getTypographicBounds(double* ascent, double* descent, double* leading) const;
H A DRunBaseImpl.cpp323 float RunBaseImpl::getTypographicBounds(float* ascent, float* descent, float* leading) const in getTypographicBounds() function in skia::textlayout::RunBaseImpl
H A DTextLine.cpp2316 double TextLine::getTypographicBounds(double* ascent, double* descent, double* leading) const function in skia::textlayout::TextLine
/third_party/skia/modules/skparagraph/include/
H A DTextLineBase.h38 virtual double getTypographicBounds(double* ascent, double* descent, double* leading) const = 0;
H A DRunBase.h42 virtual float getTypographicBounds(float* ascent, float* descent, float* leading) const = 0;

Completed in 8 milliseconds