/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_rect_test.cpp | 91 * @tc.desc: test results of SetAll 98 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 192 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 214 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 228 rect1.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 229 rect2.SetAll(0.f, 0.f, 2.f, 2.f); in HWTEST_F() 242 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 256 rect1.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 257 rect2.SetAll(0.f, 0.f, 3.f, 3.f); in HWTEST_F() 271 rect1.SetAll( in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_uiextension_data_test.cpp | 59 secData[id][0].uiExtensionRectInfo.relativeCoords.SetAll(0, 0, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F() 64 rectInfo.relativeCoords.SetAll(0, 0, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F() 99 secData[id1][0].uiExtensionRectInfo.relativeCoords.SetAll(0, 0, 0, 0); in HWTEST_F() 106 secData[id2][0].uiExtensionRectInfo.relativeCoords.SetAll(0, 0, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F() 111 rectInfo.relativeCoords.SetAll(0, 0, DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 132 frameRect_.SetAll(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight()); in CanvasDrawImage() 188 tempRectF.SetAll(0.f, 0.f, imageParameter.srcW, imageParameter.srcH); in ApplyImageFitSwitch() 191 tempRectF.SetAll(0.f, 0.f, imageParameter.srcW, imageParameter.srcH); in ApplyImageFitSwitch() 194 tempRectF.SetAll((imageParameter.dstW - imageParameter.srcW) / CENTER_ALIGNED_FACTOR, 0.f, in ApplyImageFitSwitch() 198 tempRectF.SetAll(imageParameter.dstW - imageParameter.srcW, 0.f, imageParameter.srcW, imageParameter.srcH); in ApplyImageFitSwitch() 201 tempRectF.SetAll(0.f, (imageParameter.dstH - imageParameter.srcH) / CENTER_ALIGNED_FACTOR, in ApplyImageFitSwitch() 205 tempRectF.SetAll((imageParameter.dstW - imageParameter.srcW) / CENTER_ALIGNED_FACTOR, in ApplyImageFitSwitch() 210 tempRectF.SetAll(imageParameter.dstW - imageParameter.srcW, in ApplyImageFitSwitch() 215 tempRectF.SetAll(0.f, imageParameter.dstH - imageParameter.srcH, imageParameter.srcW, imageParameter.srcH); in ApplyImageFitSwitch() 218 tempRectF.SetAll((imageParamete in ApplyImageFitSwitch() [all...] |
H A D | rs_image_base.cpp | 139 srcRect_.SetAll(0.0, 0.0, image_->GetWidth(), image_->GetHeight());
in SetImage() 163 srcRect_.SetAll(0.0, 0.0, pixelMap_->GetWidth(), pixelMap_->GetHeight());
in SetPixelMap()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_rect.h | 98 void SetAll(T left, T top, T width, T height) in SetAll() function in OHOS::Rosen::RectT 357 rrect.rect_.SetAll(rect_.GetLeft() - other.rect_.GetLeft(), rect_.GetTop() - other.rect_.GetTop(), in operator -() 369 rrect.rect_.SetAll(rect_.GetLeft() + other.rect_.GetLeft(), rect_.GetTop() + other.rect_.GetTop(), in operator +() 384 rrect.rect_.SetAll(rect_.GetLeft() / scale, rect_.GetTop() / scale, in operator /() 396 rrect.rect_.SetAll(rect_.GetLeft() * scale, rect_.GetTop() * scale, in operator *() 407 rect_.SetAll(rect_.GetLeft() - other.rect_.GetLeft(), rect_.GetTop() - other.rect_.GetTop(), in operator -=() 418 rect_.SetAll(rect_.GetLeft() + other.rect_.GetLeft(), rect_.GetTop() + other.rect_.GetTop(), in operator +=() 429 rect_.SetAll(rect_.GetLeft() * scale, rect_.GetTop() * scale, in operator *=()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 61 void SetAll(napi_env env, napi_callback_info info, InputAction input, ExecuteAction exec, OutputAction output);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | matrix.cpp | 205 void Matrix::SetAll(Buffer& buffer) in SetAll() function in OHOS::Rosen::Drawing::Matrix 207 matrixImplPtr->SetAll(buffer); in SetAll()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_uiextension_data.cpp | 39 rectInfo.relativeCoords.SetAll(parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadInt32(), parcel.ReadInt32()); in UnmarshallingRectInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | matrix.h | 255 void SetAll(Buffer& buffer);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | matrix_impl.h | 78 virtual void SetAll(std::array<scalar, MATRIX_SIZE>& buffer) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix.h | 79 void SetAll(std::array<scalar, MatrixImpl::MATRIX_SIZE>& buffer) override;
|
H A D | skia_matrix.cpp | 244 void SkiaMatrix::SetAll(std::array<scalar, MatrixImpl::MATRIX_SIZE>& buffer) in SetAll() function in OHOS::Rosen::Drawing::SkiaMatrix
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_filter_cache_manager_test.cpp | 143 rsFilterCacheManager->snapshotRegion_.SetAll(5, 5, 10, 10); in HWTEST_F() 144 dirtyManager.currentFrameDirtyRegion_.SetAll(0, 0, 10, 10); in HWTEST_F()
|
H A D | rs_properties_painter_test.cpp | 254 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 273 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 292 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 380 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 400 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F() 420 rect.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_spring_model_test.cpp | 363 rect1.SetAll(0.f, 0.f, 0.f, 0.f); in HWTEST_F() 365 rect2.SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 154 matrix.SetAll(buffer); in MatrixFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/ |
H A D | rs_magic_pointer_render_manager.cpp | 231 pRect.SetAll(rect.x, rect.y, rect.w, rect.h); 253 pRect.SetAll(left, top, rangeSize_, rangeSize_);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_async_call.cpp | 71 void ContextBase::SetAll(
in SetAll() function in OHOS::RelationalStoreJsKit::ContextBase
|
H A D | napi_rdb_store.cpp | 1521 context->SetAll(env, info, input, exec, output); in CloudSync()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 255 dirtyRect.SetAll(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight()); in DrawDirtyRectForDFX()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 2714 void SetAll(CORE_NS::Entity target, CORE_NS::Entity material, BASE_NS::vector<CORE_NS::Entity>& ret, in SetAll() function 2751 SetAll(mesh, material, ret, meshComponentManager_); in SetOverrideMaterialMultimeshArray() 2761 SetAll(mesh, material, ret, meshComponentManager_); in SetOverrideMaterialMultimeshArray()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1445 matrix_.SetAll(handle->matrixBuffer); in DrawRecordCmdOpItem() 2141 matrix_.SetAll(handle->matrixBuffer); in SetMatrixOpItem() 2199 matrix_.SetAll(handle->matrixBuffer); in ConcatMatrixOpItem()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 1306 rect->SetAll(0, 0, (std::numeric_limits<uint16_t>::max() + 1),
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 2322 drawRegion.SetAll(drawRegion.left_ - 1, drawRegion.top_ - 1, in GetDirtyRect() 2346 drawRegion.SetAll(drawRegion.left_ - 1, drawRegion.top_ - 1, in GetDirtyRect()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 6577 rect->SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F()
|