HomeSort by relevance Sort by last modified time
    Searched full:target_style (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/gfx/
render_text_win.cc 106 const int target_style = (font_style & kStyleMask); local
113 *font = platform_font->DeriveFontWithHeight(font_height, target_style);
119 if (current_style != target_style || current_size != font_size)
120 *font = font->DeriveFont(font_size - current_size, target_style);
    [all...]

Completed in 180 milliseconds