Home
last modified time | relevance | path

Searched defs:height (Results 426 - 450 of 4169) sorted by relevance

1...<<11121314151617181920>>...167

/third_party/skia/gm/
H A Dbitmapcopy.cpp64 static void draw_checks(SkCanvas* canvas, int width, int height) { in draw_checks() argument
109 SkScalar height = SkIntToScalar(40); variable
[all...]
H A Dcolormatrix.cpp59 static sk_sp<SkImage> CreateSolidBitmap(int width, int height) { in CreateSolidBitmap() argument
76 static sk_sp<SkImage> CreateTransparentBitmap(int width, int height) { in CreateTransparentBitmap() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.cpp57 int height = dst.getHeight(); in readPixels() local
76 int height = src.getHeight(); in texImage2D() local
95 int height = src.getHeight(); in texImage3D() local
115 int height = src.getHeight(); in texSubImage2D() local
134 int height = src.getHeight(); in texSubImage3D() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration_convertor.cpp61 Global::Resource::Direction ConvertDirection(int32_t height, int32_t width) in ConvertDirection() argument
206 std::string GetDirectionStr(int32_t height, int32_t width) in GetDirectionStr() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.h32 int32_t height = 0; member
/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp118 int32_t left = 0, top = 0, width = 0, height = 0; in HWTEST_F() local
133 int32_t left = 0, top = 0, width = 0, height = 0; in HWTEST_F() local
148 int32_t left = 0, top = 0, width = 0, height = 0; in HWTEST_F() local
163 int32_t left = 0, top = 0, width = 0, height = 0; in HWTEST_F() local
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dmirror_player_impl_proxy.cpp255 int32_t MirrorPlayerImplProxy::ResizeVirtualScreen(uint32_t width, uint32_t height) in ResizeVirtualScreen() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dconfiguration_utils.cpp186 int32_t height = display->GetHeight(); in GetDisplayConfig() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/mirror/src/
H A Dmirror_player_impl_stub.cpp201 uint32_t height = data.ReadUint32(); in DoResizeVirtualScreen() local
H A Dmirror_player_impl.cpp117 int32_t MirrorPlayerImpl::ResizeVirtualScreen(uint32_t width, uint32_t height) in ResizeVirtualScreen() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/mirror/src/
H A Dmirror_player_impl_stub.cpp201 uint32_t height = data.ReadUint32(); in DoResizeVirtualScreen() local
H A Dmirror_player_impl.cpp117 int32_t MirrorPlayerImpl::ResizeVirtualScreen(uint32_t width, uint32_t height) in ResizeVirtualScreen() argument
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp24 RequestInfo::RequestInfo(const sptr<IRemoteObject> &token, int32_t left, int32_t top, int32_t width, int32_t height) in RequestInfo() argument
85 CreateJsWindowRect( napi_env env, int32_t left, int32_t top, int32_t width, int32_t height) CreateJsWindowRect() argument
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_value.cpp118 auto height = box->GetLayoutSize().Height(); in HandleAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_rect_component.cpp107 void SvgRectComponent::SetHeight(const Dimension& height) in SetHeight() argument
H A Dsvg_component.cpp82 void SvgComponent::SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_view_ng.cpp77 void ModelViewNG::SetRenderHeight(Dimension& height) in SetRenderHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_request_data.h39 Dimension height; member
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drosen_render_scene_viewer.cpp46 OHOS::Render3D::TextureInfo RosenRenderSceneViewer::CreateRenderTarget(uint32_t width, uint32_t height) in CreateRenderTarget() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp106 double height = GetLayoutParam().GetMinSize().Height(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_rect_declaration.h29 Dimension height; member
114 void SetHeight(const Dimension& height) in SetHeight() argument
H A Dsvg_image_declaration.h27 Dimension height = Dimension(0.0, DimensionUnit::PX); // image height default value member
64 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Dtriangle_component.h47 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h95 void FireRSCanvasCallback(double width, double height) in FireRSCanvasCallback() argument
/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drosen_render_multimodal.cpp67 auto height = NormalizeToPx(Dimension(DEFAULT_SIZE, DimensionUnit::VP)); in Paint() local

Completed in 10 milliseconds

1...<<11121314151617181920>>...167