OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkFract
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFixed.h
60
typedef int32_t
SkFract
;
66
#define SkFloatToFract(x) ((
SkFract
)((x) * SK_Fract1))
82
/** Converts a SkFixed to a
SkFract
, asserting that the result does not overflow
86
inline
SkFract
SkFixedToFract(SkFixed x)
103
/** Converts a
SkFract
to a SkFixed
124
SkFract
SkFractMul_portable(
SkFract
,
SkFract
);
180
inline
SkFract
SkFractMul_longlong(
SkFract
a, SkFract b
[
all
...]
/external/skia/include/core/
SkFixed.h
60
typedef int32_t
SkFract
;
66
#define SkFloatToFract(x) ((
SkFract
)((x) * SK_Fract1))
82
/** Converts a SkFixed to a
SkFract
, asserting that the result does not overflow
86
inline
SkFract
SkFixedToFract(SkFixed x)
103
/** Converts a
SkFract
to a SkFixed
124
SkFract
SkFractMul_portable(
SkFract
,
SkFract
);
180
inline
SkFract
SkFractMul_longlong(
SkFract
a, SkFract b
[
all
...]
Completed in 214 milliseconds