/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | err.h | 66 int top, bottom; member
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | err.h | 66 int top, bottom; member
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | err.h | 66 int top, bottom; member
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1193 /*! The pixel data of this image, arranged left-to-right, top-to-bottom. 2214 * @param[out] bottom Where to store the size, in screen coordinates, of the 2215 * bottom edge of the window frame, or `NULL`. 2228 GLFWAPI void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* bottom);
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 70 clip.bottom = height; in drawGlyphs()
|
/third_party/skia/src/utils/ |
H A D | SkCustomTypeface.cpp | 139 tf->fMetrics.fBottom = bounds.bottom(); in detach()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | UtilsD3D12.cpp | 109 sourceRegion.bottom = offset.y + copySize.height; in ComputeD3D12BoxFromOffsetAndSize()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_squeezer.py | 91 editwin.text = editwin.per.bottom = text_widget
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 50 gWindowHeight = r.bottom - r.top; in closeWindow()
|
/third_party/skia/gm/ |
H A D | rasterhandleallocator.cpp | 160 return { r.left(), r.top(), r.right(), r.bottom() }; in toRECT()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | RunBaseImpl.cpp | 267 SkScalar y = joinRect.bottom(); in getAllGlyphRectInfo()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 311 const int height = rect.bottom - rect.top; in readScreenPixels()
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 1901 int bottom = yo + h * 600 / yres; in UMAX_set_scan_parameters() local 1909 DBG (2, "right = %d, bottom = %d\n", right, bottom); in UMAX_set_scan_parameters() 1914 if ((top < 0) || (bottom > UMAX_MAX_HEIGHT)) in UMAX_set_scan_parameters() 1917 if (((right - left) < 10) || ((bottom - top) < 10)) in UMAX_set_scan_parameters()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 121 if (client_head->height != c_rect->bottom - c_rect->top) { in qxl_display_copy_rom_client_monitors_config() 122 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_uapi.c | 707 state->tv.margins.bottom = val; in drm_atomic_connector_set_property() 812 *val = state->tv.margins.bottom; in drm_atomic_connector_get_property()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_atomic_uapi.c | 729 state->tv.margins.bottom = val; in drm_atomic_connector_set_property() 841 *val = state->tv.margins.bottom; in drm_atomic_connector_get_property()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 125 if (client_head->height != c_rect->bottom - c_rect->top) { in qxl_display_copy_rom_client_monitors_config() 126 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb.c | 45 int bottom = full_my + filter_height_down + height; in get_lowest_part_list_y() local 49 return FFMAX(0, bottom); in get_lowest_part_list_y()
|
H A D | mpegvideo_motion.c | 415 uint8_t *const bottom = src[4]; in put_obmc() local 417 dst[x]= (t*top[x] + l*left[x] + m*mid[x] + r*right[x] + b*bottom[x] + 4)>>3 in put_obmc() 465 int16_t mv[5][2] /* mid top left right bottom */) in obmc_motion() 894 /* bottom field */ in mpv_motion_internal()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_blit.cpp | 349 src_box.bottom = MIN2(psrc_box->y + psrc_box->height, (int)u_minify(src->base.b.height0, src_level)); in copy_subregion_no_barriers() 838 src_box.bottom = tmp->height0; in blit_resolve_stencil()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGradientShader.cpp | 732 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom())); in make_function_shader() 734 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()); in make_function_shader()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 552 float bottom, float top, float nearZ, float farZ) in opengl_make_ortho() 556 float tab = top + bottom; in opengl_make_ortho() 557 float tsb = top - bottom; in opengl_make_ortho() 551 opengl_make_ortho(float matrix[16], float left, float right, float bottom, float top, float nearZ, float farZ) opengl_make_ortho() argument
|
/third_party/ffmpeg/tests/fate/ |
H A D | image.mak | 488 FATE_TARGA-$(call DEMDEC, IMAGE2, TARGA) += fate-targa-top-to-bottom 489 fate-targa-top-to-bottom: CMD = framecrc -i $(TARGET_SAMPLES)/targa/lena-top-to-bottom.tga
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1364 _debug_printf("\t\t.bottom = %i\n", (*cmd).bottom); in dump_SVGASignedRect() 1384 _debug_printf("\t\t.srcRect.bottom = %i\n", (*cmd).srcRect.bottom); in dump_SVGA3dCmdBlitSurfaceToScreen() 1389 _debug_printf("\t\t.destRect.bottom = %i\n", (*cmd).destRect.bottom); in dump_SVGA3dCmdBlitSurfaceToScreen()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Buffer11.cpp | 1206 srcBox.bottom = 1; in copyFromStorage() 1249 srcBox.bottom = 1; in resize() 1793 srcBox.bottom = params.area.y + params.area.height; in packPixels()
|