Searched refs:fSize (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | skbug_8955.cpp | 43 float fSize = 50.f; in OnTestFunction() local 44 OH_Drawing_FontSetTextSize(font, fSize); in OnTestFunction()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_blur.cpp | 366 const Math::Vec2 fSize = { static_cast<float>(size.x), static_cast<float>(size.y) }; in RenderGaussian() local 367 …const Math::Vec4 texSizeInvTexSize { fSize.x * 1.0f, fSize.y * 1.0f, 1.0f / fSize.x, 1.0f / fSize.… in RenderGaussian() 373 cmdList.SetDynamicStateViewport({ 0.0f, 0.0f, fSize.x, fSize.y, 0.0f, 1.0f }); in RenderGaussian()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/ |
H A D | font_fuzzer.cpp | 43 scalar fSize = GetObject<scalar>(); in FontFuzzTest001() local 46 Font font = Font(typeface, fSize, scaleX, skewX); in FontFuzzTest001() 83 scalar fSize = GetObject<scalar>(); in FontFuzzTest002() local 84 font.SetSize(fSize); in FontFuzzTest002()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_pattern.cpp | 186 auto fSize = shaderInputBuffer->FloatSize(); in ShaderInputBufferToStr() local 187 auto buffer = shaderInputBuffer->Map(fSize); in ShaderInputBufferToStr() 192 for (auto i = 0u; i < fSize; i++) { in ShaderInputBufferToStr()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_texture_info.cpp | 41 alloc.fSize = vkInfo->vkAlloc.size; in ConvertToGrBackendVKTexture() 89 vkInfo->vkAlloc.size = vkImageInfo.fAlloc.fSize; in ConvertToVKTexture()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/ |
H A D | lume_custom_render.cpp | 263 auto fSize = shaderInputBuffer->FloatSize(); in UpdateShaderInputBuffer() local 271 const float* buffer = shaderInputBuffer->Map(fSize); in UpdateShaderInputBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 868 off_t fSize = lseek(fd, 0, SEEK_END); variable 870 auto filePtr = ImageSource::CreateImageSource(fd, 0, fSize, opts, errorCode); 900 off_t fSize = lseek(fd, 0, SEEK_END); variable 903 auto filePtr = ImageSource::CreateImageSource(fd, offset, fSize, opts, errorCode); 918 const int fSize = 100; variable 919 auto filePtr = ImageSource::CreateImageSource(fd, 0, fSize, opts, errorCode);
|