Home
last modified time | relevance | path

Searched refs:canvasHeight (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_attraction_effect_filter_test.cpp254 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 Drs_attraction_effect_filter.cpp222 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 Drs_attraction_effect_filter.h51 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 Drs_render_engine_unit_test.cpp64 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 Drs_render_engine_test.cpp64 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 Drender_environment.h208 int canvasHeight = 0; member in OHOS::Media::Effect::RenderEnvironment
H A Drender_environment.cpp219 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 Dapng_image_player.cpp134 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 Drs_properties_painter.cpp1578 float canvasHeight = properties.GetBoundsRect().GetHeight(); in DrawSpherize() local
1590 canvas.Scale(canvasWidth / imageWidth, canvasHeight / imageHeight); in DrawSpherize()
H A Drs_properties.cpp2417 float canvasHeight = GetBoundsRect().GetHeight(); in CreateAttractionEffectFilter() local
2422 attractionEffectFilter->CalculateWindowStatus(canvasWidth, canvasHeight, destinationPoint); in CreateAttractionEffectFilter()

Completed in 18 milliseconds