Home
last modified time | relevance | path

Searched refs:xRadius (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenObjC/
Darc-linetable-autorelease.m22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)…
28 NSBezierPath *path = [NSBezierPath bezierPathWithRoundedRect:rect xRadius:radius yRadius:radius];
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1172 SkScalar xRadius = SkScalarAbs(viewMatrix[SkMatrix::kMScaleX] * ellipseXRadius + in Make() local
1201 (SK_ScalarHalf * xRadius > yRadius || SK_ScalarHalf * yRadius > xRadius)) { in Make()
1207 (scaledStroke.fY * scaledStroke.fY) * xRadius || in Make()
1208 scaledStroke.fY * (xRadius * xRadius) < in Make()
1215 innerXRadius = xRadius - scaledStroke.fX; in Make()
1219 xRadius += scaledStroke.fX; in Make()
1225 Geometry{color, xRadius, yRadius, innerXRadius, innerYRadius, in Make()
1226 SkRect::MakeLTRB(center.fX - xRadius, center.fY - yRadius, in Make()
1227 center.fX + xRadius, center.fY + yRadius)}); in Make()
1295 SkScalar xRadius = geom.fXRadius; in onPrepareDraws() local
[all …]
DGrShadowRRectOp.cpp841 SkScalar xRadius = SkScalarAbs(viewMatrix[SkMatrix::kMScaleX] * radii.fX + in make_shadow_rrect_op() local
845 SkASSERT(SkScalarNearlyEqual(xRadius, yRadius)); in make_shadow_rrect_op()
878 if (!isStrokeOnly && (SK_ScalarHalf > xRadius || SK_ScalarHalf > yRadius)) { in make_shadow_rrect_op()
883 color, viewMatrix, bounds, xRadius, blurRadius, scaledStroke.fX, isStrokeOnly)); in make_shadow_rrect_op()
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp205 const int xRadius = width / 2; in fill_in_2D_gaussian_kernel() local
210 float xTerm = static_cast<float>(x - xRadius); in fill_in_2D_gaussian_kernel()