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

/external/skia/include/effects/
H A DSkKernel33MaskFilter.h45 fShift = shift;
57 int fShift; member in class:SkKernel33MaskFilter
H A DSkColorMatrixFilter.h36 int fShift; member in struct:SkColorMatrixFilter::State
/external/skia/src/effects/
H A DSkKernel33MaskFilter.cpp97 value >>= fShift; local
110 wb.write32(fShift);
124 fShift = rb.readS32();
H A DSkColorMatrixFilter.cpp26 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
[all...]
/external/skia/bench/
H A DRectBench.cpp17 int fShift, fStroke; member in class:RectBench
26 RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(stroke) {
47 fName.printf("%s_%d", root, fShift);

Completed in 920 milliseconds