HomeSort by relevance Sort by last modified time
    Searched refs:PP_TRUETYPEFONTSTYLE_ITALIC (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_pango.cc 48 desc.style = PP_TRUETYPEFONTSTYLE_ITALIC;
pepper_truetype_font_list_win.cc 49 desc.style = PP_TRUETYPEFONTSTYLE_ITALIC;
  /external/chromium_org/ppapi/api/dev/
ppb_truetype_font_dev.idl 42 PP_TRUETYPEFONTSTYLE_ITALIC = 1
  /external/chromium_org/ppapi/c/dev/
ppb_truetype_font_dev.h 58 PP_TRUETYPEFONTSTYLE_ITALIC = 1
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 79 (desc.style & PP_TRUETYPEFONTSTYLE_ITALIC) ? 1 : 0,
118 desc->style = font_desc.lfItalic ? PP_TRUETYPEFONTSTYLE_ITALIC
pepper_truetype_font_linux.cc 72 desc_.style & PP_TRUETYPEFONTSTYLE_ITALIC,

Completed in 849 milliseconds