Searched refs:clipW (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 322 M4f clipW = ws < SkPathPriv::kW0PlaneDistance; in projectedBounds() local 323 if (any(clipW)) { in projectedBounds() 328 min(if_then_else(clipW, V4f(SK_ScalarInfinity), x2d)), in projectedBounds() 329 min(if_then_else(clipW, V4f(SK_ScalarInfinity), y2d)), in projectedBounds() 330 max(if_then_else(clipW, V4f(SK_ScalarNegativeInfinity), x2d)), in projectedBounds() 331 max(if_then_else(clipW, V4f(SK_ScalarNegativeInfinity), y2d)) in projectedBounds() 339 clipW = clipW ^ (next_ccw(ws) < SkPathPriv::kW0PlaneDistance); in projectedBounds() 341 min(if_then_else(clipW, x2d, V4f(frontBounds.fLeft))), in projectedBounds() 342 min(if_then_else(clipW, y2d, V4f(frontBounds.fTop))), in projectedBounds() 343 max(if_then_else(clipW, x2d, V4f(frontBounds.fRight))), in projectedBounds() [all …]
|
/external/skia/tools/fm/ |
D | fm.cpp | 82 static DEFINE_int(clipW, INT_MAX, "Limit source width.");
|