Home | History | Annotate | Download | only in core

Lines Matching defs:fast

987     bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
991 if (fast) {
995 DrawType op = fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT;
1003 if (fast) {
1034 bool fast = canUseDrawH && fastBounds;
1039 if (fast) {
1053 if (fast) {
1073 if (fast) {
1100 bool fast = !paint.isVerticalText() && paint.canComputeFastBounds();
1104 if (fast) {
1110 uint32_t initialOffset = this->addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H,
1120 if (fast) {