| /foundation/multimedia/av_codec/interfaces/inner_api/native/ |
| H A D | avcodec_info.h | 122 int32_t width; member 155 Range width; global() member [all...] |
| /foundation/graphic/graphic_3d/lume/LumeFont/src/ |
| H A D | font_manager.cpp | 391 uint32_t width = bitmap.width + BORDER_WIDTH_X2; in UpdateAtlas() local 443 uint16_t width; in UploadPending() member 482 uint32_t width = bitmap.width; in AddGlyphToColumn() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
| H A D | ge_shader_filter_params.h | 90 float width; member 133 float width = 0.f; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
| H A D | rs_round_corner_config.h | 127 int width = 0; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_ui_first_surface_render_node_drawable.cpp | 273 float width = 0.0f; in InitCacheSurface() local 348 int width = 0; in NeedInitCacheSurface() local
|
| 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/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/ |
| H A D | rsrenderimage_fuzzer.cpp | 121 float width = GetData<float>(); in RSBorderFuzzTest() local 226 int width = GetData<int>(); in RSImageFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
| H A D | rs_property_drawable_bounds_geometry_test.cpp | 698 Vector4f width = { 1.0, 1.0, 1.0, 1.0 }; in HWTEST_F() local 726 Vector4f width = { 1.0, 1.0, 1.0, 1.0 }; in HWTEST_F() local 2004 static std::shared_ptr<Media::PixelMap> CreatePixelMap(int width, int height) in CreatePixelMap() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
| H A D | image_type.h | 144 int32_t width = 0; member 149 int32_t width = 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 | 498 int width = 200; in HWTEST_F() local 518 int width = 200; in HWTEST_F() local 2045 const double width = 100; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_kawase_blur_shader_filter.cpp | 50 int width;
member 182 auto width = std::max(static_cast<int>(std::ceil(dst.GetWidth())), input->GetWidth());
in ProcessImage() local 245 SetBlurBuilderParam(Drawing::RuntimeShaderBuilder& blurBuilder, const float offsetXY, const Drawing::ImageInfo& scaledInfo, const int width, const int height) SetBlurBuilderParam() argument 268 int width = input->GetWidth(); BuildMatrix() local 429 auto width = image->GetWidth(); OutputOriginalImage() local 453 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 [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...] |
| /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
|