Lines Matching defs:fAscent
23 fAscent = metrics.fAscent;
33 this->fAscent = std::min(this->fAscent, tail.fAscent);
39 this->fAscent = 0;
45 return this->fDescent - this->fAscent + this->fLeading;
49 return - this->fAscent + this->fLeading / 2;
52 SkScalar above() const { return - this->fAscent + this->fLeading / 2; }
56 SkScalar fAscent;