| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fIntegerStateQueryTests.cpp | 937 GLint bottom = rnd.getInt(-64000, 64000); in test() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | libtommath.c | 1192 register mp_digit *bottom, *top; in mp_rshd() local 1519 register mp_digit *top, *bottom; in mp_lshd() local [all...] |
| /base/web/webview/interfaces/kits/cj/src/ |
| H A D | webview_ffi.cpp | 424 int32_t FfiOHOSWebviewCtlPageDown(int64_t id, bool bottom) in FfiOHOSWebviewCtlPageDown() argument
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | webview_controller.cpp | 1246 void WebviewController::ScrollPageDown(bool bottom) in ScrollPageDown() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_nweb_impl.cpp | 522 void ArkWebNWebImpl::PageDown(bool bottom) in PageDown() argument 978 void ArkWebNWebImpl::OnSafeInsetsChange(int left, int top, int right, int bottom) in OnSafeInsetsChange() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
| H A D | rosen_decoration_painter.cpp | 2800 BorderEdge bottom = border.Bottom(); in PaintBorderWithLine() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
| H A D | rosen_render_custom_paint.cpp | 1149 double bottom = param.y + param.radius + offset.GetY(); in Arc() local 1236 double bottom = param.y + param.radiusY + offset.GetY(); in Ellipse() local 1749 double bottom = args.para4 + args.para2 + offset.GetY(); in Path2DRect() local [all...] |
| H A D | rosen_render_offscreen_canvas.cpp | 1250 double bottom = param.y + param.radius; in Arc() local 1750 double bottom = args.para4 + args.para2; in Path2DRect() local 2463 double bottom = param.y + param.radiusY; in UpdateTextStyleForeground() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
| H A D | custom_paint_paint_method.cpp | 864 double bottom = param.y + param.radius; in Arc() local 929 double bottom = param.y + param.radiusY; in Ellipse() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
| H A D | bubble_layout_algorithm.cpp | 361 auto bottom = safeAreaManager->GetSystemSafeArea().bottom_.Length(); in GetPopupMaxWidthAndHeight() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_textfield.cpp | 759 CalcDimension bottom = CalcDimension(0.0, DimensionUnit::VP); in GetOldPadding() local 794 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_utils.cpp | 1662 Color bottom; in ParseOuterBorderColor() local
|
| H A D | arkts_native_text_area_bridge.cpp | 1413 struct ArkUISizeType bottom = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetPadding() local 1797 ArkUISizeType bottom = ArkTSUtils::ParseJsToArkUISize(vm, forthArg); in SetMargin() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | view_abstract_model_impl.cpp | 490 BorderStyle bottom in SetBorderStyle() local 332 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument 359 SetMargins(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetMargins() argument 451 SetBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& right, const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) SetBorderWidth() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_text_area_modifier.cpp | 883 SetTextAreaPadding(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetTextAreaPadding() argument 1437 SetTextAreaMargin(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetTextAreaMargin() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
| H A D | select_overlay_node.cpp | 259 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local 347 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildButton() local 426 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildCreateMenuItemButton() local 492 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in BuildMoreOrBackButton() local 1388 auto bottom = CalcLength(padding.Bottom().ConvertToPx()); in SelectMenuAndInnerInitProperty() local [all...] |
| /foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
| H A D | prompt_action.cpp | 130 std::unique_ptr<char[]> bottom = std::make_unique<char[]>(bottomLen); in GetToastBottom() local 134 double bottom = 0.0; in GetToastBottom() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_render_util.cpp | 295 int bottom = std::min(first.y + first.h, second.y + second.h); in IntersectRect() local
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
| H A D | js_canvas.cpp | 649 double bottom = 0.0; in OnDrawRect() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | diracdec.c | 601 int cb_x, cb_y, left, right, top, bottom; in decode_subband_internal() local 731 int bottom = b1->height *(slice_y+1) / s->num_y; in decode_subband() local 489 codeblock(DiracContext *s, SubBand *b, GetBitContext *gb, DiracArith *c, int left, int right, int top, int bottom, int blockcnt_one, int is_arith) codeblock() argument 1588 init_obmc_weight(Plane *p, uint8_t *obmc_weight, int stride, int left, int right, int top, int bottom) init_obmc_weight() argument 1610 int bottom = by == s->blheight-1; init_obmc_weights() local [all...] |
| H A D | aacdec_template.c | 2612 int bottom, top, order, start, end, size, inc; local
|
| /third_party/glfw/src/ |
| H A D | wl_window.c | 2354 _glfwGetWindowFrameSizeWayland(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeWayland() argument [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | genesys.cpp | 1507 int top[3], bottom[3]; in scanner_offset_calibration() local 2022 std::uint16_t bottom[3] = {}; scanner_led_calibration() local [all...] |
| /third_party/cups-filters/cupsfilters/ |
| H A D | ppdgenerator.c | 1166 generate_sizes(ipp_t *response, ipp_attribute_t **defattr, int* min_length, int* min_width, int* max_length, int* max_width, int* bottom, int* left, int* right, int* top, char* ppdname) generate_sizes() argument 1601 bottom, /* Largest bottom margin */ ppdCreateFromIPP2() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | uresbund.cpp | 111 const int32_t* bottom = lookupTable; in performFallbackLookup() local
|