Home | History | Annotate | Download | only in nav

Lines Matching full:full

168             SkIRect full;
169 full.set(rect.fLeft, top(), rect.fRight, bottom());
171 || (mLastBase <= full.fBottom && mLastBase > full.fTop)) {
172 if (full.fLeft > mLast.fRight)
173 full.fLeft = mLast.fRight;
174 else if (full.fRight < mLast.fLeft)
175 full.fRight = mLast.fLeft;
177 mSelectRegion->op(full, SkRegion::kUnion_Op);
178 DBG_NAV_LOGD("MultilineBuilder full=(%d,%d,r=%d,b=%d)",
179 full.fLeft, full.fTop, full.fRight, full.fBottom);
180 mLast = full;
218 SkIRect full;
219 full.set(rect.fLeft, top(), rect.fRight, bottom());
220 if (mSelectRegion.contains(full)) {
228 " full=(%d,%d,r=%d,b=%d) rec=((%g,%g),(%g,%g),%d)"
235 full.fLeft, full.fTop, full.fRight, full.fBottom,
244 DBG_NAV_LOGD("TextExtractor [%02x] append full=(%d,%d,r=%d,b=%d)",
245 rec.fGlyphID, full.fLeft, full.fTop, full.fRight, full.fBottom);
256 mLast = full;
260 DBG_NAV_LOGD("TextExtractor [%02x] skip full=(%d,%d,r=%d,b=%d)",
261 rec.fGlyphID, full.fLeft, full.fTop, full.fRight, full.fBottom);