Lines Matching refs:fLeft

21 #Member SkScalar  fLeft
36 horizontal values when sorted. When equal to or less than fLeft, Rect is empty.
182 #Param x stored in fLeft ##
343 SkDebugf("unsorted.fLeft: %g unsorted.x(): %g\n", unsorted.fLeft, unsorted.x());
345 SkDebugf("sorted.fLeft: %g sorted.x(): %g\n", sorted.fLeft, sorted.x());
347 unsorted.fLeft: 15 unsorted.x(): 15
348 sorted.fLeft: 10 sorted.x(): 10
352 #SeeAlso fLeft left() y() SkIRect::x()
389 SkDebugf("unsorted.fLeft: %g unsorted.left(): %g\n", unsorted.fLeft, unsorted.left());
391 SkDebugf("sorted.fLeft: %g sorted.left(): %g\n", sorted.fLeft, sorted.left());
393 unsorted.fLeft: 15 unsorted.left(): 15
394 sorted.fLeft: 10 sorted.left(): 10
398 #SeeAlso fLeft x() SkIRect::left()
587 test.fLeft, test.fTop, test.fRight, test.fBottom,
588 negZero.fLeft, negZero.fTop, negZero.fRight, negZero.fBottom,
590 test.fLeft == negZero.fLeft && test.fTop == negZero.fTop &&
648 SkDebugf("rect: {%g, %g, %g, %g}\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
683 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
717 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, success ? "true" : "false");
755 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
773 SkDebugf("rect: {%g, %g, %g, %g} is %s" "empty\n", rect.fLeft, rect.fTop,
797 … SkDebugf("i_rect: {%d, %d, %d, %d}\n", i_rect.fLeft, i_rect.fTop, i_rect.fRight, i_rect.fBottom);
800 … SkDebugf("f_rect: {%g, %g, %g, %g}\n", f_rect.fLeft, f_rect.fTop, f_rect.fRight, f_rect.fBottom);
820 SkDebugf("rect1: {%g, %g, %g, %g}\n", rect1.fLeft, rect1.fTop, rect1.fRight, rect1.fBottom);
823 SkDebugf("rect2: {%g, %g, %g, %g}\n", rect2.fLeft, rect2.fTop, rect2.fRight, rect2.fBottom);
844 SkDebugf("rect1: {%g, %g, %g, %g}\n", rect1.fLeft, rect1.fTop, rect1.fRight, rect1.fBottom);
847 SkDebugf("rect2: {%g, %g, %g, %g}\n", rect2.fLeft, rect2.fTop, rect2.fRight, rect2.fBottom);
876 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
906 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
908 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
924 #Param x stored in fLeft ##
988 SkDebugf("rect1: {%g, %g, %g, %g}\n", rect1.fLeft, rect1.fTop, rect1.fRight, rect1.fBottom);
991 SkDebugf("rect2: {%g, %g, %g, %g}\n", rect2.fLeft, rect2.fTop, rect2.fRight, rect2.fBottom);
1012 SkDebugf("rect1: {%g, %g, %g, %g}\n", rect1.fLeft, rect1.fTop, rect1.fRight, rect1.fBottom);
1015 SkDebugf("rect2: {%g, %g, %g, %g}\n", rect2.fLeft, rect2.fTop, rect2.fRight, rect2.fBottom);
1117 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1137 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1158 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1179 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1200 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1216 must describe area; fLeft is less than fRight, and fTop is less than fBottom;
1218 #Formula # (max(a.fLeft, b.fLeft), max(a.fTop, b.fTop),
1222 describes an area: fLeft is less than fRight, and fTop is less than fBottom.
1455 SkDebugf("join: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1475 SkDebugf("join: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1501 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1503 SkDebugf("sorted: %g, %g, %g, %g\n", sorted.fLeft, sorted.fTop, sorted.fRight, sorted.fBottom);
1530 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1532 SkDebugf("sorted: %g, %g, %g, %g\n", sorted.fLeft, sorted.fTop, sorted.fRight, sorted.fBottom);
1553 members, using #Formula # (SkScalarRoundToInt(fLeft), SkScalarRoundToInt(fTop),
1562 SkDebugf("round: %d, %d, %d, %d\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1578 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
1580 #Formula # (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop),
1589 SkDebugf("round: %d, %d, %d, %d\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1604 Sets Rect by discarding the fractional portion of fLeft and fTop; and rounding
1606 #Formula # (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop),
1615 SkDebugf("round: %g, %g, %g, %g\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1631 Sets Rect by rounding up fLeft and fTop; and discarding the fractional portion
1633 #Formula # (SkScalarCeilToInt(fLeft), SkScalarCeilToInt(fTop),
1642 SkDebugf("round: %d, %d, %d, %d\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1658 members, using #Formula # (SkScalarRoundToInt(fLeft), SkScalarRoundToInt(fTop),
1666 SkDebugf("round: %d, %d, %d, %d\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1681 Sets IRect by discarding the fractional portion of fLeft and fTop; and rounding
1683 #Formula # (SkScalarFloorToInt(fLeft), SkScalarFloorToInt(fTop),
1691 SkDebugf("round: %d, %d, %d, %d\n", round.fLeft, round.fTop, round.fRight, round.fBottom);
1716 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1718 SkDebugf("sorted: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1740 SkDebugf("rect: %g, %g, %g, %g\n", rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
1742 SkDebugf("sorted: %g, %g, %g, %g\n", sort.fLeft, sort.fTop, sort.fRight, sort.fBottom);
1764 SkDebugf("rect.asScalars() %c= &rect.fLeft\n", rect.asScalars() == &rect.fLeft? '=' : '!');
1766 rect.asScalars() == &rect.fLeft