| /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 | 498 int32_t width = 0; in InitCachedSurface() local 547 auto width = static_cast<int32_t>(newSize.x_); in NeedInitCachedSurface() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
| H A D | rs_render_thread_visitor.cpp | 491 auto width = curDirtyManager_->GetCurrentFrameDirtyRegion().GetWidth(); in ProcessRootRenderNode() local 949 auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decrease 2 pixels in ClipHoleForSurfaceNode() local 1004 auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decrease 2 pixels ProcessTextureSurfaceRenderNode() local 1032 auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decrease 2 pixels ProcessOtherSurfaceRenderNode() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
| H A D | draw_cmd_test.cpp | 163 int32_t width = 100; in HWTEST_F() local 201 int32_t width = 100; in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
| H A D | native_image_test.cpp | 372 int32_t width = 0x100; in HWTEST_F() local 1096 int32_t width = 0x100; in HWTEST_F() local 1150 int32_t width = 0x100; in HWTEST_F() local 1223 int32_t width = 0x100; in HWTEST_F() local 1291 int32_t width = 0x100; HWTEST_F() local 1382 int32_t width = 100; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/ |
| H A D | js_text_line.cpp | 301 double width = 0.0; in OnCreateTruncatedLine() local 352 double width = textLine_->GetTypographicBounds(&ascent, &descent, &leading); in OnGetTypographicBounds() local 403 double width = textLine_->GetTrailingSpaceWidth(); in OnGetTrailingSpaceWidth() 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 589 int32_t width = pixmap.width(); in Serialize() local 639 int32_t width = 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 403 std::shared_ptr<Surface> SkiaSurface::MakeSurface(int width, int height) const in MakeSurface() 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/modules/2d_engine/rosen_text/adapter/skia_txt/ |
| H A D | typography.cpp | 122 void Typography::Layout(double width) in Layout() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
| H A D | paragraph_impl.cpp | 169 void ParagraphImpl::Layout(double width) in Layout() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_vsync_rate_reduce_manager.cpp | 153 int width = static_cast<int>(std::round(appAbsRect.width_ * screenInfo.GetRogWidthRatio())); in CollectSurfaceVsyncInfo() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/ |
| H A D | rsmarshallinghelper_fuzzer.cpp | 248 int32_t width = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper004() local 295 int32_t width = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper006() local 325 int width = GetData<int>() % MAX_ARRAY_SIZE; in DoMarshallingHelper007() local 356 int32_t width = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper008() local 465 int32_t width = GetData<int32_t>() % MAX_ARRAY_SIZE; in DoMarshallingHelper012() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_mesa_blur_shader_filter.cpp | 428 auto width = std::max(static_cast<int>(std::ceil(dst.GetWidth())), input->GetWidth()); in ProcessImage() local 477 int width = input->GetWidth(); 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 491 int width = middleInfo.GetWidth(); BuildMiddleMatrix() local 675 auto width = image->GetWidth(); OutputImageWithoutBlur() local 711 ScaleAndAddRandomColor(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, const std::shared_ptr<Drawing::Image>& blurImage, const Drawing::Rect& src, const Drawing::Rect& dst, int& width, int& height) const ScaleAndAddRandomColor() argument 780 CalculatePixelStretch(int width, int height) CalculatePixelStretch() argument [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 | 98 uint32_t width; member
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | plugin_texture_encode_test.cpp | 60 int32_t width;
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 | 64 int32_t width; member 257 OH_ImageSourceInfo_GetWidth(OH_ImageSource_Info *info, uint32_t *width) OH_ImageSourceInfo_GetWidth() 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 1619 int32_t width = imageIn->width; 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 | 152 int32_t width = 1920; in SampleCreateRecorder() local 390 int width = 960; 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 150 int width = static_cast<int>(info->width_);
in GenMainTex() local 188 int width = static_cast<int>(info->width_);
in ConvertBufferToTexture() local 226 int width = static_cast<int>(source->bufferInfo_->width_);
in DrawBufferToTexture() local 250 uint32_t width in ConvertFromYUVToRGB() local 287 uint32_t width = input->Width(); ConvertFromRGBToYUV() local 409 int width = static_cast<int>(source->bufferInfo_->width_); ConvertYUV2RGBA() local 436 int width = static_cast<int>(source->bufferInfo_->width_); 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...] |
| /foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/ |
| H A D | videoenc_inner_sample.h | 46 uint32_t width; member
|
| H A D | videoenc_api11_sample.h | 56 uint32_t width; member
|
| /foundation/multimedia/image_effect/frameworks/native/utils/common/ |
| H A D | common_utils.cpp | 396 int32_t width = 0; in PrintImageExifInfo() local 460 int32_t width = 0; in UpdateExifMetadata() local [all...] |