/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 453 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_reset()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 153 struct btcx_riscmem bottom; member 158 struct bttv_buffer *bottom; /* bottom field buffer */ member 412 - only the irq handler is supported to touch top + bottom + vcurr */
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 160 bottom=True, top=False, labelbottom=True) 235 ax.set_ylim(bottom=limits[1][0], top=limits[1][1])
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.cc | 177 // first calculate only for bottom-left corner in calculate_edit() 198 ret.sub.bottom=ret.ypos; in calculate_edit() 200 ret.sub.top=ret.sub.bottom+subheight; in calculate_edit()
|
H A D | pdftopdf.cc | 204 // ['center','top','left','right','top-left','top-right','bottom','bottom-left','bottom-right'] in parsePosition() 213 } else if (strncasecmp(value,"bottom",6)==0) { in parsePosition() 400 param.page.bottom=pagesize->bottom; in getParameters() 418 param.page.top=param.page.bottom=36.0; in getParameters() 437 optGetFloat("page-bottom",num_options,options,&tmp.bottom); in getParameters() 448 if ((val = cupsGetOption("media-bottom in getParameters() [all...] |
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
H A D | index.js | 8 const bottom = 2; 184 // add top and bottom padding. 187 wrapped.push(...new Array(col.padding[bottom] || 0).fill(''));
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | SoftwareRenderer.cpp | 193 fHeight = fInfo->window_bounds.bottom - fInfo->window_bounds.top; in LockGL() 236 dstClip.ClipRect(clip->left, clip->top, clip->right + 1, clip->bottom + 1); in Display()
|
/third_party/python/Lib/idlelib/ |
H A D | squeezer.py | 103 self.base_text = editwin.per.bottom 232 self.base_text = editwin.per.bottom
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferDD.cpp | 297 dRect.bottom = bounds.top + destRect->y1; in blit() 304 dRect.bottom = bounds.top + height; in blit()
|
/third_party/skia/tests/ |
H A D | StrokeTest.cpp | 20 SkScalarNearlyEqual(a.bottom(), b.bottom()); in equal()
|
/third_party/skia/modules/androidkit/src/ |
H A D | Canvas.cpp | 137 jfloat left, jfloat top, jfloat right, jfloat bottom, in Canvas_DrawRect() 142 canvas->drawRect(SkRect::MakeLTRB(left, top, right, bottom), *paint); in Canvas_DrawRect() 136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
|
/third_party/skia/gm/ |
H A D | texelsubset.cpp | 201 SkScalar midY = SkScalarFloorToScalar(drawRect.bottom() + kTestPad/2.f) + 0.5f; 209 SkScalar midY = SkScalarFloorToScalar(drawRect.bottom() + kTestPad/2.f) + 0.5f;
|
H A D | pictureimagegenerator.cpp | 68 const SkScalar underlineY = iBox.bottom() + in draw_vector_logo() 79 path.moveTo(iBox.centerX() - accentSize / 2, iBox.bottom() + kVerticalSpacing * accentSize); in draw_vector_logo()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 9 pub fn BN_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_rand() 11 pub fn BN_pseudo_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_pseudo_rand()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_test_ng.cpp | 488 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 587 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 690 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 775 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 875 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 979 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 1064 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 1147 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 1232 noPadding.bottom = CalcLength(NOPADDING); in HWTEST_F() 1317 noPadding.bottom in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 225 paddings.bottom = NG::CalcLength(themePadding.Bottom().ConvertToPx()); in ProcessDefaultStyleAndBehaviors() 725 userMargin.bottom = margin->bottom; in SetMargin() 759 paddings.bottom = NG::CalcLength(themePadding.Bottom().ConvertToPx()); in SetDefaultPadding() 1650 paddings.bottom = NG::CalcLength(themePadding.Bottom().ConvertToPx()); in ResetTextInputPadding() 2035 userMargin.bottom = margin.bottom; in SetMargin() 2047 margins.bottom = std::optional<CalcLength>(defaultDimen); in GetMargin() 2055 margins.bottom = std::optional<CalcLength>(property.bottom); in GetMargin() [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 523 Image.margin({ bottom: { 651 SymbolGlyph.margin({ bottom: { 667 Image.margin({ bottom: { 1131 bottom: { 1156 bottom: { 1194 bottom: {
|
/foundation/arkui/ace_engine/test/unittest/core/layout/ |
H A D | layout_property_test_ng_two.cpp | 446 * @tc.desc: Test CheckLocalizedMargin when start,top,bottom,left have values 458 paddingProperty.bottom = std::make_optional<CalcLength>(7.0); in HWTEST_F() 526 * @tc.desc: Test CheckLocalizedPadding when start,top,bottom,left have values 538 paddingProperty.bottom = std::make_optional<CalcLength>(7.0); in HWTEST_F() 825 auto bottom = CalcDimension(2.0); in HWTEST_F() local 831 edges.SetBottom(bottom); in HWTEST_F() 886 auto bottom = CalcDimension(2.0); in HWTEST_F() local 892 edges.SetBottom(bottom); in HWTEST_F() 1043 EXPECT_EQ(jsonValue->GetString("bottom"), VALUE); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 1093 unsigned long top, bottom; in arc_unwind() local 1096 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind() 1099 && bottom < UNW_FP(frame) in arc_unwind() 1102 && bottom > UNW_FP(frame) in arc_unwind() 1111 && link > bottom && link < UNW_FP(frame) in arc_unwind() 1113 && link > UNW_FP(frame) && link < bottom in arc_unwind()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 1091 unsigned long top, bottom; in arc_unwind() local 1094 bottom = STACK_BOTTOM_UNW(frame->task); in arc_unwind() 1097 && bottom < UNW_FP(frame) in arc_unwind() 1100 && bottom > UNW_FP(frame) in arc_unwind() 1109 && link > bottom && link < UNW_FP(frame) in arc_unwind() 1111 && link > UNW_FP(frame) && link < bottom in arc_unwind()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc.c | 537 const int bottom = b->height * (sy+1) / s->num_y; in encode_subband() local 544 for (y = top; y < bottom; y++) { in encode_subband() 588 const int bottom = b->height *(slice->y+1) / s->num_y; in count_hq_slice() local 592 for (y = top; y < bottom; y++) { in count_hq_slice() 622 const int bottom = slice_dat->bits_floor; in rate_control() local 626 while ((bits > top) || (bits < bottom)) { in rate_control()
|
H A D | vc1dsp.c | 87 static void vc1_v_s_overlap_c(int16_t *top, int16_t *bottom) in vc1_v_s_overlap_c() argument 96 c = bottom[0]; in vc1_v_s_overlap_c() 97 d = bottom[8]; in vc1_v_s_overlap_c() 103 bottom[0] = ((c * 8) + d2 + rnd1) >> 3; in vc1_v_s_overlap_c() 104 bottom[8] = ((d * 8) + d1 + rnd2) >> 3; in vc1_v_s_overlap_c() 106 bottom++; in vc1_v_s_overlap_c()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 80 viewport_bottom = MAX2(ctx->viewport.bottom, 0); in lima_clip_scissor_to_viewport() 94 ctx->ext_viewport.bottom = ctx->viewport.bottom; in lima_extend_viewport() 110 ctx->ext_viewport.bottom = ctx->viewport.bottom - line_width / 2; in lima_extend_viewport() 347 PLBU_CMD_VIEWPORT_BOTTOM(fui(ctx->ext_viewport.bottom)); in lima_pack_plbu_cmd()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 74 int bottom = quad.m_y + quad.m_height; in scissorQuad() local 82 bottom = de::min(bottom, scissor.offset.y + (int)scissor.extent.height); in scissorQuad() 83 bottom = de::min(bottom, (int)framebufferSize.height); in scissorQuad() 85 return ColorQuad(left, top, de::max(right - left, 0), de::max(bottom - top, 0), quad.m_color); in scissorQuad()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 74 int bottom = quad.m_y + quad.m_height; in scissorQuad() local 82 bottom = de::min(bottom, scissor.offset.y + (int)scissor.extent.height); in scissorQuad() 83 bottom = de::min(bottom, (int)framebufferSize.height); in scissorQuad() 85 return ColorQuad(left, top, de::max(right - left, 0), de::max(bottom - top, 0), quad.m_color); in scissorQuad()
|