Home
last modified time | relevance | path

Searched defs:height (Results 326 - 350 of 4474) sorted by relevance

1...<<11121314151617181920>>...179

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.cpp38 int height = src.getHeight(); in texImage2D() local
42 void Context::texImage2D (deUint32 target, int level, deUint32 internalFormat, int width, int height) in texImage2D() argument
73 int height = src.getHeight(); in texSubImage2D() local
77 void Context::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2RenderUtil.cpp35 void clear (const glw::Functions& gl, int x, int y, int width, int height, const tcu::Vec4& color) in clear() argument
44 void readPixels (const glw::Functions& gl, tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp50 uint32_t height = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_HEIGHT); in BuildFromJs() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_history_item_wrapper.cpp26 GetFavicon( void** data, int& width, int& height, ArkWebImageColorType& color_type, ArkWebImageAlphaType& alpha_type) GetFavicon() argument
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
H A Dmediacodecdecoderadapterimpl_fuzzer.cpp77 int32_t height; member in OHOS::DecoderFormatAdapterMock
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/
H A Dmediacodecencoderadapterimpl_fuzzer.cpp67 int32_t height; member in OHOS::CodecConfigParaAdapterMock
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
H A Dai_infer_process.h55 int height; member
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h36 uint32_t height; member
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h36 uint32_t height; member
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm_internal.h36 uint32_t height; member
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drosen_render_row_split.cpp57 void RosenRenderRowSplit::PaintDivider(RenderContext& context, const Offset& offset, double height) in PaintDivider() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_fade_painter.cpp37 double height = std::min(size.Height(), size.Width() * WIDTH_TO_HEIGHT_FACTOR); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drosen_render_clip.cpp40 void RosenRenderClip::SetHeight(double height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_filter_declaration.h27 Dimension height = Dimension(1.2, DimensionUnit::PERCENT); // masking area height default value member
63 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_request_data.h37 Dimension height; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_util.h45 double height = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_model_ng.cpp57 void PluginModelNG::SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument
82 void PluginModelNG::SetHeight(const Dimension& height) in SetHeight() argument
99 void PluginModelNG::SetPluginSize(FrameNode* frameNode, const Dimension& width, const Dimension& height) in SetPluginSize() argument
122 SetHeight(FrameNode* frameNode, const Dimension& height) SetHeight() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp84 double height = GetValueInPx(top_, dipScale) + GetValueInPx(bottom_, dipScale); in GetLayoutSizeInPx() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_size.h34 DimensionSize(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionSize() argument
51 void SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/base/window/
H A Ddrag_window.h52 uint32_t height = 0; member
83 void SetSize(int32_t width, int32_t height) in SetSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_circle.cpp57 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dplugin_model_impl.cpp47 void PluginModelImpl::SetPluginSize(const Dimension& width, const Dimension& height) in SetPluginSize() argument
63 void PluginModelImpl::SetHeight(const Dimension& height) in SetHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_flex_ffi.cpp58 void FfiOHOSAceFrameworkFlexSetFlexHeight(double height, int32_t unit) in FfiOHOSAceFrameworkFlexSetFlexHeight() argument
65 void FfiOHOSAceFrameworkFlexSetFlexSize(double width, int32_t widthUnit, double height, int32_t heightUnit) in FfiOHOSAceFrameworkFlexSetFlexSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h49 double height; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_blank_bridge.cpp51 CalcDimension height; in SetBlankHeight() local
[all...]

Completed in 7 milliseconds

1...<<11121314151617181920>>...179