OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFractionalIntToFixed
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/core/
SkBitmapProcState_utils.h
24
SkFixed dx =
SkFractionalIntToFixed
(frDx);
35
SkFixed fx =
SkFractionalIntToFixed
(frX);
SkBitmapProcState_matrix_template.h
30
*xy++ = TileProc::Y(s,
SkFractionalIntToFixed
(fx), maxY);
43
decal_nofilter_scale(xy,
SkFractionalIntToFixed
(fx),
44
SkFractionalIntToFixed
(dx), count);
49
a = TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX); fx += dx;
50
b = TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX); fx += dx;
56
a = TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX); fx += dx;
57
b = TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX); fx += dx;
66
*xx++ = TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX); fx += dx;
96
*xy++ = (TileProc::Y(s,
SkFractionalIntToFixed
(fy), maxY) << 16) |
97
TileProc::X(s,
SkFractionalIntToFixed
(fx), maxX)
[
all
...]
SkBitmapProcState_matrix.h
77
decal_filter_scale(xy,
SkFractionalIntToFixed
(fx),
78
SkFractionalIntToFixed
(dx), count);
83
SkFixed fixedFx =
SkFractionalIntToFixed
(fx);
SkBitmapProcState.h
19
#define
SkFractionalIntToFixed
(x) SkFixed3232ToFixed(x)
/external/skia/src/opts/
SkBitmapProcState_matrix_neon.h
41
*xy++ = TILEY_PROCF(
SkFractionalIntToFixed
(fx), maxY);
56
decal_nofilter_scale_neon(xy,
SkFractionalIntToFixed
(fx),
57
SkFractionalIntToFixed
(dx), count);
76
lbase = vdupq_n_s32(
SkFractionalIntToFixed
(fx));
77
lbase = vsetq_lane_s32(
SkFractionalIntToFixed
(fx1), lbase, 1);
78
lbase = vsetq_lane_s32(
SkFractionalIntToFixed
(fx2), lbase, 2);
79
lbase = vsetq_lane_s32(
SkFractionalIntToFixed
(fx3), lbase, 3);
80
hbase = vaddq_s32(lbase, vdupq_n_s32(
SkFractionalIntToFixed
(dx4)));
92
lbase = vaddq_s32 (lbase, vdupq_n_s32(
SkFractionalIntToFixed
(dx8)));
93
hbase = vaddq_s32 (hbase, vdupq_n_s32(
SkFractionalIntToFixed
(dx8)))
[
all
...]
Completed in 287 milliseconds