Searched refs:mappedRadius (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Matrix_mapRadius.cpp | 15 SkScalar mappedRadius = matrix.mapRadius(circleRadius); in REG_FIDDLE() local 20 mappedArea.printf("area = %g", mappedRadius * mappedRadius); in REG_FIDDLE() 22 canvas->drawString("mappedRadius", center.fX + mappedRadius + 3, center.fY, paint); in REG_FIDDLE() 31 canvas->drawLine(center.fX, center.fY, center.fX + mappedRadius, center.fY, paint); in REG_FIDDLE() 32 canvas->drawLine(center.fX, center.fY, center.fX, center.fY + mappedRadius, paint); in REG_FIDDLE() 33 canvas->drawRect({140, 180, 140 + mappedRadius, 180 + mappedRadius}, paint); in REG_FIDDLE()
|
H A D | mapradius.cpp | 14 SkScalar mappedRadius = matrix.mapRadius(circleRadius); in REG_FIDDLE() local 23 canvas->drawLine(center.fX, center.fY, center.fX + mappedRadius, center.fY, paint); in REG_FIDDLE() 24 canvas->drawLine(center.fX, center.fY, center.fX, center.fY + mappedRadius, paint); in REG_FIDDLE() 25 canvas->drawLine(40, 220, 40 + mappedRadius, 220, paint); in REG_FIDDLE() 26 canvas->drawLine(42 + mappedRadius, 220, 42 + mappedRadius * 2, 220, paint); in REG_FIDDLE()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 69 SkSize mappedRadius(const SkMatrix& ctm) const { in mappedRadius() function in __anon18769::MorphType::final 164 SkSize radius = mappedRadius(ctm); in onFilterNodeBounds() 640 SkSize radius = mappedRadius(ctx.ctm()); in onFilterImage()
|
Completed in 3 milliseconds