Home
last modified time | relevance | path

Searched refs:cullRect (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dcanvas_test.cpp391 Rect cullRect(0, 0, 100, 100); variable
393 BlendMode::SRC, SamplingOptions(), &cullRect);
395 BlendMode::SRC, SamplingOptions(), &cullRect);
397 BlendMode::SRC, SamplingOptions(), &cullRect);
399 BlendMode::SRC, SamplingOptions(), &cullRect);
401 BlendMode::SRC, SamplingOptions(), &cullRect);
403 BlendMode::SRC, SamplingOptions(), &cullRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp286 int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect) in DrawAtlas() argument
299 if (cullRect) { in DrawAtlas()
300 rect = *cullRect; in DrawAtlas()
H A Ddraw_cmd.cpp955 …ngOptions_(handle->samplingOptions), hasCullRect_(handle->hasCullRect), cullRect_(handle->cullRect) in DrawAtlasOpItem()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp294 int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect) in DrawAtlas() argument
296 DRAW_API_WITH_PAINT(DrawAtlas, atlas, xform, tex, colors, count, mode, sampling, cullRect); in DrawAtlas()
H A Dcore_canvas.h427 int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h683 const SamplingOptions& samplingOptions, bool hasCullRect, const Rect& cullRect, in ConstructorHandle()
686 samplingOptions(samplingOptions), hasCullRect(hasCullRect), cullRect(cullRect), in ConstructorHandle()
696 Rect cullRect; member
702 …const SamplingOptions& samplingOptions, bool hasCullRect, const Rect& cullRect, const Paint& paint) in DrawAtlasOpItem() argument
704 samplingOptions_(samplingOptions), hasCullRect_(hasCullRect), cullRect_(cullRect), in DrawAtlasOpItem()
H A Drecording_canvas.h94 int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcore_canvas_impl.h120 …int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect, const Paint& pai…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.h112 …BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect, const Paint& paint) overrid…
H A Dskia_canvas.cpp667 …int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect, const Paint& pai… in DrawAtlas() argument
706 const SkRect* skCullRect = reinterpret_cast<const SkRect*>(cullRect); in DrawAtlas()
H A Dskia_canvas_autocache.cpp493 !RecordDrawArea(picture->cullRect(), tmpPaint, m)) { in onDrawPicture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp222 const Drawing::SamplingOptions& sampling, const Drawing::Rect* cullRect) in DrawAtlas() argument
225 canvas_->DrawAtlas(atlas, xform, tex, colors, count, mode, sampling, cullRect); in DrawAtlas()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp1324 Drawing::Rect cullRect = { 0.0f, 0.0f, 1.0f, 1.0f }; variable
1327 &atlas, &xform, &tex, &colors, 0, Drawing::BlendMode::CLEAR, samplingOptions, &cullRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp144 SkRect cullrect = fPages_[curFrameNum_].fPicture.get()->cullRect(); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h90 const Drawing::SamplingOptions& sampling, const Drawing::Rect* cullRect) override;