Searched refs:getTypographicBounds (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLineBaseImpl.cpp | 74 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 D | TextLineBaseImpl.h | 39 double getTypographicBounds(double* ascent, double* descent, double* leading) const override;
|
H A D | RunBaseImpl.h | 60 float getTypographicBounds(float* ascent, float* descent, float* leading) const override;
|
H A D | TextLine.h | 208 double getTypographicBounds(double* ascent, double* descent, double* leading) const;
|
H A D | RunBaseImpl.cpp | 323 float RunBaseImpl::getTypographicBounds(float* ascent, float* descent, float* leading) const in getTypographicBounds() function in skia::textlayout::RunBaseImpl
|
H A D | TextLine.cpp | 2316 double TextLine::getTypographicBounds(double* ascent, double* descent, double* leading) const function in skia::textlayout::TextLine
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextLineBase.h | 38 virtual double getTypographicBounds(double* ascent, double* descent, double* leading) const = 0;
|
H A D | RunBase.h | 42 virtual float getTypographicBounds(float* ascent, float* descent, float* leading) const = 0;
|
Completed in 8 milliseconds