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/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 95 fShift = 0;
163 fShift,
177 fShift += kShiftPerFrame;
189 int fShift;
RectBench.cpp 17 int fShift, fStroke;
28 , fShift(shift)
50 fName.printf("%s_%d", root, fShift);

Completed in 162 milliseconds