Home | History | Annotate | Download | only in core

Lines Matching defs:fast

129         0,  // DRAW_POS_TEXT_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT
131 0, // DRAW_POS_TEXT_H_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT_H
137 0, // DRAW_TEXT_TOP_BOTTOM, // fast variant of DRAW_TEXT
550 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
552 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
558 if (fast) {
589 bool fast = canUseDrawH && fastBounds;
591 if (fast) {
609 if (fast) {
637 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
639 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H);
648 if (fast) {