| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContext.cpp | 38 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 D | teglGLES2RenderUtil.cpp | 35 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 D | print_page_size_helper.cpp | 50 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 D | ark_web_history_item_wrapper.cpp | 26 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 D | mediacodecdecoderadapterimpl_fuzzer.cpp | 77 int32_t height; member in OHOS::DecoderFormatAdapterMock
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
| H A D | mediacodecencoderadapterimpl_fuzzer.cpp | 67 int32_t height; member in OHOS::CodecConfigParaAdapterMock
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
| H A D | ai_infer_process.h | 55 int height;
member
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
| H A D | hi_gbm_internal.h | 36 uint32_t height; member
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
| H A D | hi_gbm_internal.h | 36 uint32_t height; member
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
| H A D | hi_gbm_internal.h | 36 uint32_t height;
member
|
| /foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
| H A D | rosen_render_row_split.cpp | 57 void RosenRenderRowSplit::PaintDivider(RenderContext& context, const Offset& offset, double height) in PaintDivider() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_scroll_fade_painter.cpp | 37 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 D | rosen_render_clip.cpp | 40 void RosenRenderClip::SetHeight(double height) in SetHeight() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_filter_declaration.h | 27 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 D | plugin_request_data.h | 37 Dimension height; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | custom_paint_util.h | 45 double height = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
| H A D | plugin_model_ng.cpp | 57 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 D | edge.cpp | 84 double height = GetValueInPx(top_, dipScale) + GetValueInPx(bottom_, dipScale); in GetLayoutSizeInPx() local
|
| /foundation/arkui/ace_engine/frameworks/base/geometry/ |
| H A D | dimension_size.h | 34 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 D | drag_window.h | 52 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 D | js_circle.cpp | 57 JSRef<JSVal> height = params->GetProperty("height"); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | plugin_model_impl.cpp | 47 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 D | cj_flex_ffi.cpp | 58 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 D | cj_measure_ffi.h | 49 double height; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_blank_bridge.cpp | 51 CalcDimension height; in SetBlankHeight() local [all...] |