Home
last modified time | relevance | path

Searched refs:BorderWidth (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvoptflowbm.cpp130 int BorderWidth; in icvCalcOpticalFlowBM_8u32fR() local
315 BorderWidth = imgSize.width % blockSize.width; in icvCalcOpticalFlowBM_8u32fR()
316 if( BorderWidth ) in icvCalcOpticalFlowBM_8u32fR()
319 BorderWidth = blockSize.width; in icvCalcOpticalFlowBM_8u32fR()
373 CurrentWidth = (j == NumberBlocksX - 1) ? BorderWidth : blockSize.width; in icvCalcOpticalFlowBM_8u32fR()
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js2968 …tton(this.calendarPicker.calendarTableView.width() - CalendarTableView.BorderWidth * 2 - CalendarN…
3394 CalendarTableView.BorderWidth = 1;
3479 …turn this.scrollView.height() + CalendarTableHeaderView.Height + CalendarTableView.BorderWidth * 2;
3486 ….scrollView.setHeight(height - CalendarTableHeaderView.Height - CalendarTableView.BorderWidth * 2);
3726 CalendarPicker.BorderWidth = 1;
3833 …CalendarTableHeaderView.Height + numberOfRows * DayCell.Height + CalendarTableView.BorderWidth * 2;
3834 …ht + CalendarHeaderView.BottomMargin + CalendarPicker.Padding * 2 + CalendarPicker.BorderWidth * 2;
4051 …urn this.calendarTableView.width() + (CalendarTableView.BorderWidth + CalendarPicker.BorderWidth +…
4069 … CalendarHeaderView.BottomMargin - CalendarPicker.Padding * 2 - CalendarTableView.BorderWidth * 2);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DLayers3DView.js130 WebInspector.Layers3DView.BorderWidth = 1;
372 …isSelected ? WebInspector.Layers3DView.SelectedBorderWidth : WebInspector.Layers3DView.BorderWidth;