Home | History | Annotate | Download | only in gpu

Lines Matching refs:fLeft

77         return innerClipBounds.fRight - innerClipBounds.fLeft > kBoundsTolerance &&
79 innerClipBounds.fLeft < queryBounds.fLeft + kBoundsTolerance &&
95 outerClipBounds.fRight - outerClipBounds.fLeft <= kBoundsTolerance ||
99 outerClipBounds.fLeft >= queryBounds.fRight - kBoundsTolerance ||
101 outerClipBounds.fRight <= queryBounds.fLeft + kBoundsTolerance ||
109 return SkIRect::MakeLTRB(SkScalarFloorToInt(bounds.fLeft + kBoundsTolerance),
119 return SkRect::MakeLTRB(SkScalarFloorToScalar(bounds.fLeft + kBoundsTolerance),
129 return SkScalarAbs(SkScalarRoundToScalar(rect.fLeft) - rect.fLeft) <= kBoundsTolerance &&