/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_attraction_effect_filter_test.cpp | 254 float canvasHeight = 10.f; in HWTEST_F() local 255 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoint); in HWTEST_F() 276 float canvasHeight = 10.f; in HWTEST_F() local 277 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoint); in HWTEST_F() 283 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPointBelow); in HWTEST_F() 300 float canvasHeight = 10.f; in HWTEST_F() local 301 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoint); in HWTEST_F() 307 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPointBelow); in HWTEST_F() 324 float canvasHeight = 10.f; in HWTEST_F() local 325 firstEffectFilter.CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoin in HWTEST_F() 356 float canvasHeight = 10.f; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_attraction_effect_filter.cpp | 222 float canvasHeight, int size) in GetWindowInitCtrlPoints() 243 float heightOneThird = canvasHeight * third; in GetWindowInitCtrlPoints() 244 float heightTwoThirds = canvasHeight * twoThirds; in GetWindowInitCtrlPoints() 254 windowCtrlPoints[BOTTOM_RIGHT] = { canvasWidth, canvasHeight }; in GetWindowInitCtrlPoints() 255 windowCtrlPoints[BOTTOM_TWO_THIRDS] = { widthTwoThirds, canvasHeight }; in GetWindowInitCtrlPoints() 256 windowCtrlPoints[BOTTOM_ONE_THIRD] = { widthOneThird, canvasHeight }; in GetWindowInitCtrlPoints() 257 windowCtrlPoints[BOTTOM_LEFT] = { 0.0f, canvasHeight }; in GetWindowInitCtrlPoints() 376 void RSAttractionEffectFilter::CalculateWindowStatus(float canvasWidth, float canvasHeight, Vector2f destinationPoint) in CalculateWindowStatus() argument 379 canvasHeight_ = canvasHeight; in CalculateWindowStatus() 221 GetWindowInitCtrlPoints(Drawing::Point windowCtrlPoints[], float canvasWidth, float canvasHeight, int size) GetWindowInitCtrlPoints() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_attraction_effect_filter.h | 51 void CalculateWindowStatus(float canvasWidth, float canvasHeight, Vector2f destinationPoint); 52 void GetWindowInitCtrlPoints(Drawing::Point windowCtrlPoints[], float canvasWidth, float canvasHeight, int size);
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_render_engine_unit_test.cpp | 64 const int canvasHeight = 10;
in SetUpTestCase() local 65 drawingRecordingCanvas_ = std::make_shared<Drawing::RecordingCanvas>(canvasWidth, canvasHeight);
in SetUpTestCase() 194 const int canvasHeight = 10;
in HWTEST_F() local 195 drawingRecordingCanvas = std::make_shared<Drawing::RecordingCanvas>(canvasWidth, canvasHeight);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_render_engine_test.cpp | 64 const int canvasHeight = 10;
in SetUpTestCase() local 65 drawingRecordingCanvas_ = std::make_shared<Drawing::RecordingCanvas>(canvasWidth, canvasHeight);
in SetUpTestCase() 193 const int canvasHeight = 10;
in HWTEST_F() local 194 drawingRecordingCanvas = std::make_shared<Drawing::RecordingCanvas>(canvasWidth, canvasHeight);
in HWTEST_F()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.h | 208 int canvasHeight = 0;
member in OHOS::Media::Effect::RenderEnvironment
|
H A D | render_environment.cpp | 219 OH_NativeWindow_NativeWindowHandleOpt(window_, GET_BUFFER_GEOMETRY, &canvasHeight, &canvasWidth);
in UpdateCanvas() 220 param_->viewport_.Set(0, 0, canvasWidth, canvasHeight);
in UpdateCanvas()
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_player.cpp | 134 uint32_t canvasHeight = pngInfo->header.height; in GetApngAllFrames() local 147 bool sizeEqualsToCanvas = (frame.width == canvasWidth && frame.height == canvasHeight); in GetApngAllFrames() 201 height_ = canvasHeight; in GetApngAllFrames()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1578 float canvasHeight = properties.GetBoundsRect().GetHeight(); in DrawSpherize() local 1590 canvas.Scale(canvasWidth / imageWidth, canvasHeight / imageHeight); in DrawSpherize()
|
H A D | rs_properties.cpp | 2417 float canvasHeight = GetBoundsRect().GetHeight(); in CreateAttractionEffectFilter() local 2422 attractionEffectFilter->CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoint); in CreateAttractionEffectFilter()
|