Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dconvolve_test.cc324 int BorderLeft() const { in BorderLeft() function in __anoneb20430e0111::ConvolveTest
333 i % kOuterBlockSize < BorderLeft() || in IsIndexInBorder()
334 i % kOuterBlockSize >= (BorderLeft() + Width())); 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.cc393 int BorderLeft() const { in BorderLeft() function in __anon297880700111::ConvolveTest
402 i % kOuterBlockSize < BorderLeft() || in IsIndexInBorder()
403 i % kOuterBlockSize >= (BorderLeft() + Width())); 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.cpp17 {CFX_CSSProperty::BorderLeft, L"border-left", 0x04080036,
Dcfx_css.h83 BorderLeft = 0, enumerator
Dcfx_cssdeclaration.cpp384 case CFX_CSSProperty::BorderLeft: in AddProperty()