/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gerender_fuzzer/ |
H A D | ge_render_fuzzer.cpp | 48 float fHeight = GETest::GetPlainData<float>(); in GERenderFuzzTest001() local 49 Drawing::Rect src{fLeft, fTop, fWidth, fHeight}; in GERenderFuzzTest001() 74 float fHeight = GETest::GetPlainData<float>(); in GERenderFuzzTest002() local 75 Drawing::Rect src{fLeft, fTop, fWidth, fHeight}; in GERenderFuzzTest002()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_offscreen_canvas.cpp | 143 double fHeight = 0.0; in Constructor() local 157 if (napi_get_value_double(env, argv[1], &fHeight) == napi_ok) { in Constructor() 158 fHeight *= density; in Constructor() 159 workCanvas->SetHeight(fHeight); in Constructor() 162 static_cast<int32_t>(fWidth), static_cast<int32_t>(fHeight)); in Constructor() 249 double fHeight = GetHeight(); in OnGetHeight() local 251 fHeight /= density; in OnGetHeight() 253 napi_create_double(env, fHeight, &height); in OnGetHeight()
|
H A D | js_canvas_renderer.cpp | 621 double fHeight = 0.0; in JsCreateImageData() local 626 info.GetDoubleArg(1, fHeight); in JsCreateImageData() 628 fHeight *= density; in JsCreateImageData() 634 JSViewAbstract::ParseJsDouble(heightValue, fHeight); in JsCreateImageData() 637 uint32_t finalHeight = static_cast<uint32_t>(std::abs(fHeight + DIFF)); in JsCreateImageData()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_motion_blur.cpp | 224 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in Execute() local 225 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, {} }; in Execute() 262 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in ExecuteTileVelocity() local 263 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, {} }; in ExecuteTileVelocity()
|
H A D | render_copy.cpp | 147 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in Execute() local 148 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in Execute()
|
H A D | render_node_back_buffer.cpp | 53 const float fHeight = static_cast<float>(dstImageDesc.height); in FillPushConstant() local 56 pushData.texSizeInvTexSize[1u] = fHeight; in FillPushConstant() 58 pushData.texSizeInvTexSize[3u] = 1.0f / fHeight; in FillPushConstant()
|
H A D | render_node_single_post_process.cpp | 350 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in ExecuteSinglePostProcess() local 351 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess() 367 const float fHeight = static_cast<float>(targetSize.y); in ExecuteSinglePostProcess() local 368 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_mip_chain_post_process.cpp | 358 const float fHeight = static_cast<float>(height); in RenderGraphics() local 395 cmdList.SetDynamicStateViewport(ViewportDesc { 0.0f, 0.0f, fWidth, fHeight, 0.0f, 0.0f }); in RenderGraphics() 410 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in RenderGraphics()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | skia_image_data.cpp | 106 imageSize.SetSizeT(SizeF(codec->dimensions().fHeight, codec->dimensions().fWidth)); in Parse() 109 imageSize.SetSizeT(SizeF(codec->dimensions().fWidth, codec->dimensions().fHeight)); in Parse()
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 205 auto fHeight = static_cast<float>(height); in OnSizeChange() local 206 if ((buffer[0] == fWidth) && (buffer[1] == fHeight)) { in OnSizeChange() 210 WIDGET_LOGD("update custom shader resolution %f X %f", fWidth, fHeight); in OnSizeChange() 212 resolutionBuffer_.Update(fHeight, 1U); in OnSizeChange()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/ |
H A D | drawing_image_data.cpp | 152 imageSize.SetSizeT(SizeF(codec->dimensions().fHeight, codec->dimensions().fWidth)); in Parse() 155 imageSize.SetSizeT(SizeF(codec->dimensions().fWidth, codec->dimensions().fHeight)); in Parse()
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
H A D | paragraph_builder_test.cpp | 64 EXPECT_EQ(peekStyle.fHeight, style.height); in HWTEST_F() 124 EXPECT_EQ(builder->fPlaceholders[0].fStyle.fHeight, placeholderRunDefault.height); in HWTEST_F() 126 EXPECT_EQ(builder->fPlaceholders[1].fStyle.fHeight, placeholderRun.height); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_shadows_blur.cpp | 183 const float fHeight = static_cast<float>(tempImage.height); in ProcessSingleShadow() local 184 const Math::Vec4 texSizeInvTexSize = { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }; in ProcessSingleShadow() 186 const ViewportDesc viewport { 0.0f, 0.0f, fWidth, fHeight, 0.0f, 1.0f }; in ProcessSingleShadow()
|
H A D | render_node_camera_single_post_process.cpp | 359 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in ExecuteSinglePostProcess() local 360 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess() 376 const float fHeight = static_cast<float>(targetSize.y); in ExecuteSinglePostProcess() local 377 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_camera_cubemap.cpp | 296 const float fHeight = static_cast<float>(currSize.y); in ExecuteSinglePostProcess() local 297 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_default_material_deferred_shading.cpp | 213 const float fHeight = static_cast<float>(renderPass_.renderPassDesc.renderArea.extentHeight); in RenderData() local 214 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in RenderData()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 559 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in ExecuteCombine() local 560 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, {} }; in ExecuteCombine() 669 const float fHeight = static_cast<float>(renderPass.renderPassDesc.renderArea.extentHeight); in ExecuteTAA() local 670 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteTAA() 748 const float fHeight = static_cast<float>(rp.renderPassDesc.renderArea.extentHeight); in ExecuteDofBlur() local 749 const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, {} }; in ExecuteDofBlur() 811 const float fHeight in ExecuteDof() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.cpp | 266 return lines[lineNumber].fHeight; in GetLineHeight() 342 lineMetrics->height = sklineMetrics.fHeight; in GetLineInfo() 379 line.height = skLineMetrics.fHeight; in GetLineMetrics()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | canvas_renderer.h | 102 std::unique_ptr<ImageData> GetImageData(double fLeft, double fTop, double fWidth, double fHeight);
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.cpp | 125 imageSize.SetSize(Size(codec->dimensions().fHeight, codec->dimensions().fWidth)); in BuildImageObject() 128 imageSize.SetSize(Size(codec->dimensions().fWidth, codec->dimensions().fHeight)); in BuildImageObject()
|
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/ |
H A D | skia_impl.cpp | 168 imageSize.fHeight = buffer->GetHeight(); in CreateYUVPixmap() 169 if (imageSize.fHeight <= 0) { in CreateYUVPixmap()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/ |
H A D | render_node_scene_util.cpp | 89 const float fHeight = static_cast<float>(renderArea.extentHeight); in UpdateRenderArea() local 92 const float offsetY = (fHeight * scissor.y); in UpdateRenderArea() 94 const float extentHeight = (fHeight * scissor.w); in UpdateRenderArea()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 309 float fHeight = GetData<float>(); in RSPropertiesPainterFuzzTest() local 310 RectF rect(fLeft, fTop, fWidth, fHeight); in RSPropertiesPainterFuzzTest()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_canvas_ffi.h | 177 int64_t contextId, double fLeft, double fTop, double fWidth, double fHeight);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.cpp | 136 placeholderStyle.fHeight = run.height; in AddPlaceholder()
|