Home
last modified time | relevance | path

Searched refs:runTop (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.cpp636 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()
DRun.h340 SkScalar runTop(Run* run) const { in runTop() function
DTextLine.cpp558 sizes().runTop(run), in measureTextInsideOneRun()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp602 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()
DRun.h442 SkScalar runTop(const Run* run, LineMetricStyle ascentStyle) const { in runTop() function