Home
last modified time | relevance | path

Searched refs:offsetTop (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp415 for (int offsetTop = 10; offsetTop >= 0; offsetTop -= 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()
428 for (int offsetTop = 10; offsetTop >= 0; offsetTop -= 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/freetype/docs/markdown/javascripts/
Dextra.js12 var y = elem.offsetTop;
14 y += elem.offsetTop;
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js440 var offsetTop = selected.position().top;
441 …if (selected.parent().parent().is(".toggle-list")) offsetTop += selected.parent().parent().positio…
442 if(offsetTop > navHeight - 92) {
443 scrolling.scrollTop = offsetTop - navHeight + 92;
Djquery-resizable.min.js19offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.s…
/external/perfetto/infra/perfetto.dev/src/assets/
Dscript.js92 {top: anchor.offsetTop + anchor.offsetHeight / 2, obj: link});
106 const offY = doc.offsetTop;
/external/python/httplib2/doc/html/_static/
Djquery.js4192 top = elem.offsetTop, left = elem.offsetLeft;
4198 top += elem.offsetTop, left += elem.offsetLeft;
4211 top += body.offsetTop,
4234 this.doesNotAddBorder = (checkDiv.offsetTop !== 5);
4235 this.doesAddBorderForTableAndCells = (td.offsetTop === 5);
4238 this.subtractsBorderForOverflowNotVisible = (checkDiv.offsetTop === -5);
4241 this.doesNotIncludeMarginInBodyOffset = (body.offsetTop === 0);
4250 var top = body.offsetTop, left = body.offsetLeft;
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js479 offsetY += element.offsetTop;
/external/libwebsockets/test-apps/
Dtest.js479 offsetY += element.offsetTop;
/external/tinyxml2/docs/search/
Dsearch.js45 y += item.offsetTop;
/external/oboe/docs/reference/search/
Dsearch.js68 y += item.offsetTop;
/external/angle/third_party/vulkan_memory_allocator/docs/html/search/
Dsearch.js69 y += item.offsetTop;
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js1591 doesNotAddBorder: ( inner.offsetTop !== 5 ),
1592 doesAddBorderForTableAndCells: ( td.offsetTop === 5 )
1599 offsetSupport.fixedPosition = ( inner.offsetTop === 20 || inner.offsetTop === 15 );
1605 offsetSupport.subtractsBorderForOverflowNotVisible = ( inner.offsetTop === -5 );
1606 offsetSupport.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== conMarginTop );
8969 top = elem.offsetTop,
8982 top += elem.offsetTop;
9003 top += body.offsetTop;
9019 var top = body.offsetTop,
/external/slf4j/slf4j-site/src/site/pages/js/
Djquery-min.js2offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top=…
/external/testng/src/main/resources/
Djquery-1.7.1.min.js2offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top=…
/external/okhttp/website/static/
Dbootstrap.min.js6 …et||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.…
/external/fmtlib/doc/_static/
Dbootstrap.min.js7 …=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.…
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1748 const VkOffset2D offsetTop = { (deInt32)params.image.size.width / 2, 0 }; in testSecondaryCmdBuffer() local
1752 const VkRect2D rectRightTop = { offsetTop, extentTop }; in testSecondaryCmdBuffer()
/external/tinyxml2/docs/
Djquery.js16offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.styl…
/external/oboe/docs/reference/
Djquery.js16offsetTop!==5),doesAddBorderForTableAndCells:(bO.offsetTop===5)};bW.style.position="fixed";bW.styl…
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js3009 this[0] && this[0].offsetTop;
5437 pos += currentEl.offsetTop;