OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fShift
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/effects/
SkKernel33MaskFilter.h
43
fShift
= shift;
54
int
fShift
;
SkColorMatrixFilter.h
30
int
fShift
;
/external/skia/include/effects/
SkKernel33MaskFilter.h
43
fShift
= shift;
54
int
fShift
;
SkColorMatrixFilter.h
30
int
fShift
;
/external/chromium_org/third_party/skia/src/effects/
SkKernel33MaskFilter.cpp
105
value >>=
fShift
;
118
wb.writeInt(
fShift
);
125
fShift
= rb.readInt();
136
str->appendf("shift: %d, ",
fShift
);
SkColorMatrixFilter.cpp
29
const int shift = state.
fShift
;
52
const int shift = state.
fShift
;
75
const int shift = state.
fShift
;
100
const int shift = state.
fShift
;
141
fState.
fShift
= 16; // we are starting out as fixed 16.16
144
fState.
fShift
-= bits;
155
bool shiftIs16 = (16 == fState.
fShift
);
187
int32_t add = 1 << (fState.
fShift
- 1);
/external/skia/src/effects/
SkKernel33MaskFilter.cpp
105
value >>=
fShift
;
118
wb.writeInt(
fShift
);
125
fShift
= rb.readInt();
136
str->appendf("shift: %d, ",
fShift
);
SkColorMatrixFilter.cpp
29
const int shift = state.
fShift
;
52
const int shift = state.
fShift
;
75
const int shift = state.
fShift
;
100
const int shift = state.
fShift
;
141
fState.
fShift
= 16; // we are starting out as fixed 16.16
144
fState.
fShift
-= bits;
155
bool shiftIs16 = (16 == fState.
fShift
);
187
int32_t add = 1 << (fState.
fShift
- 1);
/external/skia/bench/
ChartBench.cpp
90
fShift
= 0;
158
fShift
,
172
fShift
+= kShiftPerFrame;
182
int
fShift
;
RectBench.cpp
20
int
fShift
, fStroke;
30
:
fShift
(shift)
35
fName.printf("%s_%d", root,
fShift
);
57
w >>=
fShift
;
58
h >>=
fShift
;
Completed in 126 milliseconds