OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cap_height
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/ots/src/
os2.h
46
int16_t
cap_height
;
member in struct:ots::OpenTypeOS2
os2.cc
195
!table.ReadS16(&os2->
cap_height
) ||
206
if (os2->
cap_height
< 0) {
207
OTS_WARNING("bad
cap_height
: %d", os2->
cap_height
);
208
os2->
cap_height
= 0;
276
!out->WriteS16(os2->
cap_height
) ||
/external/chromium_org/ui/gfx/
platform_font_win.h
89
int
cap_height
,
97
int
cap_height
() const { return cap_height_; }
function in class:gfx::PlatformFontWin::HFontRef
platform_font_win.cc
145
return font_ref_->
cap_height
();
249
const int
cap_height
=
local
262
return new HFontRef(font, font_size, height, baseline,
cap_height
,
276
int
cap_height
,
283
cap_height_(
cap_height
),
render_text.cc
63
const int
cap_height
= font_list.GetCapHeight();
local
64
const int internal_leading = baseline -
cap_height
;
70
display_height - ((internal_leading != 0) ?
cap_height
: font_height);
[
all
...]
Completed in 442 milliseconds