OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFractionalIntToFixed
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_utils.h
24
SkFixed dx =
SkFractionalIntToFixed
(frDx);
35
SkFixed fx =
SkFractionalIntToFixed
(frX);
SkBitmapProcState_matrix.h
62
*xy++ = TILEY_PROCF(
SkFractionalIntToFixed
(fx), maxY);
76
decal_nofilter_scale(xy,
SkFractionalIntToFixed
(fx),
77
SkFractionalIntToFixed
(dx), count);
84
a = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
85
b = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
91
a = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
92
b = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
101
*xx++ = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
131
*xy++ = (TILEY_PROCF(
SkFractionalIntToFixed
(fy), maxY) << 16) |
132
TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX)
[
all
...]
SkBitmapProcState.h
24
#define
SkFractionalIntToFixed
(x) SkFixed48ToFixed(x)
30
#define
SkFractionalIntToFixed
(x) (x)
/external/skia/src/core/
SkBitmapProcState_utils.h
24
SkFixed dx =
SkFractionalIntToFixed
(frDx);
35
SkFixed fx =
SkFractionalIntToFixed
(frX);
SkBitmapProcState_matrix.h
62
*xy++ = TILEY_PROCF(
SkFractionalIntToFixed
(fx), maxY);
76
decal_nofilter_scale(xy,
SkFractionalIntToFixed
(fx),
77
SkFractionalIntToFixed
(dx), count);
84
a = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
85
b = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
91
a = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
92
b = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
101
*xx++ = TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX); fx += dx;
131
*xy++ = (TILEY_PROCF(
SkFractionalIntToFixed
(fy), maxY) << 16) |
132
TILEX_PROCF(
SkFractionalIntToFixed
(fx), maxX)
[
all
...]
SkBitmapProcState.h
24
#define
SkFractionalIntToFixed
(x) SkFixed48ToFixed(x)
30
#define
SkFractionalIntToFixed
(x) (x)
/external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
438
decal_filter_scale_neon(xy,
SkFractionalIntToFixed
(fx),
439
SkFractionalIntToFixed
(dx), count);
444
SkFixed fixedFx =
SkFractionalIntToFixed
(fx);
/external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h
438
decal_filter_scale_neon(xy,
SkFractionalIntToFixed
(fx),
439
SkFractionalIntToFixed
(dx), count);
444
SkFixed fixedFx =
SkFractionalIntToFixed
(fx);
Completed in 80 milliseconds