Home
last modified time | relevance | path

Searched refs:hasCullRect_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp955 …samplingOptions_(handle->samplingOptions), hasCullRect_(handle->hasCullRect), cullRect_(handle->cu… in DrawAtlasOpItem()
983 hasCullRect_, cullRect_, paintHandle); in Marshalling()
993 Rect* rectPtr = hasCullRect_ ? &cullRect_ : nullptr; in Playback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h704 samplingOptions_(samplingOptions), hasCullRect_(hasCullRect), cullRect_(cullRect), in DrawAtlasOpItem()
718 bool hasCullRect_; variable