/third_party/libdrm/tests/tegra/ |
H A D | vic.h | 128 unsigned int right, unsigned int bottom,
|
H A D | vic41.c | 47 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 D | vic42.c | 47 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 D | vic40.c | 47 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 D | WindowSurfaceWGL.cpp | 166 return rect.bottom - rect.top; in getHeight()
|
/third_party/skia/src/core/ |
H A D | SkAAClip.h | 73 bool quickContains(int left, int top, int right, int bottom) const;
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | Win32SurfaceKHR.cpp | 33 static_cast<uint32_t>(clientRect.bottom - clientRect.top) }; in getWindowSize()
|
/third_party/skia/tests/ |
H A D | HighContrastFilterTest.cpp | 37 for (int y = r.top(); y < r.bottom(); ++y) { in DEF_TEST()
|
/third_party/skia/tools/sk_app/win/ |
H A D | GLWindowContext_win.cpp | 124 fHeight = rect.bottom - rect.top;
|
H A D | ANGLEWindowContext_win.cpp | 140 fHeight = rect.bottom - rect.top; in onInitializeContext()
|
/third_party/backends/backend/ |
H A D | canon630u-common.c | 849 /* 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 D | avision.h | 85 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 D | surface9.c | 400 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 D | pshints.c | 96 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 D | gl841.cpp | 1568 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 D | time_test.cc | 911 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 D | rrFragmentOperations.cpp | 53 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 D | vf_blend.c | 67 const uint8_t *bottom, ptrdiff_t bottom_linesize, \
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_processor.h | 51 page.bottom=36.0; in ProcessingParameters()
|
/third_party/node/deps/npm/lib/utils/ |
H A D | reify-output.js | 53 bottom: '', 54 'bottom-mid': '', 55 'bottom-left': '', 56 'bottom-right': '',
|
/third_party/skia/tools/ |
H A D | dump_record.cpp | 103 command.rect.left(), command.rect.top(), command.rect.right(), command.rect.bottom(), in print()
|
/third_party/skia/gm/ |
H A D | lcdblendmodes.cpp | 39 { bounds.right(), bounds.bottom() }, in make_shader()
|
H A D | orientation.cpp | 99 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 D | win32_monitor.c | 124 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 D | lima_state.c | 219 ctx->viewport.bottom = ctx->ext_viewport.bottom = in lima_set_viewport_states()
|