Searched refs:fCull (Results 1 – 3 of 3) sorted by relevance
50 SkMiniPicture(const SkRect* cull, T* op) : fCull(cull ? *cull : bounds(*op)) { in SkMiniPicture()60 SkRect cullRect() const override { return fCull; } in cullRect()69 SkRect fCull; member in SkMiniPicture
586 SkRect* fCull; variable
3389 fCull = &fCullStorage; in SkDrawTextRSXformCommand()3391 fCull = nullptr; in SkDrawTextRSXformCommand()3400 canvas->drawTextRSXform(fText, fByteLength, fXform, fCull, fPaint); in execute()