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

  /external/skia/src/utils/
SkShadowTessellator.cpp 77 SkPoint fFirstPoint;
419 if (compute_normal(fPrevPoint, fFirstPoint, fDirection, &normal)) {
427 z = fTransformedHeightFunc(fFirstPoint);
432 fFirstPoint.distanceToSqd(fPositions[fPrevUmbraIndex]) > kMaxEdgeLenSqr) {
433 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + fFirstPoint;
454 *fPositions.push() = fFirstPoint + normal;
489 fPrevPoint = fFirstPoint;
528 fFirstPoint = fInitPoints[0];
530 SkScalar z = fTransformedHeightFunc(fFirstPoint);
535 fPrevPoint = fFirstPoint;
    [all...]
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 180 SkPoint fFirstPoint;
191 data->fFirstPoint = pt;
195 if (pt.distanceToSqd(data->fFirstPoint) > kCloseSqd) {
196 data->fLineNormal = pt - data->fFirstPoint;
199 data->fLineC = -data->fLineNormal.dot(data->fFirstPoint);
    [all...]

Completed in 77 milliseconds