/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_window_adapter_impl.cpp | 34 int32_t ArkWindowAdapterImpl::NativeWindowSetBufferGeometry(void* window, int32_t width, int32_t he… in NativeWindowSetBufferGeometry()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | radio_model_impl.cpp | 77 void RadioModelImpl::SetWidth(const Dimension& width) in SetWidth() 108 auto width = radioComponent->GetWidth(); in SetPadding() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 37 int32_t width; member 118 ScreenProfile(int32_t width, int32_t height, uint32_t rate, int32_t modeId) in ScreenProfile()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_ui_capture_demo.cpp | 132 auto width = surfaceGeometry.width(); in DrawSurfaceNode() local 187 void Init(shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init()
|
H A D | render_service_client_modifier_demo.cpp | 39 void Init(std::shared_ptr<RSUIDirector> rsUiDirector, int width, int height) in Init() 142 Drawing::Matrix GeometryEffect(float width, float height) const override in GeometryEffect() 205 void SetWidth(float width) in SetWidth()
|
H A D | surface_capture_test.cpp | 45 auto width = surfaceGeometry.GetWidth(); in DrawSurface() local 74 auto width = surfaceGeometry.GetWidth(); in DrawSurfaceToCapture() local 120 int width = pixelmap->GetWidth(); in DrawPixelmap() local
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 66 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, in onSurfaceTextureAvailable() 73 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, in onSurfaceTextureSizeChanged() 353 public void setSize(int width, int height) { in setSize()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/ |
H A D | mock_image_source_info.cpp | 117 …geSourceInfo(std::string imageSrc, std::string bundleName, std::string moduleName, Dimension width, in ImageSourceInfo() 127 …std::string moduleName, Dimension width, Dimension height, InternalResource::ResourceId resourceId, in ImageSourceInfo() 237 void ImageSourceInfo::SetDimension(Dimension width, Dimension Height) in SetDimension()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 144 int width = std::min(currentFrameDirtyRegion_.GetRight(), surfaceRect_.GetRight()) - left; in ClipDirtyRectWithinSurface() local 223 int32_t width = ((rect.GetRight() + alignedBits - 1) / alignedBits) * alignedBits - left; in GetPixelAlignedRect() local 328 bool RSDirtyRegionManager::SetSurfaceSize(const int32_t width, const int32_t height) in SetSurfaceSize()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 80 void RSSurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isP… in SetNativeWindowInfo() 148 int32_t width, int32_t height, int& fenceFd, bool useAFBC, bool isProtected) in RequestNativeWindowBuffer() 166 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/ |
H A D | player_server_mem_unit_test.cpp | 561 int32_t width = playerServerMem_->GetVideoWidth(); variable 579 int32_t width = playerServerMem_->GetVideoWidth(); variable 598 int32_t width = playerServerMem_->GetVideoWidth(); variable
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | cpu_brightness_algo.cpp | 56 uint32_t width = src->bufferInfo_->width_; in OnApplyRGBA8888() local 104 uint32_t width = src->bufferInfo_->width_; in OnApplyYUVNV21() local 163 uint32_t width = src->bufferInfo_->width_; in OnApplyYUVNV12() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_attributes_parser.h | 92 Dimension width = -1.0_px; member 125 Dimension width; member 132 Dimension width = Dimension(1.2, DimensionUnit::PERCENT); // masking area width default value member 165 Dimension width; // pattern area width default value member 176 Dimension width = Dimension(0.0, DimensionUnit::PX); // image width default value member 184 Dimension width = Dimension(1.2, DimensionUnit::PERCENT); // masking area width default value member 192 Dimension width = Dimension(1.0, DimensionUnit::PERCENT); member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 49 static int32_t GetYSize(int32_t width, int32_t height) in GetYSize() 54 static int32_t GetVOffset(int32_t width, int32_t height) in GetVOffset() 59 static int32_t GetUStride(int32_t width) in GetUStride() 70 static int32_t GetUVStride(int32_t width) in GetUVStride() 75 static uint32_t GetImageSize(int32_t width, int32_t height) in GetImageSize() 436 int32_t width = size.width; in FlipXaxis() local 455 int32_t width = size.width; in Mirror() local
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | GameActivity.java | 54 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
|
/aosp14/frameworks/base/media/mca/effect/java/android/media/effect/ |
H A D | FilterEffect.java | 85 protected Frame frameFromTexture(int texId, int width, int height) { in frameFromTexture()
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | SaveLayer2Animation.cpp | 36 void createContent(int width, int height, Canvas& canvas) override { in createContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/ |
H A D | grid_row_layout_pattern.cpp | 34 … int32_t width, int32_t height, int32_t oldWidth, int32_t oldHeight, WindowSizeChangeReason type) { in OnAttachToFrameNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border_edge.h | 72 void SetWidth(const AnimatableDimension& width) in SetWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rich_text_component.cpp | 50 … [renderRichText, weak = WeakClaim(this)](int32_t width, int32_t height, int32_t contentHeight) { in CreateRenderNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_row_ffi.cpp | 79 void FfiOHOSAceFrameworkRowSetWidth(double width, int32_t unit) in FfiOHOSAceFrameworkRowSetWidth()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_box_scroll_bar.cpp | 26 void UIBoxScrollBar::SetPosition(int16_t x, int16_t y, int16_t width, int16_t height) in SetPosition()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/ |
H A D | avformat_capi_mock_factory.cpp | 36 const std::string_view &mimeType, int32_t width, int32_t height) in CreateVideoFormat()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/ |
H A D | avformat_inner_mock_factory.cpp | 34 const std::string_view &mimeType, int32_t width, int32_t height) in CreateVideoFormat()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_buffer.h | 54 uint16_t width; member
|