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

/external/skia/include/effects/
H A DSkKernel33MaskFilter.h52 fShift = shift;
64 int fShift; member in class:SkKernel33MaskFilter
H A DSkColorMatrixFilter.h42 int fShift; member in struct:SkColorMatrixFilter::State
/external/skia/src/effects/
H A DSkKernel33MaskFilter.cpp90 value >>= fShift; local
103 wb.write32(fShift);
117 fShift = rb.readS32();
H A DSkColorMatrixFilter.cpp19 const int shift = state->fShift;
42 const int shift = state->fShift;
65 const int shift = state->fShift;
90 const int shift = state->fShift;
140 fState.fShift = 16; // we are starting out as fixed 16.16
143 fState.fShift -= bits;
154 bool shiftIs16 = (16 == fState.fShift);
186 int32_t add = 1 << (fState.fShift - 1);
/external/skia/bench/
H A DRectBench.cpp10 int fShift, fStroke; member in class:RectBench
19 RectBench(void* param, int shift, int stroke = 0) : INHERITED(param), fShift(shift), fStroke(stroke) {
40 fName.printf("%s_%d", root, fShift);

Completed in 199 milliseconds