OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsExpressibleAsInt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/geometry/
rect_f.cc
23
return
IsExpressibleAsInt
(x()) &&
IsExpressibleAsInt
(y()) &&
24
IsExpressibleAsInt
(width()) &&
IsExpressibleAsInt
(height()) &&
25
IsExpressibleAsInt
(right()) &&
IsExpressibleAsInt
(bottom());
safe_integer_conversions.h
42
inline bool
IsExpressibleAsInt
(float value) {
Completed in 39 milliseconds