OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFixedToFractionalInt
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.h
23
#define
SkFixedToFractionalInt
(x) SkFixedToFixed48(x)
29
#define
SkFixedToFractionalInt
(x) (x)
SkBitmapProcState_matrix.h
72
fx = SkScalarToFractionalInt(pt.fX) - (
SkFixedToFractionalInt
(one) >> 1);
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h
310
fx = SkScalarToFractionalInt(pt.fX) - (
SkFixedToFractionalInt
(one) >> 1);
Completed in 618 milliseconds