HomeSort by relevance Sort by last modified time
    Searched refs:fShift (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/bench/
RectBench.cpp 20 int fShift, fStroke;
30 : fShift(shift)
35 fName.printf("%s_%d", root, fShift);
57 w >>= fShift;
58 h >>= fShift;
ChartBench.cpp 90 fShift = 0;
157 fShift,
171 fShift += kShiftPerFrame;
181 int fShift;
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrixFilter.h 34 int fShift;
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 86 fShift = 0;
151 fShift,
165 fShift += kShiftPerFrame;
175 int fShift;
  /external/skia/bench/
ChartBench.cpp 90 fShift = 0;
157 fShift,
171 fShift += kShiftPerFrame;
181 int fShift;
RectBench.cpp 20 int fShift, fStroke;
30 : fShift(shift)
35 fName.printf("%s_%d", root, fShift);
57 w >>= fShift;
58 h >>= fShift;
  /external/skia/include/effects/
SkColorMatrixFilter.h 34 int fShift;
  /external/skia/samplecode/
SampleChart.cpp 86 fShift = 0;
151 fShift,
165 fShift += kShiftPerFrame;
175 int fShift;
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 30 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/
SkColorMatrixFilter.cpp 30 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 5036 milliseconds