Home
last modified time | relevance | path

Searched refs:mapVector (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/skia/include/utils/
DSkCamera.h63 void mapVector(const SkVector3D& src, SkVector3D* dst) const;
69 void mapVector(SkVector3D* v) const { in mapVector() function
70 this->mapVector(*v, v); in mapVector()
/third_party/skia/docs/examples/
Dmapradius.cpp16 matrix.mapVector(0, circleRadius, &minorAxis); in draw()
17 matrix.mapVector(circleRadius, 0, &majorAxis); in draw()
DMatrix_mapRadius.cpp17 matrix.mapVector(0, circleRadius, &minorAxis);
18 matrix.mapVector(circleRadius, 0, &majorAxis);
DMatrix_mapVector_2.cpp18 offset = matrix.mapVector(offset.fX, offset.fY);
DMatrix_mapVector.cpp18 matrix.mapVector(offset.fX, offset.fY, &offset);
/third_party/flutter/skia/docs/examples/
DMatrix_mapRadius.cpp17 matrix.mapVector(0, circleRadius, &minorAxis);
18 matrix.mapVector(circleRadius, 0, &majorAxis);
DMatrix_mapVector.cpp18 matrix.mapVector(offset.fX, offset.fY, &offset);
DMatrix_mapVector_2.cpp18 offset = matrix.mapVector(offset.fX, offset.fY);
/third_party/flutter/skia/src/utils/
DSkCamera.cpp80 m.mapVector(fU, &dst->fU); in transform()
81 m.mapVector(fV, &dst->fV); in transform()
187 void SkMatrix3D::mapVector(const SkVector3D& src, SkVector3D* dst) const { in mapVector() function in SkMatrix3D
/third_party/skia/src/gpu/tessellate/
DStrokeIterator.h315 lastTangent *= .5f / fViewMatrix->mapVector(lastTangent.fX, lastTangent.fY).length(); in fillSquareCapPoints()
338 -.5f / fViewMatrix->mapVector(firstTangent.fX, firstTangent.fY).length(); in fillSquareCapPoints()
DStrokeHardwareTessellator.cpp326 .5f / viewMatrix.mapVector(lastTangent.fX, lastTangent.fY).length(); in writeCaps()
337 -.5f / viewMatrix.mapVector(firstTangent.fX, firstTangent.fY).length(); in writeCaps()
/third_party/skia/gm/
Dpatheffects.cpp329 SkPoint mappedN = ctm.mapVector(n.fX, n.fY); in onFilterPath()
333 n = invCtm.mapVector(mappedN.fX, mappedN.fY); in onFilterPath()
Dwacky_yuv_formats.cpp291 nextV = outerStep.mapVector(curV.fX, curV.fY); in create_splat()
301 nextV = innerStep.mapVector(curV.fX, curV.fY); in create_splat()
/third_party/flutter/skia/src/effects/imagefilters/
DSkOffsetImageFilter.cpp81 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector()
/third_party/skia/src/effects/imagefilters/
DSkOffsetImageFilter.cpp79 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector()
/third_party/flutter/skia/include/core/
DSkMatrix.h1389 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function
1411 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
/third_party/flutter/skia/src/core/
DSkNormalMapSource.cpp199 SkVector transformed = fSource.fInvCTM.mapVector(tempNorm.fX, tempNorm.fY); in fillScanLine()
/third_party/skia/include/core/
DSkMatrix.h1516 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function
1538 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp305 nextV = outerStep.mapVector(curV.fX, curV.fY); in create_splat()
315 nextV = innerStep.mapVector(curV.fX, curV.fY); in create_splat()
/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp74 matrix.mapVector(SkIntToScalar(tileSize.fWidth), SkIntToScalar(tileSize.fHeight), in PaintingData()
/third_party/skia/src/core/
DSkBlurMF.cpp1498 SkScalar radius = viewMatrix.mapVector(0, srcRRect.width()/2.f).length(); in directFilterMaskGPU()
/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1093 startPoint = viewMatrix.mapVector(startPoint.fX, startPoint.fY); in CircleOp()
1094 stopPoint = viewMatrix.mapVector(stopPoint.fX, stopPoint.fY); in CircleOp()
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1079 startPoint = viewMatrix.mapVector(startPoint.fX, startPoint.fY); in CircleOp()
1080 stopPoint = viewMatrix.mapVector(stopPoint.fX, stopPoint.fY); in CircleOp()
/third_party/flutter/skia/src/shaders/
DSkPerlinNoiseShader.cpp102 matrix.mapVector(SkIntToScalar(tileSize.fWidth), SkIntToScalar(tileSize.fHeight), in PaintingData()
/third_party/flutter/skia/site/user/api/
DSkMatrix_Reference.md117 …void <a href='#SkMatrix_mapVector'>mapVector</a>(<a href='undocumented#SkScalar'>SkScalar</a> dx, …
118 …<a href='SkPoint_Reference#SkVector'>SkVector</a> <a href='#SkMatrix_mapVector'>mapVector</a>(<a h…
3516 <a href='#SkMatrix_mapVector'>mapVector</a> <a href='#SkMatrix_mapPoints'>mapPoints</a> <a href='#S…
3562 <a href='#SkMatrix_mapVector'>mapVector</a> <a href='#SkMatrix_mapPoints'>mapPoints</a> <a href='#S…
3569 void <a href='#SkMatrix_mapVector'>mapVector</a>(<a href='undocumented#SkScalar'>SkScalar</a> dx, <…
3611 <a href='SkPoint_Reference#SkVector'>SkVector</a> <a href='#SkMatrix_mapVector'>mapVector</a>(<a hr…
3855 <a href='#SkMatrix_mapVector'>mapVector</a>

12