| /foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
| H A D | image_type.h | 145 int32_t height = 0; member 150 int32_t height = 0; member
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| H A D | render_context_sample.cpp | 169 SurfaceError RenderContextSample::ProduceBackGroundBuffer(uint32_t width, uint32_t height) in ProduceBackGroundBuffer() argument 220 SurfaceError RenderContextSample::ProduceDrawingBuffer(uint32_t width, uint32_t height) in ProduceDrawingBuffer() argument [all...] |
| H A D | drawing_sample_canvaskit0310.cpp | 113 void HelloDrawing::TestDrawPathPro(Canvas &canvas, uint32_t width, uint32_t height) in TestDrawPathPro() argument 156 void HelloDrawing::TestDrawImage(Canvas& canvas, uint32_t width, uint32_t height) in TestDrawImage() argument 187 DoDrawData(void *image, uint32_t width, uint32_t height) DoDrawData() argument 206 DoDrawBaseData(void *image, uint32_t width, uint32_t height, uint32_t index) DoDrawBaseData() argument 227 ProduceBuffer(sptr<Surface> &produceSurface, uint32_t width, uint32_t height, uint32_t index, bool baseLayer) ProduceBuffer() argument 430 Init(uint32_t width, uint32_t height, HdiBackend* backend) Init() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_uni_render_util_test.cpp | 499 int height = 200; in HWTEST_F() local 519 int height = 200; in HWTEST_F() local 2046 const double height = 100; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_kawase_blur_shader_filter.cpp | 51 int height;
member 183 auto height = std::max(static_cast<int>(std::ceil(dst.GetHeight())), input->GetHeight());
in ProcessImage() local 245 SetBlurBuilderParam(Drawing::RuntimeShaderBuilder& blurBuilder, const float offsetXY, const Drawing::ImageInfo& scaledInfo, const int width, const int height) SetBlurBuilderParam() argument 272 int height = input->GetHeight(); BuildMatrix() local 430 auto height = image->GetHeight(); OutputOriginalImage() local [all...] |
| H A D | ge_mesa_blur_shader_filter.cpp | 429 auto height = std::max(static_cast<int>(std::ceil(dst.GetHeight())), input->GetHeight()); in ProcessImage() local 481 int height = input->GetHeight(); in BuildMatrix() local 388 DownSampling(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& input, const Drawing::Rect& src, const Drawing::ImageInfo& scaledInfo, int& width, int& height, const Drawing::SamplingOptions& linear, const NewBlurParams& blur) const DownSampling() argument 493 int height = middleInfo.GetHeight(); BuildMiddleMatrix() local 676 auto height = image->GetHeight(); OutputImageWithoutBlur() local 780 CalculatePixelStretch(int width, int height) CalculatePixelStretch() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_render_service_connection.cpp | 518 CreateVirtualScreen( const std::string &name, uint32_t width, uint32_t height, sptr<Surface> surface, ScreenId mirrorId, int32_t flags, std::vector<NodeId> whiteList) CreateVirtualScreen() argument [all...] |
| H A D | rs_vsync_rate_reduce_manager.cpp | 154 int height = static_cast<int>(std::round(appAbsRect.height_ * screenInfo.GetRogHeightRatio())); in CollectSurfaceVsyncInfo() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_canvas_drawing_render_node_drawable.cpp | 285 bool RSCanvasDrawingRenderNodeDrawable::InitSurface(int width, int height, RSPaintFilterCanvas& canvas) in InitSurface() argument 299 InitSurfaceForGL(int width, int height, RSPaintFilterCanvas& canvas) InitSurfaceForGL() argument 318 InitSurfaceForVK(int width, int height, RSPaintFilterCanvas& canvas) InitSurfaceForVK() argument 337 FlushForGL(float width, float height, std::shared_ptr<RSContext> context, NodeId nodeId, RSPaintFilterCanvas& rscanvas) FlushForGL() argument 383 FlushForVK(float width, float height, std::shared_ptr<RSContext> context, NodeId nodeId, RSPaintFilterCanvas& rscanvas) FlushForVK() argument 398 Flush(float width, float height, std::shared_ptr<RSContext> context, NodeId nodeId, RSPaintFilterCanvas& rscanvas) Flush() argument 641 ResetSurfaceForVK(int width, int height, RSPaintFilterCanvas& canvas) ResetSurfaceForVK() argument 713 ResetSurfaceForGL(int width, int height, RSPaintFilterCanvas& canvas) ResetSurfaceForGL() argument 771 GpuContextResetGL( int width, int height, std::shared_ptr<Drawing::GPUContext>& gpuContext) GpuContextResetGL() argument 793 GpuContextResetVk( int width, int height, std::shared_ptr<Drawing::GPUContext>& gpuContext) GpuContextResetVk() argument 846 ResetSurfaceforPlayback(int width, int height) ResetSurfaceforPlayback() argument 904 ReuseBackendTexture(int width, int height, RSPaintFilterCanvas& canvas) ReuseBackendTexture() argument 958 ResetSurfaceWithTexture(int width, int height, RSPaintFilterCanvas& canvas) ResetSurfaceWithTexture() argument [all...] |
| H A D | rs_render_node_drawable.cpp | 499 int32_t height = 0; in InitCachedSurface() local 548 auto height = static_cast<int32_t>(newSize.y_); in NeedInitCachedSurface() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
| H A D | rs_render_thread_visitor.cpp | 492 auto height = curDirtyManager_->GetCurrentFrameDirtyRegion().GetHeight(); in ProcessRootRenderNode() local 950 auto height = std::floor(node.GetRenderProperties().GetBoundsHeight() - (2 * pixel)); // height decrease 2 pixels in ClipHoleForSurfaceNode() local 1005 auto height = std::floor(node.GetRenderProperties().GetBoundsHeight() - (2 * pixel)); // height decrease 2 pixels ProcessTextureSurfaceRenderNode() local 1033 auto height = std::floor(node.GetRenderProperties().GetBoundsHeight() - (2 * pixel)); // height decrease 2 pixels ProcessOtherSurfaceRenderNode() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
| H A D | draw_cmd_test.cpp | 164 int32_t height = 100; in HWTEST_F() local 202 int32_t height = 100; in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
| H A D | native_image_test.cpp | 373 int32_t height = 0x100; in HWTEST_F() local 1097 int32_t height = 0x100; in HWTEST_F() local 1151 int32_t height = 0x100; in HWTEST_F() local 1224 int32_t height = 0x100; in HWTEST_F() local 1292 int32_t height = 0x100; HWTEST_F() local 1383 int32_t height = 100; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_image.cpp | 191 bool SkiaImage::BuildFromCompressed(GPUContext& gpuContext, const std::shared_ptr<Data>& data, int width, int height, in BuildFromCompressed() argument 590 int32_t height = pixmap.height(); in Serialize() local 640 int32_t height = reader.read32(); in Deserialize() local
|
| H A D | skia_surface.cpp | 319 std::shared_ptr<Surface> SkiaSurface::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() argument
|
| H A D | skia_static_factory.cpp | 124 std::shared_ptr<Surface> SkiaStaticFactory::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
| H A D | static_factory.cpp | 196 std::shared_ptr<Surface> StaticFactory::MakeRasterN32Premul(int32_t width, int32_t height) in MakeRasterN32Premul() argument
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
| H A D | rsmarshallinghelper_fuzzer.cpp | 249 int32_t height = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper004() local 296 int32_t height = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper006() local 326 int height = GetData<int>() % MAX_ARRAY_SIZE; in DoMarshallingHelper007() local 357 int32_t height = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper008() local 466 int32_t height = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper012() local [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | auxiliary_picture_napi.cpp | 232 static bool ParseSize(napi_env env, napi_value root, int32_t& width, int32_t& height) in ParseSize() argument
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
| H A D | image_codec.h | 99 uint32_t height; member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | plugin_texture_encode_test.cpp | 61 int32_t height;
member 95 static std::unique_ptr<PixelMap> ConstructPixmap(int32_t width, int32_t height)
in ConstructPixmap() argument 474 FillEncodeOptions(TextureEncodeOptions ¶m, int32_t width, int32_t height, uint8_t block, QualityProfile privateProfile) FillEncodeOptions() argument 643 CreateAstcEncTestPara(int32_t width, int32_t height, uint8_t block, size_t frames, bool isBasedOnGpu) CreateAstcEncTestPara() argument [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/ |
| H A D | image_source_native.cpp | 66 int32_t height; member 267 OH_ImageSourceInfo_GetHeight(OH_ImageSource_Info *info, uint32_t *height) OH_ImageSourceInfo_GetHeight() argument [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
| H A D | image_compressor.cpp | 1538 AstcClFillImage(ClAstcImageOption *imageIn, uint8_t *data, int32_t stride, int32_t width, int32_t height) AstcClFillImage() argument 1620 int32_t height = imageIn->height; ClCreateBufferAndImage() local 1652 ClKernelArgSet(ClAstcHandle *clAstcHandle, ClAstcObjEnc *encObj, int width, int height) ClKernelArgSet() argument 1683 ClKernelArgSetAndRun(ClAstcHandle *clAstcHandle, ClAstcObjEnc *encObj, int width, int height) ClKernelArgSetAndRun() argument [all...] |
| /foundation/multimedia/camera_lite/test/unittest/ |
| H A D | camera_lite_test.cpp | 153 int32_t height = 1080; in SampleCreateRecorder() local 391 int height = 480; in StartPreview() local
|
| /foundation/multimedia/image_effect/frameworks/native/render_environment/ |
| H A D | render_environment.cpp | 136 RenderTexturePtr RenderEnvironment::RequestBuffer(int width, int height)
in RequestBuffer() argument 151 int height = static_cast<int>(info->height_);
in GenMainTex() local 189 int height = static_cast<int>(info->height_);
in ConvertBufferToTexture() local 227 int height = static_cast<int>(source->bufferInfo_->height_);
in DrawBufferToTexture() local 251 uint32_t height in ConvertFromYUVToRGB() local 288 uint32_t height = input->Height(); ConvertFromRGBToYUV() local 410 int height = static_cast<int>(source->bufferInfo_->height_); ConvertYUV2RGBA() local 437 int height = static_cast<int>(source->bufferInfo_->height_); ConvertRGBA2YUV() local 460 ReadPixelsFromTex(RenderTexturePtr tex, void *data, int width, int height, int stride) ReadPixelsFromTex() argument 471 GenTextureWithPixels(void *data, int width, int height, int stride) GenTextureWithPixels() argument [all...] |