OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
78
(desc.style &
PP_TRUETYPEFONTSTYLE_ITALIC
) ? 1 : 0,
120
desc->style = font_desc.lfItalic ?
PP_TRUETYPEFONTSTYLE_ITALIC
:
pepper_truetype_font_linux.cc
71
desc_.style &
PP_TRUETYPEFONTSTYLE_ITALIC
,
Completed in 33 milliseconds