Lines Matching refs:kNoClip_Flag
157 kNoClip_Flag = 1 << 1, enumerator
171 flags |= kNoCull_Flag | kNoScale_Flag | kNoClip_Flag; in flush_check()
179 bool canClip = !(flags & kNoClip_Flag); in flush_check()
234 this->flush_check(&tmp, paint, kNoClip_Flag | kNoScale_Flag); in flush_translate()
241 this->flush_check(&tmp, &paint, kNoClip_Flag | kNoCull_Flag | kNoScale_Flag); in flush_translate()
345 this->flush_check(&modRect, &paint, kNoClip_Flag); in onDrawOval()
352 this->flush_check(&modRect, &paint, kNoClip_Flag); in onDrawArc()
364 this->flush_check(&modRect, &paint, kNoClip_Flag); in onDrawRRect()
380 this->flush_check(&modRect, &paint, kNoClip_Flag | kNoTranslate_Flag | kNoScale_Flag); in onDrawPath()
390 this->flush_check(&bounds, paint, kNoClip_Flag); in onDrawBitmap()
401 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawBitmapRect()
408 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawBitmapNine()
415 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawBitmapLattice()
422 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawImageNine()
431 this->flush_check(&bounds, paint, kNoClip_Flag); in onDrawImage()
442 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawImageRect()
449 this->flush_check(&modRect, paint, kNoClip_Flag); in onDrawImageLattice()
483 this->flush_check(&modRect, &paint, kNoClip_Flag | kNoScale_Flag | kNoTranslate_Flag); in onDrawTextRSXform()
542 this->flush_check(&modRect, nullptr, kNoClip_Flag); in onDrawAnnotation()