Home
last modified time | relevance | path

Searched refs:bottom (Results 226 - 250 of 1054) sorted by relevance

12345678910>>...43

/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc11 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 Dstw_ext_pbuffer.c199 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 DDxgiFns.cpp74 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 Dnavdestination_layout_algorithm.cpp75 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 Daging_adapation_dialog_util.cpp54 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 Drs_occlusion_region.h96 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 Dnull_window.c296 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 Docb128.c222 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 Docb128.c222 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 Dview_abstract_model.h95 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 Ddom_input.cpp596 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 Ddrawutils.c362 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 Des1_conversion.c163 _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 DSkAddIntersections.cpp326 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 Dmarquee_layout_algorithm.cpp42 textPadding.bottom = CalcLength(padding.bottom.value()); in Measure()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h50 void SetBottom(const Dimension& bottom) override
52 bottom_ = bottom;
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dsafe_area_insets.h84 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 Dtexgine_rect.cpp29 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 Dregion_fuzzer.cpp54 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 Dstroke_rect_shader.cpp75 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 Dalpha_gradients.cpp46 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 DRasterWindowContext_win.cpp44 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 Dskia-c-example.c45 rect.bottom = 380.0f; in draw()
68 rect2.bottom = 360.0f; in draw()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar_picker.cpp319 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 Ddecoration.h206 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()

Completed in 18 milliseconds

12345678910>>...43