Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dconvolve_test.cc393 int BorderTop() const { return (kOuterBlockSize - Height()) / 2; } in BorderTop() function in __anon44feeae40111::ConvolveTest
396 return (i < BorderTop() * kOuterBlockSize || in IsIndexInBorder()
397 i >= (BorderTop() + Height()) * kOuterBlockSize || in IsIndexInBorder()
458 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in input()
471 const int offset = BorderTop() * kOuterBlockSize + BorderLeft(); in output()
484 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()