Searched refs:runTop (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 636 clip.fTop -= line.sizes().runTop(run); in getRectsForRange() 638 clip.fBottom -= line.sizes().runTop(run); in getRectsForRange() 641 clip.fTop -= line.sizes().runTop(run) / 2; in getRectsForRange() 644 clip.fBottom -= line.sizes().runTop(run); in getRectsForRange() 646 clip.fBottom -= line.sizes().runTop(run) / 2; in getRectsForRange() 650 clip.fBottom -= line.sizes().runTop(run); in getRectsForRange()
|
D | Run.h | 340 SkScalar runTop(Run* run) const { in runTop() function
|
D | TextLine.cpp | 558 sizes().runTop(run), in measureTextInsideOneRun()
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 602 sizes().runTop(run, this->fAscentStyle), in measureTextInsideOneRun() 610 sizes().runTop(run, this->fAscentStyle), in measureTextInsideOneRun() 683 sizes().runTop(run, this->fAscentStyle), in measureTextInsideOneRun() 1001 … auto verticalShift = this->sizes().runTop(context.run, LineMetricStyle::Typographic); in getRectsForRange() 1007 … auto verticalShift = this->sizes().runTop(context.run, LineMetricStyle::Typographic); in getRectsForRange() 1013 … auto verticalShift = this->sizes().runTop(context.run, LineMetricStyle::Typographic); in getRectsForRange()
|
D | Run.h | 442 SkScalar runTop(const Run* run, LineMetricStyle ascentStyle) const { in runTop() function
|