Searched refs:m_box (Results 1 – 7 of 7) sorted by relevance
/external/opencv/cvaux/include/ |
D | cvaux.hpp | 60 { return m_box.angle; } in get_orientation() 62 { return m_box.size.height; } in get_length() 64 { return m_box.size.width; } in get_width() 66 { return m_box.center; } in get_center() 124 CvBox2D m_box; member in CvCamShiftTracker
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 85 , m_box(defaultStyle()->m_box) in RenderStyle() 115 m_box.init(); in RenderStyle() 146 , m_box(o.m_box) in RenderStyle() 181 && m_box == o.m_box in operator ==() 319 if (m_box->width() != other->m_box->width() in diff() 320 || m_box->minWidth() != other->m_box->minWidth() in diff() 321 || m_box->maxWidth() != other->m_box->maxWidth() in diff() 322 || m_box->height() != other->m_box->height() in diff() 323 || m_box->minHeight() != other->m_box->minHeight() in diff() 324 || m_box->maxHeight() != other->m_box->maxHeight()) in diff() [all …]
|
D | RenderStyle.h | 141 DataRef<StyleBoxData> m_box; variable 396 Length width() const { return m_box->width(); } in width() 397 Length height() const { return m_box->height(); } in height() 398 Length minWidth() const { return m_box->minWidth(); } in minWidth() 399 Length maxWidth() const { return m_box->maxWidth(); } in maxWidth() 400 Length minHeight() const { return m_box->minHeight(); } in minHeight() 401 Length maxHeight() const { return m_box->maxHeight(); } in maxHeight() 463 Length verticalAlignLength() const { return m_box->verticalAlign(); } in verticalAlignLength() 682 EBoxSizing boxSizing() const { return m_box->boxSizing(); } in boxSizing() 804 void setWidth(Length v) { SET_VAR(m_box, m_width, v) } in setWidth() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 311 r->m_box = box; in constructLine() 382 …trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - t… in updateLogicalWidthForLeftAlignedBlock() 387 trailingSpaceRun->m_box->setLogicalWidth(0); in updateLogicalWidthForLeftAlignedBlock() 399 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth(); in updateLogicalWidthForRightAlignedBlock() 400 trailingSpaceRun->m_box->setLogicalWidth(0); in updateLogicalWidthForRightAlignedBlock() 408 …trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - t… in updateLogicalWidthForRightAlignedBlock() 409 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth(); in updateLogicalWidthForRightAlignedBlock() 418 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth(); in updateLogicalWidthForCenterAlignedBlock() 419 …trailingSpaceWidth = min(trailingSpaceRun->m_box->logicalWidth(), (availableLogicalWidth - totalLo… in updateLogicalWidthForCenterAlignedBlock() 420 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceWidth)); in updateLogicalWidthForCenterAlignedBlock() [all …]
|
D | BidiRun.h | 40 , m_box(0) in BidiRun() 61 InlineBox* m_box; member
|
D | RenderFlexibleBox.cpp | 46 : m_box(parent) in FlexBoxIterator() 49 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection()) in FlexBoxIterator() 50 m_forward = m_box->style()->boxDirection() != BNORMAL; in FlexBoxIterator() 52 m_forward = m_box->style()->boxDirection() == BNORMAL; in FlexBoxIterator() 55 RenderBox* child = m_box->firstChildBox(); in FlexBoxIterator() 86 m_currentChild = m_box->firstChildBox(); in next() 91 m_currentChild = m_box->lastChildBox(); in next() 104 RenderFlexibleBox* m_box; member in WebCore::FlexBoxIterator
|
/external/opencv/cvaux/src/ |
D | camshift.cpp | 47 memset( &m_box, 0, sizeof(m_box)); in CvCamShiftTracker() 237 &m_comp, &m_box ); in track_object()
|