Home
last modified time | relevance | path

Searched defs:nodeSize (Results 1 – 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
Dappearance_shadow_test.cpp45 int nodeSize = 400; in GRAPHIC_TEST() local
65 int nodeSize = 400; in GRAPHIC_TEST() local
104 int nodeSize = 400; in GRAPHIC_TEST() local
150 int nodeSize = 400; in GRAPHIC_TEST() local
201 int nodeSize = 400; in GRAPHIC_TEST() local
225 int nodeSize = 400; in GRAPHIC_TEST() local
267 int nodeSize = 400; in GRAPHIC_TEST() local
352 int nodeSize = 400; in GRAPHIC_TEST() local
382 const int nodeSize = 400; in GRAPHIC_TEST() local
422 int nodeSize = 400; in GRAPHIC_TEST() local
[all …]
Dappearance_border_radius_test.cpp61 const int nodeSize = 400; in GRAPHIC_TEST() local
109 const int nodeSize = 500; in GRAPHIC_TEST() local
146 const int nodeSize = 500; in GRAPHIC_TEST() local
182 const int nodeSize = 500; in GRAPHIC_TEST() local
234 const int nodeSize = 500; in GRAPHIC_TEST() local
287 const int nodeSize = 500; in GRAPHIC_TEST() local
Dappearance_g2cornerradius_test.cpp203 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
227 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
251 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
274 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
298 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
322 int nodeSize = sizeX < sizeY ? sizeX - 10 : sizeY - 10; in GRAPHIC_TEST() local
Dappearance_border_test.cpp74 const int nodeSize = 400; in GRAPHIC_TEST() local
122 const int nodeSize = 500; in GRAPHIC_TEST() local
156 const int nodeSize = 500; in GRAPHIC_TEST() local
185 const int nodeSize = 500; in GRAPHIC_TEST() local
201 const int nodeSize = 500; in GRAPHIC_TEST() local
217 const int nodeSize = 500; in GRAPHIC_TEST() local
233 const int nodeSize = 500; in GRAPHIC_TEST() local
249 const int nodeSize = 500; in GRAPHIC_TEST() local
265 const int nodeSize = 500; in GRAPHIC_TEST() local
281 const int nodeSize = 500; in GRAPHIC_TEST() local
[all …]
Dgeom_skew_test.cpp322 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
344 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
366 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
469 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
492 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
514 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
Dappearance_outlineborder_radius_test.cpp59 const int nodeSize = 400; in GRAPHIC_TEST() local
110 const int nodeSize = 400; in GRAPHIC_TEST() local
151 const int nodeSize = 400; in GRAPHIC_TEST() local
195 const int nodeSize = 500; in GRAPHIC_TEST() local
Dgeom_scale_test.cpp318 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
340 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
418 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
440 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
Dgeom_persp_test.cpp492 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
513 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
534 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
556 int nodeSize[2] = { screenWidth / col, screenHeight / row }; in GRAPHIC_TEST() local
Dgeom_pivotandrotation_test.cpp103 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
123 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
Dappearance_clip_test.cpp54 const int nodeSize = 400; in GRAPHIC_TEST() local
99 const int nodeSize = 400; in GRAPHIC_TEST() local
Dgeom_translation_test.cpp244 int nodeSize[2] = {screenWidth / col, screenHeight / row}; in GRAPHIC_TEST() local
Dappearance_alpha_test.cpp445 const int nodeSize = 400; in GRAPHIC_TEST() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/collaboration_edit/src/
Ddb_store.cpp144 int DBStore::GetRelativePos(const char *tableName, const char *nodeSize, uint32_t pos, std::string … in GetRelativePos()
157 int DBStore::GetAbsolutePos(const char *tableName, const char *relPos, const char *nodeSize, uint32… in GetAbsolutePos()
Drd_utils.cpp95 GRD_DB *db, const char *tableName, const char *nodeSize, uint32_t pos, char **relPos) in RdGetRelativePos()
107 GRD_DB *db, const char *tableName, const char *relPos, const char *nodeSize, uint32_t *pos) in RdGetAbsolutePos()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dsimple_spring_adapter.cpp50 int32_t nodeSize = static_cast<int32_t>(nodes_.size()); in DumpNodes() local
Dbilateral_spring_adapter.cpp28 int32_t nodeSize = static_cast<int32_t>(nodes_.size()); in ResetControl() local
/foundation/communication/dsoftbus/interfaces/kits/lnn/
Dlnn_map_struct.h42 uint32_t nodeSize; /* Map node count */ member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_utils.cpp55 auto nodeSize = geoNode->GetFrameSize(); in OutOfTopOrLeftBoundary() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp71 size_t nodeSize = model.nodes.size(); in GetSupportedOperation() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
Dnnrt_device_service.cpp71 size_t nodeSize = model.nodes.size(); in GetSupportedOperation() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
Drender_grid.cpp507 Size nodeSize = node->GetLayoutSize(); in IsChildVisible() local