Home | History | Annotate | Download | only in nav

Lines Matching refs:SkIRect

81     bool joinGlyphs(const SkIRect& rect) {
94 SkIRect mUnion;
128 static int Area(SkIRect test) {
147 virtual bool onIRect(const SkIRect& rect) {
152 if (SkIRect::Intersects(mBounds, rect) == false) {
197 const SkIRect& drawnOver = mDrawnOver.getBounds();
209 SkIRect mBounds;
210 SkIRect mBoundsSlop;
212 SkIRect mLastOver;
213 SkIRect mAllDrawnIn;
214 SkIRect mLastAll;
362 virtual bool onIRect(const SkIRect& rect) {
403 if (SkIRect::Intersects(mPartial, mHit)) {
444 /* const */ SkIRect mHit; // sloppy hit rectangle
445 SkIRect mBounds; // reference bounds
446 SkIRect mPartial; // accumulated text bounds, per line
510 virtual bool onIRect(const SkIRect& rect) {
535 if (SkIRect::Intersects(mPartial, mHit)) {
567 /* const */ SkIRect mHit; // sloppy hit rectangle
568 SkIRect mPartial; // accumulated text bounds, per line
601 virtual bool onIRect(const SkIRect& rect) {
621 virtual bool onIRect(const SkIRect& rect) {
659 SkIRect fatter = {r->x(), r->y(), r->right(), r->bottom()};
669 virtual bool onIRect(const SkIRect& rect) {
1146 const SkIRect& m = boundsCheck.mBounds;
1147 const SkIRect& s = boundsCheck.mBoundsSlop;
1152 const SkIRect& o = boundsCheck.mDrawnOver.getBounds();
1153 const SkIRect& l = boundsCheck.mLastAll;
1154 const SkIRect& u = boundsCheck.mUnion;
1160 const SkIRect& a = boundsCheck.mAllDrawnIn;
1178 const SkIRect& over = boundsCheck.mDrawnOver.getBounds();
1181 SkIRect orig = boundsCheck.mBounds;
1183 SkIRect& base = boundsCheck.mBounds;
1193 const SkIRect& modded = boundsCheck.mBounds;
1228 SkIRect original = bestData.mNode->cursorRingBounds(bestData.mFrame);
1238 SkIRect enclosing;
1243 SkIRect layerBounds(layers.getBounds());
1244 SkIRect ringBounds(rings.getBounds());
1432 SkIRect less;