Home | History | Annotate | Download | only in ports

Lines Matching full:hinting

619     // When GDI hinting, remove the entire Y scale from sA and GsA. (Prevents 'linear' metrics.)
620 // When not hinting, remove only the integer Y scale from sA and GsA. (Applied by GDI.)
636 // When not hinting, scale was computed with kVerticalInteger, so is already an integer.
639 // When hinting, scale was computed with kVertical, stating that our port can handle
2308 SkPaint::Hinting h = rec->getHinting();
2313 // Only do slight hinting when axis aligned.
2314 // TODO: re-enable slight hinting when FontHostTest can pass.
2327 SkDEBUGFAIL("unknown hinting");
2329 //TODO: if this is a bitmap font, squash hinting and subpixel.