Home
last modified time | relevance | path

Searched refs:SkIVector (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp101 SkIVector& offset,
107 SkIVector& offset,
112 SkIVector& offset,
117 SkIVector& offset,
260 SkIVector& offset, in filterPixels()
304 SkIVector& offset, in filterPixels()
316 SkIVector& offset, in filterInteriorPixels()
336 SkIVector& offset, in filterBorderPixels()
488 SkIVector dstContentOffset = { offset->fX - inputOffset.fX, offset->fY - inputOffset.fY }; in onFilterImage()
/external/skia/include/core/
DSkPoint.h22 typedef SkIPoint SkIVector; typedef
81 void operator+=(const SkIVector& v) {
90 void operator-=(const SkIVector& v) {
133 friend SkIVector operator-(const SkIPoint& a, const SkIPoint& b) {
147 friend SkIPoint operator+(const SkIPoint& a, const SkIVector& b) {
DSkMatrix.h96 static SkMatrix SK_WARN_UNUSED_RESULT Translate(SkIVector t) { return Translate(t.x(), t.y()); } in Translate()
DSkRect.h318 constexpr SkIRect makeOffset(SkIVector offset) const { in makeOffset()
/external/skia/src/core/
DSkImageFilterTypes.h47 explicit IVector(const SkIVector& v) : fX(v.fX), fY(v.fY) {} in IVector()
141 explicit operator SkIVector() const { return SkIVector::Make(fData.fX, fData.fY); } in SkIVector() function
243 return LayerSpace<SkIPoint>(fData + SkIVector(v));
246 return LayerSpace<SkIPoint>(fData - SkIVector(v));
250 fData += SkIVector(v);
253 fData -= SkIVector(v);
378 void offset(const LayerSpace<IVector>& v) { fData.offset(SkIVector(v)); } in offset()
DSkImageFilterTypes.cpp22 static SkIVector map_as_vector(int32_t x, int32_t y, const SkMatrix& matrix) { in map_as_vector()
25 return SkIVector::Make(SkScalarRoundToInt(v.fX), SkScalarRoundToInt(v.fY)); in map_as_vector()
197 SkIVector v = map_as_vector(geom.fWidth, geom.fHeight, matrix); in map()
DSkImageFilter_Base.h334 const SkIVector& filterOffset,
DSkGpuBlurUtils.cpp71 SkIVector dstToSrcOffset, in convolve_gaussian_1d()
504 SkIVector newDstBoundsOffset = dstBounds.topLeft() - xPassDstBounds.topLeft(); in two_pass_gaussian()
DSkImageFilter.cpp661 const SkIVector& filterOffset, in DetermineRepeatedSrcBound()
/external/skia/src/gpu/graphite/
DCommandBuffer.h102 void setReplayTranslation(SkIVector translation) { fReplayTranslation = translation; } in setReplayTranslation()
109 SkIVector fReplayTranslation;
DTask.h29 SkIVector fTranslation;
DRecordingPriv.h34 bool addCommands(Context*, CommandBuffer*, Surface* replaySurface, SkIVector replayTranslation);
DRecording.cpp104 SkIVector replayTranslation) { in addCommands()
/external/skia/include/gpu/graphite/
DGraphiteTypes.h46 SkIVector fTargetTranslation = {0, 0};
/external/skia/tools/
DDDLTileHelper.h69 SkIVector padOffset() const { return { fPaddingOutsets.fLeft, fPaddingOutsets.fTop }; } in padOffset()
/external/skia/gm/
Dcompressed_textures.cpp268 void drawCell(SkCanvas* canvas, SkImage* image, SkIVector offset) { in drawCell()
/external/skia/src/gpu/ganesh/
DGrBlurUtils.cpp73 SkIVector fOffset;
/external/skia/site/docs/user/release/
Drelease_notes.md743 * Added SkMatrix::MakeTrans(SkIVector)
/external/skia/
DRELEASE_NOTES.txt984 * Added SkMatrix::MakeTrans(SkIVector)