Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrQuadPerEdgeAA.cpp210 V4f c1y = e1w * y2d - e1y; in outset_projected_vertices() local
220 denom = c1x * c2y - c2x * c1y; in outset_projected_vertices()
222 b = (c3x * c1y - c1x * c3y) / denom; in outset_projected_vertices()
238 M4f useC1x = abs(c1x) > abs(c1y); in outset_projected_vertices()
243 c1x * c2y - c2x * c1y, /* A & B */ in outset_projected_vertices()
244 if_then_else(useC1x, c1x, c1y)), /* A & !B */ in outset_projected_vertices()
256 c3x * c1y - c1x * c3y, /* A & B */ in outset_projected_vertices()
/third_party/skia/src/gpu/geometry/
DGrQuadUtils.cpp1025 V4f c1y = e1w * y2d - e1y; in moveTo() local
1035 denom = c1x * c2y - c2x * c1y; in moveTo()
1037 b = (c3x * c1y - c1x * c3y) / denom; in moveTo()
1047 M4f useC1x = abs(c1x) > abs(c1y); in moveTo()
1052 c1x * c2y - c2x * c1y, /* A & B */ in moveTo()
1053 if_then_else(useC1x, c1x, c1y)), /* A & !B */ in moveTo()
1065 c3x * c1y - c1x * c3y, /* A & B */ in moveTo()