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

  /external/skia/include/effects/
SkKernel33MaskFilter.h 45 fShift = shift;
57 int fShift;
SkColorMatrixFilter.h 36 int fShift;
  /external/skia/src/effects/
SkKernel33MaskFilter.cpp 97 value >>= fShift;
110 wb.write32(fShift);
124 fShift = rb.readS32();
SkColorMatrixFilter.cpp 26 const int shift = state->fShift;
49 const int shift = state->fShift;
72 const int shift = state->fShift;
97 const int shift = state->fShift;
149 fState.fShift = 16; // we are starting out as fixed 16.16
152 fState.fShift -= bits;
163 bool shiftIs16 = (16 == fState.fShift);
195 int32_t add = 1 << (fState.fShift - 1);
332 int unshift = 16 - fState.fShift;
338 SkFixed offset = 1 << (fState.fShift - 1)
    [all...]
  /external/skia/bench/
RectBench.cpp 17 int fShift, fStroke;
26 RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(stroke) {
47 fName.printf("%s_%d", root, fShift);

Completed in 77 milliseconds