Home
last modified time | relevance | path

Searched refs:fShift (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
DSkKernel33MaskFilter.cpp105 value >>= fShift; in computeValue()
118 wb.writeInt(fShift); in flatten()
125 fShift = rb.readInt(); in SkKernel33MaskFilter()
136 str->appendf("shift: %d, ", fShift); in toString()
DSkColorMatrixFilter.cpp29 const int shift = state.fShift; in General()
52 const int shift = state.fShift; in AffineAdd()
75 const int shift = state.fShift; in ScaleAdd()
100 const int shift = state.fShift; in Add()
141 fState.fShift = 16; // we are starting out as fixed 16.16 in initState()
144 fState.fShift -= bits; in initState()
155 bool shiftIs16 = (16 == fState.fShift); in initState()
187 int32_t add = 1 << (fState.fShift - 1); in initState()
/external/skia/src/effects/
DSkKernel33MaskFilter.cpp105 value >>= fShift; in computeValue()
118 wb.writeInt(fShift); in flatten()
125 fShift = rb.readInt(); in SkKernel33MaskFilter()
136 str->appendf("shift: %d, ", fShift); in toString()
DSkColorMatrixFilter.cpp29 const int shift = state.fShift; in General()
52 const int shift = state.fShift; in AffineAdd()
75 const int shift = state.fShift; in ScaleAdd()
100 const int shift = state.fShift; in Add()
141 fState.fShift = 16; // we are starting out as fixed 16.16 in initState()
144 fState.fShift -= bits; in initState()
155 bool shiftIs16 = (16 == fState.fShift); in initState()
187 int32_t add = 1 << (fState.fShift - 1); in initState()
/external/skia/bench/
DChartBench.cpp90 fShift = 0; in ChartBench()
158 fShift, in onDraw()
172 fShift += kShiftPerFrame; in onDraw()
182 int fShift; member in ChartBench
DRectBench.cpp20 int fShift, fStroke; member in RectBench
30 : fShift(shift) in RectBench()
35 fName.printf("%s_%d", root, fShift); in computeName()
57 w >>= fShift; in onPreDraw()
58 h >>= fShift; in onPreDraw()
/external/chromium_org/third_party/skia/include/effects/
DSkKernel33MaskFilter.h43 fShift = shift; in SkKernel33ProcMaskFilter()
54 int fShift; variable
DSkColorMatrixFilter.h30 int fShift; member
/external/skia/include/effects/
DSkKernel33MaskFilter.h43 fShift = shift; in SkKernel33ProcMaskFilter()
54 int fShift; variable
DSkColorMatrixFilter.h30 int fShift; member