OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strikeout_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
os2.h
26
int16_t
strikeout_size
;
member in struct:ots::OpenTypeOS2
os2.cc
33
!table.ReadS16(&os2->
strikeout_size
) ||
90
if (os2->
strikeout_size
< 0) {
91
OTS_WARNING("bad
strikeout_size
: %d", os2->
strikeout_size
);
92
os2->
strikeout_size
= 0;
234
!out->WriteS16(os2->
strikeout_size
) ||
Completed in 34 milliseconds