Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dconvolve_test.cc325 int BorderLeft() const { in BorderLeft() function in __anon710412450111::ConvolveTest
334 i % kOuterBlockSize < BorderLeft() || in IsIndexInBorder()
335 i % kOuterBlockSize >= (BorderLeft() + Width())); in IsIndexInBorder()
387 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in input()
396 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output()
405 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output_ref()
/external/libvpx/libvpx/test/
Dconvolve_test.cc393 int BorderLeft() const { in BorderLeft() function in __anonaf5c4fa70111::ConvolveTest
402 i % kOuterBlockSize < BorderLeft() || in IsIndexInBorder()
403 i % kOuterBlockSize >= (BorderLeft() + Width())); in IsIndexInBorder()
470 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in input()
483 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output()
496 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output_ref()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h85 BorderLeft = 0, enumerator
Dcfx_cssdata.cpp23 {PROP(CFX_CSSProperty::BorderLeft,
Dcfx_cssdeclaration.cpp241 case CFX_CSSProperty::BorderLeft: in AddProperty()