Lines Matching refs:IRect
1 #Topic IRect
20 When equal to or greater than fRight, IRect is empty.
26 When equal to or greater than fBottom, IRect is empty.
32 When equal to or less than fLeft, IRect is empty.
38 When equal to or less than fTop, IRect is empty.
616 Sets IRect to: #Formula # (x, y, x + width, y + height) ##.
831 SkIRect::isEmpty() returns false. The intersection of IRect pair can be described by:
835 The intersection is only meaningful if the resulting IRect is not empty and
866 Returns false if IRect is empty.
868 Considers input to describe constructed IRect: #Formula # (x, y, x + 1, y + 1) ## and
869 returns true if constructed area is completely enclosed by IRect area.
874 #Return true if (x, y) is inside IRect ##
983 #Line # returns true if contains unsorted IRect ##
1252 #Line # constructs IRect, ordering sides from smaller to larger ##
1292 #Topic IRect ##