Home | History | Annotate | Download | only in gpu

Lines Matching refs:fLeft

75         return innerClipBounds.fRight > innerClipBounds.fLeft + kBoundsTolerance &&
77 innerClipBounds.fLeft < queryBounds.fLeft + kBoundsTolerance &&
93 outerClipBounds.fRight - outerClipBounds.fLeft <= kBoundsTolerance ||
97 outerClipBounds.fLeft >= queryBounds.fRight - kBoundsTolerance ||
99 outerClipBounds.fRight <= queryBounds.fLeft + kBoundsTolerance ||
107 return SkIRect::MakeLTRB(SkScalarFloorToInt(bounds.fLeft + kBoundsTolerance),
117 return SkRect::MakeLTRB(SkScalarFloorToScalar(bounds.fLeft + kBoundsTolerance),
127 return SkScalarAbs(SkScalarRoundToScalar(rect.fLeft) - rect.fLeft) <= kBoundsTolerance &&