OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFixedMulCommon
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkScalar.h
250
#define SkScalarMulRound(a, b)
SkFixedMulCommon
(a, b, SK_FixedHalf)
251
#define SkScalarMulCeil(a, b)
SkFixedMulCommon
(a, b, SK_Fixed1 - 1)
252
#define SkScalarMulFloor(a, b)
SkFixedMulCommon
(a, b, 0)
SkFixed.h
138
int
SkFixedMulCommon
(SkFixed, int , int bias); // internal used by SkFixedMulFloor, SkFixedMulCeil, SkFixedMulRound
/external/skia/src/core/
SkMath.cpp
200
int
SkFixedMulCommon
(SkFixed a, int b, int bias) {
Completed in 98 milliseconds