Home
last modified time | relevance | path

Searched refs:offsetBottom (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp417 for (int offsetBottom = 10; offsetBottom >= 0; offsetBottom -= 10) in TEST() local
419 const gl::Rectangle extend4(-50, -offsetTop, 50, 200 + offsetTop + offsetBottom); in TEST()
422 ASSERT_EQ(result.x0(), -50) << offsetTop << " " << offsetBottom; in TEST()
423 ASSERT_EQ(result.y0(), 0) << offsetTop << " " << offsetBottom; in TEST()
424 ASSERT_EQ(result.x1(), 100) << offsetTop << " " << offsetBottom; in TEST()
425 ASSERT_EQ(result.y1(), 200) << offsetTop << " " << offsetBottom; in TEST()
430 for (int offsetBottom = 10; offsetBottom >= 0; offsetBottom -= 10) in TEST() local
432 const gl::Rectangle extend4(100, -offsetTop, 50, 200 + offsetTop + offsetBottom); in TEST()
435 ASSERT_EQ(result.x0(), 0) << offsetTop << " " << offsetBottom; in TEST()
436 ASSERT_EQ(result.y0(), 0) << offsetTop << " " << offsetBottom; in TEST()
[all …]
/external/okhttp/website/static/
Dbootstrap.min.js6 …on(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBotto…
/external/fmtlib/doc/_static/
Dbootstrap.min.js7 …ar c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBotto…
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1749 …const VkOffset2D offsetBottom = { (deInt32)params.image.size.width / 2, (deInt32)params.image.siz… in testSecondaryCmdBuffer() local
1753 const VkRect2D rectRightBottom = { offsetBottom, extentBottom }; in testSecondaryCmdBuffer()