Searched refs:fShift (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DRectBench.cpp20 int fShift, fStroke; member in class:RectBench
30 : fShift(shift)
35 fName.printf("%s_%d", root, fShift);
57 w >>= fShift; local
58 h >>= fShift; local
H A DChartBench.cpp90 fShift = 0;
157 fShift,
171 fShift += kShiftPerFrame;
181 int fShift; member in class:ChartBench
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h34 int fShift; member in struct:SkColorMatrixFilter::State
/external/chromium_org/third_party/skia/samplecode/
H A DSampleChart.cpp86 fShift = 0;
151 fShift,
165 fShift += kShiftPerFrame;
175 int fShift; member in class:ChartView
/external/skia/bench/
H A DChartBench.cpp90 fShift = 0;
157 fShift,
171 fShift += kShiftPerFrame;
181 int fShift; member in class:ChartBench
H A DRectBench.cpp20 int fShift, fStroke; member in class:RectBench
30 : fShift(shift)
35 fName.printf("%s_%d", root, fShift);
57 w >>= fShift; local
58 h >>= fShift; local
/external/skia/include/effects/
H A DSkColorMatrixFilter.h34 int fShift; member in struct:SkColorMatrixFilter::State
/external/skia/samplecode/
H A DSampleChart.cpp86 fShift = 0;
151 fShift,
165 fShift += kShiftPerFrame;
175 int fShift; member in class:ChartView
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp30 const int shift = state.fShift;
53 const int shift = state.fShift;
76 const int shift = state.fShift;
101 const int shift = state.fShift;
142 fState.fShift = 16; // we are starting out as fixed 16.16
145 fState.fShift -= bits;
156 bool shiftIs16 = (16 == fState.fShift);
190 int32_t add = 1 << (fState.fShift - 1);
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp30 const int shift = state.fShift;
53 const int shift = state.fShift;
76 const int shift = state.fShift;
101 const int shift = state.fShift;
142 fState.fShift = 16; // we are starting out as fixed 16.16
145 fState.fShift -= bits;
156 bool shiftIs16 = (16 == fState.fShift);
190 int32_t add = 1 << (fState.fShift - 1);

Completed in 399 milliseconds