/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf.cc | 11 ret.bottom=box.getArrayItem(1).getNumericValue(); in getBoxAsRect() 16 ret.height=ret.top-ret.bottom; in getBoxAsRect() 75 return makeBox(rect.left,rect.bottom,rect.right,rect.top); in getRectAsBox()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_ext_pbuffer.c | 199 rect.bottom = rect.top + iHeight; in wglCreatePbufferARB() 220 rect.bottom - rect.top, /* height */ in wglCreatePbufferARB() 238 assert(rect.bottom - rect.top == iHeight); in wglCreatePbufferARB()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 74 DebugPrintf(" SrcRect.bottom = %li\n", pPresentInfo->SrcRect.bottom); in _Present() 80 DebugPrintf(" DstRect.bottom = %li\n", pPresentInfo->DstRect.bottom); in _Present() 91 int windowHeight = rect.bottom - rect.top; in _Present()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_layout_algorithm.cpp | 75 float bottomMargin = margin.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() 77 float bottomPadding = padding.bottom.value_or(0.0f); in CheckBottomEdgeOverlap() 127 safeArea.bottom = static_cast<float>(inset.bottom_.Length()); in CheckIgnoreLayoutSafeArea() 192 constraint.selfIdealSize.SetHeight(currentHeight + safeArea.top + safeArea.bottom); in MeasureContentChild() 350 size.AddHeight(padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f)); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/ |
H A D | aging_adapation_dialog_util.cpp | 54 imageMargin.bottom = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog() 61 imageMargin.bottom = CalcLength(dialogTheme->GetDialogPropertyBottom()); in ShowLongPressDialog() 106 symbolMargin.bottom = CalcLength(Dimension(marginSize, DimensionUnit::PX)); in ShowLongPressDialog() 113 symbolMargin.bottom = CalcLength(dialogTheme->GetDialogPropertyBottom()); in ShowLongPressDialog() 175 margin.bottom = CalcLength(dialogTheme->GetTextPropertyBottom()); in CreateDialogTextNode()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 96 int bottom = std::min(bottom_, rect.bottom_); in Intersect() local 97 if ((right - left <= 0) || (bottom - top <= 0)) { in Intersect() 100 return Rect(left, top, right, bottom); in Intersect() 109 int bottom = std::min(bottom_, rect.bottom_); in IsIntersect() local 110 return (right - left > 0) && (bottom - top > 0); in IsIntersect()
|
/third_party/glfw/src/ |
H A D | null_window.c | 296 int* right, int* bottom) in _glfwGetWindowFrameSizeNull() 306 if (bottom) in _glfwGetWindowFrameSizeNull() 307 *bottom = 1; in _glfwGetWindowFrameSizeNull() 317 if (bottom) in _glfwGetWindowFrameSizeNull() 318 *bottom = 0; in _glfwGetWindowFrameSizeNull() 294 _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom) _glfwGetWindowFrameSizeNull() argument
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ocb128.c | 222 size_t bottom, shift; in CRYPTO_ocb128_setiv() local 250 /* bottom = str2num(Nonce[123..128]) */ in CRYPTO_ocb128_setiv() 251 bottom = nonce[15] & 0x3f; in CRYPTO_ocb128_setiv() 253 /* Offset_0 = Stretch[1+bottom..128+bottom] */ in CRYPTO_ocb128_setiv() 254 shift = bottom % 8; in CRYPTO_ocb128_setiv() 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); in CRYPTO_ocb128_setiv() 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift); in CRYPTO_ocb128_setiv()
|
/third_party/openssl/crypto/modes/ |
H A D | ocb128.c | 222 size_t bottom, shift; in CRYPTO_ocb128_setiv() local 250 /* bottom = str2num(Nonce[123..128]) */ in CRYPTO_ocb128_setiv() 251 bottom = nonce[15] & 0x3f; in CRYPTO_ocb128_setiv() 253 /* Offset_0 = Stretch[1+bottom..128+bottom] */ in CRYPTO_ocb128_setiv() 254 shift = bottom % 8; in CRYPTO_ocb128_setiv() 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); in CRYPTO_ocb128_setiv() 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift); in CRYPTO_ocb128_setiv()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model.h | 95 virtual void SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, 99 virtual void SetMargins(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, 106 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, 119 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) = 0; 121 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom, bool isLocalized) = 0; 128 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) {} in SetDashGap() 131 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) {} in SetDashWidth() 154 const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) = 0; 127 SetDashGap(const std::optional<Dimension>& left, const std::optional<Dimension>& right, const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) SetDashGap() argument 130 SetDashWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& right, const std::optional<Dimension>& top, const std::optional<Dimension>& bottom) SetDashWidth() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 596 double bottom = -1.0; in HandlePadding() local 605 bottom = StringUtils::StringToDouble(style.second); in HandlePadding() 609 // the vertical hot zone is the minmum value in top and bottom in HandlePadding() 619 if (top >= 0 || bottom >= 0) { in HandlePadding() 621 bottom = bottom >= 0 ? bottom : 0; in HandlePadding() 622 double vertical = std::min(top, bottom); in HandlePadding() 625 padding.SetBottom(Dimension(bottom - vertical)); in HandlePadding()
|
/third_party/ffmpeg/libavfilter/ |
H A D | drawutils.c | 362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local 389 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_rectangle() 425 if (bottom) { in ff_blend_rectangle() 543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local 571 subsampling_bounds(draw->vsub[plane], &y_sub, &h_sub, &top, &bottom); in ff_blend_mask() 619 if (bottom) { in ff_blend_mask() 625 xm0, left, right, bottom); in ff_blend_mask() 631 xm0, left, right, bottom); in ff_blend_mask()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | es1_conversion.c | 163 _mesa_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Frustumf() argument 168 (GLdouble) (bottom), in _mesa_Frustumf() 175 _mesa_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _mesa_Frustumx() argument 180 (GLdouble) (bottom / 65536.0), in _mesa_Frustumx() 641 _mesa_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Orthof() argument 646 (GLdouble) (bottom), in _mesa_Orthof() 653 _mesa_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _mesa_Orthox() argument 658 (GLdouble) (bottom / 65536.0), in _mesa_Orthox()
|
/third_party/skia/src/pathops/ |
H A D | SkAddIntersections.cpp | 326 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs() 332 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs() 338 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs() 344 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs() 361 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs() 396 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs() 434 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs() 473 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_layout_algorithm.cpp | 42 textPadding.bottom = CalcLength(padding.bottom.value()); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components/positioned/ |
H A D | positioned_component.h | 50 void SetBottom(const Dimension& bottom) override 52 bottom_ = bottom;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | safe_area_insets.h | 84 SafeAreaInsets(Inset left, Inset top, Inset right, Inset bottom) in SafeAreaInsets() 85 : left_(left), top_(top), right_(right), bottom_(bottom) in SafeAreaInsets()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 29 TexgineRect TexgineRect::MakeLTRB(float left, float top, float right, float bottom) in MakeLTRB() argument 32 rect->SetRect(RSRect { left, top, right, bottom }); in MakeLTRB()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/ |
H A D | region_fuzzer.cpp | 54 int32_t bottom = GetObject<int32_t>(); in RegionFuzzTest001() local 55 RectI rect { left, top, right, bottom }; in RegionFuzzTest001()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | stroke_rect_shader.cpp | 75 OH_Drawing_Point* endPts = OH_Drawing_PointCreate(Rect.right, Rect.bottom); in OnTestFunction() 89 OH_Drawing_CanvasTranslate(canvas, fHalf * (Rect.left + Rect.right), fHalf * (Rect.top + Rect.bottom)); in OnTestFunction()
|
H A D | alpha_gradients.cpp | 46 OH_Drawing_Point *endPt = OH_Drawing_PointCreate(r.right, r.bottom); in draw_grad() 52 OH_Drawing_Rect *rect = OH_Drawing_RectCreate(r.left, r.top, r.right, r.bottom); in draw_grad()
|
/third_party/skia/tools/sk_app/win/ |
H A D | RasterWindowContext_win.cpp | 44 this->resize(rect.right - rect.left, rect.bottom - rect.top); in RasterWindowContext_win() 51 this->resize(rect.right - rect.left, rect.bottom - rect.top); in setDisplayParams()
|
/third_party/skia/experimental/c-api-example/ |
H A D | skia-c-example.c | 45 rect.bottom = 380.0f; in draw() 68 rect2.bottom = 360.0f; in draw()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar_picker.cpp | 319 commonCalcDimension.top.has_value() || commonCalcDimension.bottom.has_value()) { in JsPadding() 320 padding = SetPaddings(commonCalcDimension.top, commonCalcDimension.bottom, commonCalcDimension.left, in JsPadding() 370 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in SetPaddings() 382 if (bottom.has_value()) { in SetPaddings() 383 if (bottom.value().Unit() == DimensionUnit::CALC) { in SetPaddings() 384 paddings.bottom = NG::CalcLength( in SetPaddings() 385 bottom.value().IsNonNegative() ? bottom.value().CalcValue() : CalcDimension().CalcValue()); in SetPaddings() 387 paddings.bottom = NG::CalcLength(bottom in SetPaddings() 369 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/core/components/common/properties/ |
H A D | decoration.h | 206 Dimension bottom; member 209 return left == other.left && top == other.top && right == other.right && bottom == other.bottom; in operator ==() 215 right.Unit() == DimensionUnit::PERCENT && bottom.Unit() == DimensionUnit::PERCENT); in IsPercentOption() 223 bottom = Dimension(0.0f); in ResetValue() 235 .append(bottom.ToString()) in ToString()
|