Home
last modified time | relevance | path

Searched refs:bottom (Results 276 - 300 of 604) sorted by relevance

1...<<11121314151617181920>>...25

/third_party/libdrm/tests/tegra/
H A Dvic.h128 unsigned int right, unsigned int bottom,
H A Dvic41.c47 unsigned int right, unsigned int bottom, in vic41_fill()
67 c->outputConfig.TargetRectBottom = bottom; in vic41_fill()
45 vic41_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic41_fill() argument
H A Dvic42.c47 unsigned int right, unsigned int bottom, in vic42_fill()
67 c->outputConfig.TargetRectBottom = bottom; in vic42_fill()
45 vic42_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic42_fill() argument
H A Dvic40.c47 unsigned int right, unsigned int bottom, in vic40_fill()
67 c->outputConfig.TargetRectBottom = bottom; in vic40_fill()
45 vic40_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic40_fill() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp166 return rect.bottom - rect.top; in getHeight()
/third_party/skia/src/core/
H A DSkAAClip.h73 bool quickContains(int left, int top, int right, int bottom) const;
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWin32SurfaceKHR.cpp33 static_cast<uint32_t>(clientRect.bottom - clientRect.top) }; in getWindowSize()
/third_party/skia/tests/
H A DHighContrastFilterTest.cpp37 for (int y = r.top(); y < r.bottom(); ++y) { in DEF_TEST()
/third_party/skia/tools/sk_app/win/
H A DGLWindowContext_win.cpp124 fHeight = rect.bottom - rect.top;
H A DANGLEWindowContext_win.cpp140 fHeight = rect.bottom - rect.top; in onInitializeContext()
/third_party/backends/backend/
H A Dcanon630u-common.c849 /* Don't skip the black/white calibration area at the bottom of the in plugin_cal()
931 /* Read in cal strip at bottom of scanner (to adjust gain/offset in plugin_cal()
1443 const int bottom, in CANON_set_scan_parameters()
1456 DBG (2, "right = %d, bottom = %d\n", right, bottom); in CANON_set_scan_parameters()
1462 if ((top < 0) || (bottom > CANON_MAX_HEIGHT)) in CANON_set_scan_parameters()
1465 if (((right - left) < 10) || ((bottom - top) < 10)) in CANON_set_scan_parameters()
1483 scan->y2 = bottom; in CANON_set_scan_parameters()
1437 CANON_set_scan_parameters(CANON_Handle * scan, const int forceCal, const int gray, const int left, const int top, const int right, const int bottom, const int res, const int gain, const double gamma) CANON_set_scan_parameters() argument
H A Davision.h85 double bottom; member
306 OPT_BR_X, /* bottom-right x */
307 OPT_BR_Y, /* bottom-right y */
345 int bottom; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c400 dirty_rect.bottom = dirty_rect.top + (box->height << This->level_actual); in NineSurface9_AddDirtyRect()
440 pRect ? pRect->top : 0, pRect ? pRect->bottom : 0, in NineSurface9_LockRect()
467 pRect->top == 0 && pRect->bottom == This->desc.Height) || in NineSurface9_LockRect()
469 !(pRect->top % h) && !(pRect->bottom % h)), in NineSurface9_LockRect()
671 copy_height = pSourceRect->bottom - pSourceRect->top; in NineSurface9_CopyMemToDefault()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.c96 FT_Bool bottom ) in cf2_hint_init()
112 /* ghost bottom */ in cf2_hint_init()
114 if ( bottom ) in cf2_hint_init()
127 if ( bottom ) in cf2_hint_init()
156 if ( bottom ) in cf2_hint_init()
172 if ( bottom ) in cf2_hint_init()
404 * First pass is bottom-up (font hint order) without look-ahead. in cf2_hintmap_adjustHints()
632 /* insert only the bottom edge */ in cf2_hintmap_insertHint()
883 /* ghost bottom */ in cf2_hintmap_build()
909 TRUE /* bottom */ ); in cf2_hintmap_build()
[all...]
/third_party/backends/backend/genesys/
H A Dgl841.cpp1568 int bottom; in ad_fe_offset_calibration() local
1616 bottom=0; in ad_fe_offset_calibration()
1620 dev->frontend.set_offset(0, (top + bottom) / 2); in ad_fe_offset_calibration()
1621 dev->frontend.set_offset(1, (top + bottom) / 2); in ad_fe_offset_calibration()
1622 dev->frontend.set_offset(2, (top + bottom) / 2); in ad_fe_offset_calibration()
1654 * else it is the new bottom */ in ad_fe_offset_calibration()
1657 top=(top+bottom)/2; in ad_fe_offset_calibration()
1661 bottom=(top+bottom)/2; in ad_fe_offset_calibration()
1664 } while ((top-bottom)> in ad_fe_offset_calibration()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_test.cc911 absl::Time bottom = base - range; in TEST() local
912 EXPECT_GT(bottom, bottom - absl::Nanoseconds(1)); in TEST()
913 EXPECT_LT(bottom, bottom + absl::Nanoseconds(1)); in TEST()
918 EXPECT_EQ(full_range, top - bottom); in TEST()
919 EXPECT_EQ(-full_range, bottom - top); in TEST()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp53 de::inBounds(point.y(), rect.bottom, rect.bottom + rect.height); in isInsideRect()
67 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer()
68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer()
69 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v.cast<int>()); } in clearMultisampleColorBuffer()
70 void clearMultisampleDepthBuffer (const tcu::PixelBufferAccess& dst, float v, const WindowRectangle& r) { tcu::clearDepth(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleDepthBuffer()
71 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::clearStencil(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleStencilBuffer()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c67 const uint8_t *bottom, ptrdiff_t bottom_linesize, \
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.h51 page.bottom=36.0; in ProcessingParameters()
/third_party/node/deps/npm/lib/utils/
H A Dreify-output.js53 bottom: '',
54 'bottom-mid': '',
55 'bottom-left': '',
56 'bottom-right': '',
/third_party/skia/tools/
H A Ddump_record.cpp103 command.rect.left(), command.rect.top(), command.rect.right(), command.rect.bottom(), in print()
/third_party/skia/gm/
H A Dlcdblendmodes.cpp39 { bounds.right(), bounds.bottom() }, in make_shader()
H A Dorientation.cpp99 bounds = measure("bottom"); in make_images()
100 drawLabel("bottom", midX - bounds.centerX(), kImgH - kPad - bounds.bottom()); in make_images()
123 // yellow), and labels on the left, top, right and bottom. The only
/third_party/glfw/src/
H A Dwin32_monitor.c124 rect.bottom = dm.dmPosition.y + dm.dmPelsHeight; in createMonitor()
394 *height = mi.rcWork.bottom - mi.rcWork.top; in _glfwGetMonitorWorkareaWin32()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c219 ctx->viewport.bottom = ctx->ext_viewport.bottom = in lima_set_viewport_states()

Completed in 21 milliseconds

1...<<11121314151617181920>>...25