/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | canvas_test.cpp | 391 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 D | recording_canvas.cpp | 286 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 D | draw_cmd.cpp | 955 …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 D | core_canvas.cpp | 294 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 D | core_canvas.h | 427 int count, BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 683 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 D | recording_canvas.h | 94 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 D | core_canvas_impl.h | 120 …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 D | skia_canvas.h | 112 …BlendMode mode, const SamplingOptions& sampling, const Rect* cullRect, const Paint& paint) overrid…
|
H A D | skia_canvas.cpp | 667 …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 D | skia_canvas_autocache.cpp | 493 !RecordDrawArea(picture->cullRect(), tmpPaint, m)) { in onDrawPicture()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 222 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 D | rs_paint_filter_canvas_test.cpp | 1324 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 D | drawing_playback.cpp | 144 SkRect cullrect = fPages_[curFrameNum_].fPicture.get()->cullRect(); in Draw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 90 const Drawing::SamplingOptions& sampling, const Drawing::Rect* cullRect) override;
|