OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFPGE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFP.h
41
#define
SkFPGE
(a, b) ((a) >= (b))
71
#define
SkFPGE
(a, b) (SkFloat::Cmp(a, b) >= 0)
/external/skia/src/core/
SkFP.h
41
#define
SkFPGE
(a, b) ((a) >= (b))
71
#define
SkFPGE
(a, b) (SkFloat::Cmp(a, b) >= 0)
Completed in 63 milliseconds