Searched refs:mapVector (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | mapradius.cpp | 16 matrix.mapVector(0, circleRadius, &minorAxis); in REG_FIDDLE() 17 matrix.mapVector(circleRadius, 0, &majorAxis); in REG_FIDDLE()
|
H A D | Matrix_mapRadius.cpp | 17 matrix.mapVector(0, circleRadius, &minorAxis); in REG_FIDDLE() 18 matrix.mapVector(circleRadius, 0, &majorAxis); in REG_FIDDLE()
|
H A D | Matrix_mapVector_2.cpp | 18 offset = matrix.mapVector(offset.fX, offset.fY); in REG_FIDDLE()
|
H A D | Matrix_mapVector.cpp | 18 matrix.mapVector(offset.fX, offset.fY, &offset); in REG_FIDDLE()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 234 // outset = inverse(fViewMatrix).mapVector(.5, 0) in finishOpenContour() 315 lastTangent *= .5f / fViewMatrix->mapVector(lastTangent.fX, lastTangent.fY).length(); in fillSquareCapPoints() 338 -.5f / fViewMatrix->mapVector(firstTangent.fX, firstTangent.fY).length(); in fillSquareCapPoints()
|
H A D | StrokeHardwareTessellator.cpp | 326 .5f / viewMatrix.mapVector(lastTangent.fX, lastTangent.fY).length(); in writeCaps() 337 -.5f / viewMatrix.mapVector(firstTangent.fX, firstTangent.fY).length(); in writeCaps()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkOffsetImageFilter.cpp | 79 SkVector vec = ctm.mapVector(offset.fX, offset.fY); in map_offset_vector()
|
/third_party/skia/gm/ |
H A D | patheffects.cpp | 329 SkPoint mappedN = ctm.mapVector(n.fX, n.fY); 333 n = invCtm.mapVector(mappedN.fX, mappedN.fY);
|
H A D | wacky_yuv_formats.cpp | 291 nextV = outerStep.mapVector(curV.fX, curV.fY); in create_splat() 301 nextV = innerStep.mapVector(curV.fX, curV.fY); in create_splat()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 1516 void mapVector(SkScalar dx, SkScalar dy, SkVector* result) const { in mapVector() function in SkMatrix 1538 SkVector mapVector(SkScalar dx, SkScalar dy) const { in mapVector() function in SkMatrix
|
/third_party/skia/src/shaders/ |
H A D | SkPerlinNoiseShader.cpp | 74 matrix.mapVector(SkIntToScalar(tileSize.fWidth), SkIntToScalar(tileSize.fHeight), in PaintingData()
|
/third_party/skia/src/gpu/ops/ |
H A D | GrOvalOpFactory.cpp | 1122 startPoint = viewMatrix.mapVector(startPoint.fX, startPoint.fY); 1123 stopPoint = viewMatrix.mapVector(stopPoint.fX, stopPoint.fY);
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 1507 SkScalar radius = viewMatrix.mapVector(0, srcRRect.width()/2.f).length(); in directFilterMaskGPU()
|
Completed in 18 milliseconds