Home | History | Annotate | Download | only in ports

Lines Matching refs:Hinting

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