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