Home
last modified time | relevance | path

Searched refs:GetOpItemSize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp39 ACE_SCOPED_TRACE("CanvasModifier::onDraw Op count: %zu.", drawCmdList->GetOpItemSize()); in onDraw()
44 drawCmdList->GetOpItemSize()); in onDraw()
55 dumpInfo.opItemSize = drawCmdList->GetOpItemSize(); in onDraw()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_draw_cmd_list.h54 size_t GetOpItemSize() const in GetOpItemSize() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h118 size_t GetOpItemSize() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp481 if (cmd->GetOpItemSize() > DRAWCMDLIST_OPSIZE_COUNT_LIMIT) { in AddDirtyType()
483 " Add DrawOpSize [%{public}zu]", GetId(), cmd->GetOpItemSize()); in AddDirtyType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp215 opCount += drawCmdList->GetOpItemSize(); in ReportTransactionDataStatistics()
H A Drs_uni_ui_capture.cpp88 …SUniUICapture::TakeLocalCapture: drawCallList size is %{public}zu", drawCallList->GetOpItemSize()); in TakeLocalCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp135 …if (recording->GetOpItemSize() > LONGTEXT_WATER_LINE && recording->CountTextBlobNum() > LONGTEXT_W… in MakePiexlMapDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp700 EXPECT_TRUE(drawCmdList->GetOpItemSize() >= 0);
709 EXPECT_TRUE(drawCmdList2->GetOpItemSize() >= 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp508 std::cout << "The size of Ops is " << dcl_->GetOpItemSize() << std::endl; in LoadDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp140 size_t DrawCmdList::GetOpItemSize() const in GetOpItemSize() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp922 if (propertyValue && propertyValue->GetOpItemSize() > 0) { in PerfTreeFlatten()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1567 auto opItemSize = val->GetOpItemSize(); in Marshalling()