Home
last modified time | relevance | path

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

/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.cpp18 matrix.mapVector(offset.fX, offset.fY, &offset);
DMatrix_mapVector_2.cpp18 offset = matrix.mapVector(offset.fX, offset.fY);
/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/skia/src/effects/imagefilters/
DSkOffsetImageFilter.cpp79 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector()
/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/skia/src/shaders/
DSkPerlinNoiseShader.cpp74 matrix.mapVector(SkIntToScalar(tileSize.fWidth), SkIntToScalar(tileSize.fHeight), in PaintingData()
/third_party/skia/src/core/
DSkBlurMF.cpp1499 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/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1747 SkVector mapVector(SkScalar dx, SkScalar dy) const;
1751 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const;