Lines Matching refs:SkVector
63 void computeDisplacement(const SkVector& scale, SkBitmap* dst, in computeDisplacement()
70 const SkVector scaleForColor = SkVector::Make(scale.fX * Inv8bit, scale.fY * Inv8bit); in computeDisplacement()
71 const SkVector scaleAdj = SkVector::Make(SK_ScalarHalf - scale.fX * SK_ScalarHalf, in computeDisplacement()
91 const SkVector& scale, SkBitmap* dst, in computeDisplacement()
120 const SkVector& scale, SkBitmap* dst, in computeDisplacement()
219 SkDisplacementMapEffect::ChannelSelectorType yChannelSelector, SkVector scale, in Make()
238 const SkVector& scale() const { return fScale; } in scale()
254 const SkVector& scale,
269 SkVector fScale;
323 SkVector scale = SkVector::Make(fScale, fScale); in onFilterImage()
423 SkVector scale = SkVector::Make(fScale, fScale); in onFilterNodeBounds()
491 const SkVector& scale, in GrDisplacementMapEffect()
546 SkVector scale = SkVector::Make(d->fRandom->nextRangeScalar(0, 100.0f), in TestCreate()