Home
last modified time | relevance | path

Searched refs:old_font (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/native/
Dnative_menu_win.cc267 HGDIOBJ old_font = SelectObject(dc, new_font); in OnDrawItem() local
288 SelectObject(dc, old_font); in OnDrawItem()
/third_party/chromium/patch/
D0001-cve.patch71937 + hb_font_t *old_font = font;
71938 + font = hb_font_create_sub_font (old_font);
71939 + hb_font_set_scale (old_font, scale_x * 2, scale_y * 2);
71940 + hb_font_destroy (old_font);