Home
last modified time | relevance | path

Searched refs:fCull (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkMiniRecorder.cpp50 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
/external/skia/tools/debugger/
DSkDrawCommand.h586 SkRect* fCull; variable
DSkDrawCommand.cpp3389 fCull = &fCullStorage; in SkDrawTextRSXformCommand()
3391 fCull = nullptr; in SkDrawTextRSXformCommand()
3400 canvas->drawTextRSXform(fText, fByteLength, fXform, fCull, fPaint); in execute()