Searched defs:size_x (Results 1 - 1 of 1) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcursor.cc74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
82 !pickle->ReadLength(iter, &size_x) ||
88 if (size_x > kMaxCursorDimension ||
95 if (size_x > 0 && size_y > 0) {
98 if (size_x * size_y * 4 > data_len)
103 custom_size_.set_width(size_x);

Completed in 74 milliseconds