Home
last modified time | relevance | path

Searched refs:triBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/utils/
H A DSkPolyUtils.cpp1543 SkRect triBounds; in checkTriangle() local
1544 compute_triangle_bounds(p0, p1, p2, &triBounds); in checkTriangle()
1545 int h0 = (triBounds.fLeft - fBounds.fLeft)*fGridConversion.fX; in checkTriangle()
1546 int h1 = (triBounds.fRight - fBounds.fLeft)*fGridConversion.fX; in checkTriangle()
1547 int v0 = (triBounds.fTop - fBounds.fTop)*fGridConversion.fY; in checkTriangle()
1548 int v1 = (triBounds.fBottom - fBounds.fTop)*fGridConversion.fY; in checkTriangle()

Completed in 4 milliseconds