Home | History | Annotate | Download | only in rendering

Lines Matching defs:baseline

69     EDominantBaseline baseline = style->dominantBaseline();
70 if (baseline == DB_AUTO) {
72 baseline = DB_CENTRAL;
74 baseline = DB_ALPHABETIC;
77 switch (baseline) {
79 // TODO: The dominant-baseline and the baseline-table components are set by
129 EAlignmentBaseline baseline = style->alignmentBaseline();
130 if (baseline == AB_AUTO) {
132 baseline = dominantBaselineToShift(isVerticalText, text->parent(), font);
134 baseline = dominantBaselineToShift(isVerticalText, text, font);
136 ASSERT(baseline != AB_AUTO);
140 switch (baseline) {
1353 // Apply baseline-shift
1364 // Take dominant-baseline / alignment-baseline into account
1371 // For text paths any shift (dx/dy/baseline-shift) has to be applied after the rotation