Searched refs:frontBounds (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 325 SkRect frontBounds = { in projectedBounds() local 339 min(if_then_else(clipW, x2d, V4f(frontBounds.fLeft))), in projectedBounds() 340 min(if_then_else(clipW, y2d, V4f(frontBounds.fTop))), in projectedBounds() 341 max(if_then_else(clipW, x2d, V4f(frontBounds.fRight))), in projectedBounds() 342 max(if_then_else(clipW, y2d, V4f(frontBounds.fBottom))) in projectedBounds()
|