Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp320 M4f clipW = ws < SkPathPriv::kW0PlaneDistance; in projectedBounds() local
321 if (any(clipW)) { in projectedBounds()
326 min(if_then_else(clipW, V4f(SK_ScalarInfinity), x2d)), in projectedBounds()
327 min(if_then_else(clipW, V4f(SK_ScalarInfinity), y2d)), in projectedBounds()
328 max(if_then_else(clipW, V4f(SK_ScalarNegativeInfinity), x2d)), in projectedBounds()
329 max(if_then_else(clipW, V4f(SK_ScalarNegativeInfinity), y2d)) in projectedBounds()
337 clipW = clipW ^ (next_ccw(ws) < SkPathPriv::kW0PlaneDistance); in projectedBounds()
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()
[all …]