Searched refs:NoSmoothing (Results 1 – 6 of 6) sorted by relevance
31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enumerator
160 case NoSmoothing: {
317 case NoSmoothing: { in drawGlyphs()
289 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::SmoothingNone, NoSmoothing);
2294 case NoSmoothing: in CSSPrimitiveValue()2315 return NoSmoothing; in FontSmoothingMode()
3970 smoothing = NoSmoothing; in applyProperty()