OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium/webkit/glue/
webcursor.cc
74
int type, hotspot_x, hotspot_y, size_x,
size_y
, data_len;
local
83
!pickle->ReadLength(iter, &
size_y
) ||
89
size_y
> kMaxCursorDimension)
95
if (size_x > 0 &&
size_y
> 0) {
98
if (size_x *
size_y
* 4 > data_len)
104
custom_size_.set_height(
size_y
);
/external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx
18
FT_Error FT_Set_Char_Size (FT_Face aFace, unsigned int size_x, unsigned int
size_y
, unsigned int res_x, unsigned int res_y)
/external/quake/quake/src/QW/progs/
plats.qc
36
if (self.
size_y
<= 50)
Completed in 696 milliseconds