OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:yradius
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenObjC/
arc-linetable-autorelease.m
22
+ (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius
yRadius
:(CGFloat)
yRadius
;
28
NSBezierPath *path = [NSBezierPath bezierPathWithRoundedRect:rect xRadius:radius
yRadius
:radius];
/external/skia/src/gpu/
GrOvalRenderer.cpp
[
all
...]
/external/eigen/demos/mandelbrot/
mandelbrot.cpp
41
const double
yradius
= xradius * img_height / img_width;
local
44
Vector2 start(widget->center.x() - widget->xradius, widget->center.y() -
yradius
);
45
Vector2 step(2*widget->xradius/img_width, 2*
yradius
/img_height);
178
double
yradius
= xradius * height() / width();
local
180
center.y() + (event->pos().y() - height()/2) *
yradius
* 2 / height());
/external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp
203
int
yRadius
= height / 2;
208
float yTerm = static_cast<float>(y -
yRadius
);
Completed in 1229 milliseconds