OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xradius
(Results
1 - 5
of
5
) 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/eigen/demos/mandelbrot/
mandelbrot.h
40
double
xradius
;
member in class:MandelbrotWidget
55
MandelbrotWidget() : QWidget(), center(0,0),
xradius
(2),
mandelbrot.cpp
40
const double
xradius
= widget->
xradius
;
local
41
const double yradius =
xradius
* img_height / img_width;
44
Vector2 start(widget->center.x() - widget->
xradius
, widget->center.y() - yradius);
45
Vector2 step(2*widget->
xradius
/img_width, 2*yradius/img_height);
114
double resolution = widget->
xradius
*2/widget->width();
153
setWindowTitle(QString("resolution ")+QString::number(
xradius
*2/width(), 'e', 2)
178
double yradius =
xradius
* height() / width();
179
center = Eigen::Vector2d(center.x() + (event->pos().x() - width()/2) *
xradius
* 2 / width(),
197
xradius
*= t
[
all
...]
/external/skia/src/gpu/
GrOvalRenderer.cpp
[
all
...]
/external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp
202
int
xRadius
= width / 2;
205
float xTerm = static_cast<float>(x -
xRadius
);
Completed in 1170 milliseconds