Home
last modified time | relevance | path

Searched refs:bottom (Results 51 - 75 of 1270) sorted by relevance

12345678910>>...51

/third_party/ffmpeg/libavfilter/
H A Dvf_fieldhint.c117 AVFrame *out, *top, *bottom; in filter_frame() local
189 bottom = s->frame[bf - outlink->frame_count_in + 1]; in filter_frame()
194 bottom = s->frame[1 + bf]; in filter_frame()
203 top = bottom; in filter_frame()
207 bottom = top; in filter_frame()
228 top = bottom; in filter_frame()
232 bottom = top; in filter_frame()
249 bottom->data[p] + bfactor * bottom->linesize[p], in filter_frame()
250 bottom in filter_frame()
[all...]
/third_party/cups-filters/filter/
H A Dcommon.c103 if (pagesize->bottom >= 0 && pagesize->bottom <= PageLength) in SetCommonOptions()
104 PageBottom = pagesize->bottom; in SetCommonOptions()
107 fprintf(stderr, "ERROR: Invalid value for page bottom margin: %.0f\n", in SetCommonOptions()
108 pagesize->bottom); in SetCommonOptions()
182 pagesize->width, pagesize->length, pagesize->left, pagesize->bottom, pagesize->right, pagesize->top); in SetCommonOptions()
188 pagesize->width, pagesize->length, pagesize->left, pagesize->bottom, pagesize->right, pagesize->top); in SetCommonOptions()
262 if ((val = cupsGetOption("page-bottom", num_options, options)) != NULL) in SetCommonOptions()
410 float bottom, /* I - Bottom position in points */ in WriteLabelProlog()
509 printf(" dup 6 sub %.0f 3 index 20 ESPrf\n", bottom in WriteLabelProlog()
409 WriteLabelProlog(const char *label, float bottom, float top, float width) WriteLabelProlog() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp64 return Size(skRect.right(), skRect.bottom()); in CalcSize()
102 return Size(skRect.right(), skRect.bottom()); in CreateRect()
181 return Size(skRect.right(), skRect.bottom()); in CreatePolygon()
223 auto bottom = skRect.bottom(); in CreatePath() local
224 if (NearZero(right) && NearZero(bottom)) { in CreatePath()
231 if (NearZero(bottom)) { in CreatePath()
232 bottom = lineWidth.ConvertToPx(); in CreatePath()
234 return Size(right, bottom); in CreatePath()
239 auto bottom in CreatePath()
[all...]
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h71 Dimension bottom; member
82 result.append(", bottom: "); in ToString()
83 result.append(bottom.ToString()); in ToString()
89 return left == slice.left && right == slice.right && top == slice.top && bottom == slice.bottom; in operator ==()
93 return left.IsValid() || right.IsValid() || top.IsValid() || bottom.IsValid(); in Valid()
105 bottom = sliceDimension; in SetResizableBottom()
/third_party/skia/third_party/externals/angle2/samples/multi_window/
H A DMultiWindow.cpp112 int bottom = rootWindow->getY() + rootWindow->getHeight(); variable
120 bottom = std::max(bottom, window->getY() + window->getHeight());
124 float midY = (top + bottom) * 0.5f;
148 static_cast<float>(bottom), 0.0f, 1.0f)),
150 static_cast<float>(bottom), 0.0f, 1.0f)),
/third_party/skia/docs/examples/
H A DIRect_containsNoEmptyCheck.cpp11 {contained.left(), contained.top(), contained.right(), contained.bottom()}); in REG_FIDDLE()
13 rect.left(), rect.top(), rect.right(), rect.bottom(), in REG_FIDDLE()
15 contained.left(), contained.top(), contained.right(), contained.bottom()); in REG_FIDDLE()
H A DCanvas_drawImageNine.cpp16 for (auto bottom: { center.fTop, center.fBottom, bitmap.height() } ) { in REG_FIDDLE()
18 bitCanvas.drawIRect(SkIRect::MakeLTRB(left, top, right, bottom), paint); in REG_FIDDLE()
20 top = bottom; in REG_FIDDLE()
H A DCanvas_drawImageNine_2.cpp16 for (auto bottom: { center.fTop, center.fBottom, bitmap.height() } ) { in REG_FIDDLE()
18 bitCanvas.drawIRect(SkIRect::MakeLTRB(left, top, right, bottom), paint); in REG_FIDDLE()
20 top = bottom; in REG_FIDDLE()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp329 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding()
338 ParseJsDimensionVp(jsObj->GetProperty("bottom"), bottomDimen); in GetOldPadding()
352 padding.bottom = bottomDimen.ConvertToPx(); in GetOldPadding()
365 padding.bottom = length.ConvertToPx(); in GetOldPadding()
379 commonCalcDimension.top.has_value() || commonCalcDimension.bottom.has_value()) { in GetNewPadding()
380 padding = GetPadding(commonCalcDimension.top, commonCalcDimension.bottom, commonCalcDimension.left, in GetNewPadding()
395 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in GetPadding()
425 if (bottom.has_value()) { in GetPadding()
426 if (bottom.value().Unit() == DimensionUnit::CALC) { in GetPadding()
427 padding.bottom in GetPadding()
394 GetPadding(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) GetPadding() argument
[all...]
H A Djs_checkboxgroup.cpp278 if (jsObj->HasProperty("top") || jsObj->HasProperty("bottom") in GetOldPadding()
287 ParseJsDimensionVp(jsObj->GetProperty("bottom"), bottomDimen); in GetOldPadding()
301 padding.bottom = bottomDimen.ConvertToPx(); in GetOldPadding()
314 padding.bottom = length.ConvertToPx(); in GetOldPadding()
327 commonCalcDimension.top.has_value() || commonCalcDimension.bottom.has_value()) { in GetNewPadding()
328 padding = GetPadding(commonCalcDimension.top, commonCalcDimension.bottom, commonCalcDimension.left, in GetNewPadding()
343 const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, in GetPadding()
372 if (bottom.has_value()) { in GetPadding()
373 if (bottom.value().Unit() == DimensionUnit::CALC) { in GetPadding()
374 padding.bottom in GetPadding()
342 GetPadding(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) GetPadding() argument
[all...]
/third_party/skia/src/core/
H A DSkMaskFilter.cpp68 for (int y = mask.fBounds.top(); y < mask.fBounds.bottom(); ++y) {
105 // bottom-left in draw_nine_clipped()
111 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); in draw_nine_clipped()
115 // bottom-right in draw_nine_clipped()
122 outerR.bottom() - m.fBounds.height()); in draw_nine_clipped()
130 outerR.bottom() + (cy + 1 - mask.fBounds.bottom())); in draw_nine_clipped()
155 // bottom in draw_nine_clipped()
156 r.setLTRB(innerR.left(), innerR.bottom(), innerR.right(), outerR.bottom()); in draw_nine_clipped()
[all...]
H A DSkGpuBlurUtils.cpp200 // 'top' and 'bottom' are areas of 'dstBounds' that are entirely above/below 'srcBounds'. in convolve_gaussian()
203 // processing for the rect. Similar for 'bottom'. The positional/directional labels above refer in convolve_gaussian()
206 SkIRect top, bottom; in convolve_gaussian() local
209 bottom = {dstBounds.left(), srcBounds.bottom(), dstBounds.right(), dstBounds.bottom()}; in convolve_gaussian()
214 int midB = std::min(srcBounds.bottom(), dstBounds.bottom()); in convolve_gaussian()
219 left = {dstBounds.left(), mid.top(), dstBounds.right(), mid.bottom()}; in convolve_gaussian()
221 left = {dstBounds.left(), mid.top(), mid.left() , mid.bottom()}; in convolve_gaussian()
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp186 rect.bottom = margin; in GetMargins()
190 y = rect.bottom - rect.top; in GetMargins()
200 rect.bottom = units; in Units_To_Pixels_X()
260 && sm.bottom <= big.bottom; in IsRect_Small_Inside_Big()
268 && r1.top < r2.bottom in AreRectsOverlapped()
269 && r1.bottom > r2.top; in AreRectsOverlapped()
278 && r1.bottom == r2.bottom; in AreRectsEqual()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h74 swiperPaddingBottom = GET_PADDING_PROPERTY_VALUE_PX(swiperPaddingProperty->bottom); in CalcIndicatrFrameOffSet()
88 auto bottom = indicatorLayoutProperty->GetBottom(); in CalcIndicatrFrameOffSet() local
100 CalcIndicatrOffsetY(top, bottom, swiperPaddingTop, swiperPaddingBottom, in CalcIndicatrFrameOffSet()
168 static float CalcIndicatrOffsetY(const std::optional<Dimension>& top, const std::optional<Dimension>& bottom, in CalcIndicatrOffsetY() argument
177 } else if (bottom.has_value() && GreatOrEqual(bottom.value().Value(), 0)) { in CalcIndicatrOffsetY()
178 auto bottomValue = GetValidEdgeLength(swiperHeight, indicatorHeight, bottom.value()); in CalcIndicatrOffsetY()
/third_party/skia/gm/
H A Dpatch.cpp39 SkPoint bottom[SkPatchUtils::kNumPtsCubic]; in draw_control_points() local
40 SkPatchUtils::GetBottomCubic(cubics, bottom); in draw_control_points()
50 SkPoint corners[4] = { bottom[0], bottom[3], top[0], top[3] }; in draw_control_points()
51 canvas->drawPoints(SkCanvas::kLines_PointMode, 4, bottom, paint); in draw_control_points()
52 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, bottom + 1, paint); in draw_control_points()
67 canvas->drawPoints(SkCanvas::kPoints_PointMode, 2, bottom + 1, paint); in draw_control_points()
85 //bottom points
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h141 void SetBottom(const Dimension& bottom) in SetBottom() argument
143 positionParam_.bottom.first = bottom; in SetBottom()
144 positionParam_.bottom.second = true; in SetBottom()
164 positionParam_.bottom.second = hasBottom; in SetHasBottom()
/kernel/liteos_m/testsuites/unittest/xts/ipc/mutex/
H A Dpthread_mutex_test.c52 int bottom; member
67 if ((g_st1.top + 1) % g_st1.countMax == g_st1.bottom) { /* 1, common data for test, no special meaning */ in PthreadProduce()
91 if (g_st1.top == g_st1.bottom) { in PthreadConsume()
96 g_st1.bottom = (g_st1.bottom + 1) % g_st1.countMax; in PthreadConsume()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp85 void RenderPositioned::SetBottom(const Dimension& bottom) in SetBottom() argument
87 if (NearEqual(bottom_.Value(), bottom.Value()) && (bottom_.Unit() == bottom.Unit())) { in SetBottom()
90 bottom_ = bottom; in SetBottom()
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingRectLargeValueTest.cpp90 float bottom = OH_Drawing_RectGetBottom(rect); in HWTEST_F() local
94 EXPECT_TRUE(IsScalarAlmostEqual(bottom, 4096)); // 4096 means bottom in HWTEST_F()
113 float bottom = OH_Drawing_RectGetBottom(rectSrc); in HWTEST_F() local
117 EXPECT_TRUE(IsScalarAlmostEqual(bottom, 4096)); // 4096 means bottom in HWTEST_F()
/third_party/skia/tests/
H A DBlitMaskClip.cpp62 for (int bottom = top + 1; bottom <= b.fBottom; bottom++) { in DEF_TEST()
65 SkIRect clipRect = {left, top, right, bottom}; in DEF_TEST()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h54 dst->height = src->bottom - src->top; in rect_to_pipe_box()
64 dst->bottom = src->y + src->height; in pipe_box_to_rect()
73 rect->bottom = DIV_ROUND_UP(rect->bottom, 2); in rect_minify_inclusive()
78 * 0 <= rect->top < rect->bottom
92 rect->bottom = (rect->bottom % h) == 0 ? in fit_rect_format_inclusive()
93 rect->bottom : in fit_rect_format_inclusive()
94 rect->bottom - (rect->bottom in fit_rect_format_inclusive()
[all...]
/third_party/skia/src/pathops/
H A DSkIntersections.h65 int conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, in conicVertical() argument
70 return vertical(conic, top, bottom, x, flipped); in conicVertical()
90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() argument
94 return vertical(cubic, top, bottom, x, flipped); in cubicVertical()
140 int lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in lineVertical() argument
144 return vertical(line, top, bottom, x, flipped); in lineVertical()
176 int quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in quadVertical() argument
180 return vertical(quad, top, bottom, x, flipped); in quadVertical()
280 int vertical(const SkDLine&, double top, double bottom, double x, bool flipped);
281 int vertical(const SkDQuad&, double top, double bottom, doubl
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc234 int32_t bottom = 0; in SearchUShort() local
236 while (top != bottom) { in SearchUShort()
237 location = (top + bottom) / 2; in SearchUShort()
252 bottom = location + 1; in SearchUShort()
263 int32_t bottom = 0; in SearchUShort() local
265 while (top != bottom) { in SearchUShort()
266 location = (top + bottom) / 2; in SearchUShort()
276 bottom = location + 1; in SearchUShort()
289 int32_t bottom = 0; in SearchULong() local
291 while (top != bottom) { in SearchULong()
[all...]
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h165 double bottom = Bottom(); in Constrain() local
169 bottom = std::clamp(bottom, other.Top(), other.Bottom()) - top; in Constrain()
170 return Rect(left, top, right, bottom); in Constrain()
252 double bottom = std::min(Bottom(), other.Bottom()); in IntersectRect() local
253 return Rect(left, top, right - left, bottom - top); in IntersectRect()
261 double bottom = std::max(Bottom(), other.Bottom()); in CombineRect() local
262 return Rect(left, top, right - left, bottom - top); in CombineRect()
/third_party/icu/icu4j/perf-tests/perldriver/
H A DOutput.pm218 border-bottom-width: 1 }
219 th.source { border-right-width: 1; border-bottom-width: 1 }
220 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
222 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 }
223 td.sepvalue { border-bottom-width: 1; border-right-width: 1 }
224 td.value { border-bottom-width: 1 }
225 td.worse { color: #FF0000; font-weight: bold; border-bottom-width: 1 }
226 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 }
228 border-bottom-width: 1 }

Completed in 13 milliseconds

12345678910>>...51