Lines Matching refs:baseline
95 /// Match the baseline of the placeholder with the baseline.
98 /// Align the bottom edge of the placeholder with the baseline such that the
99 /// placeholder sits on top of the baseline.
102 /// Align the top edge of the placeholder with the baseline specified in
103 /// such that the placeholder hangs below the baseline.
134 TextBaseline baseline, SkScalar offset)
138 , fBaseline(baseline)
147 // Distance from the top edge of the rect to the baseline position. This
148 // baseline will be aligned against the alphabetic baseline of the surrounding
151 // Positive values drop the baseline lower (positions the rect higher) and
153 // the line. When baseline == height, the bottom edge of the rect will rest on
154 // the alphabetic baseline.
326 void setTextBaseline(TextBaseline baseline) { fTextBaseline = baseline; }