Home
last modified time | relevance | path

Searched refs:fP2T (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp222 DPoint fP0T, fP2T; member in PathSegment
348 fP2T = fXformMatrix.mapPoint(p2); in init()
428 if (!between_closed(result, segment.fP0T.x(), segment.fP2T.x())) { in calculate_nearest_point_for_quad()
433 if (!between_closed(result, segment.fP0T.x(), segment.fP2T.x())) { in calculate_nearest_point_for_quad()
480 rowData->fQuadXDirection = (int)sign_of(segment.fP2T.x() - segment.fP0T.x()); in precomputation_for_row()
546 nearly_equal(segment.fP2T.x(), p1, segment.fNearlyZeroScaled, true))) { in calculate_side_of_quad()
550 nearly_equal(segment.fP2T.x(), p2, segment.fNearlyZeroScaled, true)) || in calculate_side_of_quad()
557 if (includeP1 && between_closed(p1, segment.fP0T.x(), segment.fP2T.x(), in calculate_side_of_quad()
561 if (includeP2 && between_closed(p2, segment.fP0T.x(), segment.fP2T.x(), in calculate_side_of_quad()
597 if (between_closed(xformPt.x(), segment.fP0T.x(), segment.fP2T.x())) { in distance_to_segment()
[all …]
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp222 DPoint fP0T, fP2T; member in PathSegment
348 fP2T = fXformMatrix.mapPoint(p2); in init()
428 if (!between_closed(result, segment.fP0T.x(), segment.fP2T.x())) { in calculate_nearest_point_for_quad()
433 if (!between_closed(result, segment.fP0T.x(), segment.fP2T.x())) { in calculate_nearest_point_for_quad()
480 rowData->fQuadXDirection = (int)sign_of(segment.fP2T.x() - segment.fP0T.x()); in precomputation_for_row()
546 nearly_equal(segment.fP2T.x(), p1, segment.fNearlyZeroScaled, true))) { in calculate_side_of_quad()
550 nearly_equal(segment.fP2T.x(), p2, segment.fNearlyZeroScaled, true)) || in calculate_side_of_quad()
557 if (includeP1 && between_closed(p1, segment.fP0T.x(), segment.fP2T.x(), in calculate_side_of_quad()
561 if (includeP2 && between_closed(p2, segment.fP0T.x(), segment.fP2T.x(), in calculate_side_of_quad()
597 if (between_closed(xformPt.x(), segment.fP0T.x(), segment.fP2T.x())) { in distance_to_segment()
[all …]