HomeSort by relevance Sort by last modified time
    Searched refs:focal (Results 1 - 7 of 7) sorted by null

  /external/ceres-solver/examples/
snavely_reprojection_error.h 51 // focal length and 2 for radial distortion. The principal point is not modeled
73 const T& focal = camera[6]; local
84 T predicted_x = focal * distortion * xp;
85 T predicted_y = focal * distortion * yp;
108 // translation, 1 for focal length and 2 for radial distortion. The
122 const T& focal = camera_translation_and_intrinsics[3]; local
147 T predicted_x = focal * distortion * xp;
148 T predicted_y = focal * distortion * yp;
simple_bundle_adjuster.cc 120 // focal length and 2 for radial distortion. The principal point is not modeled
152 const T& focal = camera[6]; local
153 T predicted_x = focal * distortion * xp;
154 T predicted_y = focal * distortion * yp;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 312 // Focal Conical Gradients
319 // and focal point is at the origin.
321 const SkPoint& focal = shader.getStartCenter(); local
332 matrix.mapPoints(&focalTrans, &focal, 1);
345 // If the focal point is touching the edge of the circle it will
388 static const char* Name() { return "Two-Point Conical Gradient Focal Outside"; }
392 SkScalar focal() const { return fFocalX; } function in class:FocalOutside2PtConicalEffect
474 // Need to make sure the centers are not the same or else focal point will be inside
478 // Below makes sure that the focal point is not contained within circle two
530 // t = p.x * focal.x +/- sqrt(p.x^2 + (1 - focal.x^2) * p.y^2
561 SkScalar focal = data.focal(); local
603 SkScalar focal() const { return fFocalX; } function in class:FocalInside2PtConicalEffect
728 GrGLShaderVar focal = builder->getUniformVariable(fFocalUni); local
746 SkScalar focal = data.focal(); local
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 303 // Focal Conical Gradients
310 // and focal point is at the origin.
312 const SkPoint& focal = shader.getStartCenter(); local
323 matrix.mapPoints(&focalTrans, &focal, 1);
336 // If the focal point is touching the edge of the circle it will
380 static const char* Name() { return "Two-Point Conical Gradient Focal Outside"; }
384 SkScalar focal() const { return fFocalX; } function in class:FocalOutside2PtConicalEffect
463 // Need to make sure the centers are not the same or else focal point will be inside
467 // Below makes sure that the focal point is not contained within circle two
517 // t = p.x * focal.x +/- sqrt(p.x^2 + (1 - focal.x^2) * p.y^2
548 SkScalar focal = data.focal(); local
598 SkScalar focal() const { return fFocalX; } function in class:FocalInside2PtConicalEffect
719 GrGLShaderVar focal = builder->getUniformVariable(fFocalUni); local
736 SkScalar focal = data.focal(); local
    [all...]
  /external/ceres-solver/internal/ceres/
system_test.cc 429 // focal length and 2 for radial distortion. The principal point is
448 const T& focal = camera[6]; local
455 T xp = - focal * p[0] / p[2];
456 T yp = - focal * p[1] / p[2];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c 305 const VGfloat *focal = &paint->gradient.radial.vals[2]; local
312 map[0] = center[0] - focal[0];
313 map[1] = center[1] - focal[1];
316 /* focal point must lie inside the circle */
327 focal = new_focal;
341 matrix_translate(&mat, -focal[0], -focal[1]);
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 305 const VGfloat *focal = &paint->gradient.radial.vals[2]; local
312 map[0] = center[0] - focal[0];
313 map[1] = center[1] - focal[1];
316 /* focal point must lie inside the circle */
327 focal = new_focal;
341 matrix_translate(&mat, -focal[0], -focal[1]);

Completed in 3016 milliseconds