OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word_spacing
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ppapi/proxy/
serialized_structs.cc
26
word_spacing
(0) {
42
word_spacing
= desc.
word_spacing
;
56
word_spacing
= desc.
word_spacing
;
68
desc->
word_spacing
=
word_spacing
;
80
desc->
word_spacing
=
word_spacing
;
serialized_structs.h
59
int32_t
word_spacing
;
member in struct:ppapi::proxy::SerializedFontDescription
ppapi_param_traits.cc
420
ParamTraits<int32_t>::Write(m, p.
word_spacing
);
436
ParamTraits<int32_t>::Read(m, iter, &r->
word_spacing
);
/external/chromium_org/ppapi/cpp/dev/
font_dev.h
65
int
word_spacing
() const { return pp_font_description_.
word_spacing
; }
function in class:pp::FontDescription_Dev
66
void set_word_spacing(int w) { pp_font_description_.
word_spacing
= w; }
font_dev.cc
46
set_word_spacing(other.
word_spacing
());
/external/chromium_org/ppapi/cpp/trusted/
browser_font_trusted.h
71
int
word_spacing
() const { return pp_font_description_.
word_spacing
; }
function in class:pp::BrowserFontDescription
72
void set_word_spacing(int w) { pp_font_description_.
word_spacing
= w; }
browser_font_trusted.cc
71
set_word_spacing(other.
word_spacing
());
/external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl
94
int32_t
word_spacing
;
/external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl
96
int32_t
word_spacing
;
/external/chromium_org/ppapi/c/dev/
ppb_font_dev.h
115
int32_t
word_spacing
;
member in struct:PP_FontDescription_Dev
/external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h
117
int32_t
word_spacing
;
member in struct:PP_BrowserFont_Trusted_Description
/external/chromium_org/content/child/
browser_font_resource_trusted.cc
220
result.wordSpacing = static_cast<short>(font.
word_spacing
);
286
description->
word_spacing
= static_cast<int32_t>(web_desc.wordSpacing);
Completed in 2357 milliseconds