Home
last modified time | relevance | path

Searched refs:BorderTop (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/test/
Dconvolve_test.cc328 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() function in __anoneb20430e0111::ConvolveTest
331 return (i < BorderTop() * kOuterBlockSize || in IsIndexInBorder()
332 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
386 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in input()
395 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output()
404 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output_ref()
/external/libvpx/libvpx/test/
Dconvolve_test.cc397 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() function in __anon297880700111::ConvolveTest
400 return (i < BorderTop() * kOuterBlockSize || in IsIndexInBorder()
401 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
464 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in input()
477 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output()
490 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output_ref()
/external/pdfium/core/fxcrt/css/
Dcfx_cssdatatable.cpp37 {CFX_CSSProperty::BorderTop, L"border-top", 0x2B866ADE,
Dcfx_css.h91 BorderTop, enumerator
Dcfx_cssdeclaration.cpp391 case CFX_CSSProperty::BorderTop: in AddProperty()