Home
last modified time | relevance | path

Searched refs:SetAll (Results 1 - 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_rect_test.cpp91 * @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 Drs_uiextension_data_test.cpp59 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 Drs_image.cpp132 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 Drs_image_base.cpp139 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 Drs_rect.h98 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 Dnapi_async_call.h61 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 Dmatrix.cpp205 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 Drs_uiextension_data.cpp39 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 Dmatrix.h255 void SetAll(Buffer& buffer);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dmatrix_impl.h78 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 Dskia_matrix.h79 void SetAll(std::array<scalar, MatrixImpl::MATRIX_SIZE>& buffer) override;
H A Dskia_matrix.cpp244 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 Drs_filter_cache_manager_test.cpp143 rsFilterCacheManager->snapshotRegion_.SetAll(5, 5, 10, 10); in HWTEST_F()
144 dirtyManager.currentFrameDirtyRegion_.SetAll(0, 0, 10, 10); in HWTEST_F()
H A Drs_properties_painter_test.cpp254 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 Drs_spring_model_test.cpp363 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 Dmatrix_fuzzer.cpp154 matrix.SetAll(buffer); in MatrixFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager.cpp231 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 Dnapi_async_call.cpp71 void ContextBase::SetAll( in SetAll() function in OHOS::RelationalStoreJsKit::ContextBase
H A Dnapi_rdb_store.cpp1521 context->SetAll(env, info, input, exec, output); in CloudSync()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp255 dirtyRect.SetAll(rect.GetLeft(), rect.GetTop(), rect.GetWidth(), rect.GetHeight()); in DrawDirtyRectForDFX()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2714 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 Ddraw_cmd.cpp1445 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 Drs_render_node_test2.cpp1306 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 Drs_properties.cpp2322 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 Drs_node_test.cpp6577 rect->SetAll(1.f, 1.f, 1.f, 1.f); in HWTEST_F()

Completed in 43 milliseconds