HomeSort by relevance Sort by last modified time
    Searched refs:m_box (Results 1 - 7 of 7) sorted by null

  /external/opencv/cvaux/include/
cvaux.hpp 60 { return m_box.angle; }
62 { return m_box.size.height; }
64 { return m_box.size.width; }
66 { return m_box.center; }
124 CvBox2D m_box; member in class:CvCamShiftTracker
  /external/webkit/Source/WebCore/rendering/
BidiRun.h 40 , m_box(0)
61 InlineBox* m_box; member in struct:WebCore::BidiRun
RenderBlockLineLayout.cpp 311 r->m_box = box;
382 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
387 trailingSpaceRun->m_box->setLogicalWidth(0);
399 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
400 trailingSpaceRun->m_box->setLogicalWidth(0);
408 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
409 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
418 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth()
    [all...]
RenderFlexibleBox.cpp 46 : m_box(parent)
49 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
50 m_forward = m_box->style()->boxDirection() != BNORMAL;
52 m_forward = m_box->style()->boxDirection() == BNORMAL;
55 RenderBox* child = m_box->firstChildBox();
86 m_currentChild = m_box->firstChildBox();
91 m_currentChild = m_box->lastChildBox();
104 RenderFlexibleBox* m_box; member in class:WebCore::FlexBoxIterator
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 85 , m_box(defaultStyle()->m_box)
115 m_box.init();
146 , m_box(o.m_box)
181 && m_box == o.m_box
319 if (m_box->width() != other->m_box->width()
320 || m_box->minWidth() != other->m_box->minWidth(
    [all...]
RenderStyle.h 141 DataRef<StyleBoxData> m_box; member in class:WebCore::RenderStyle
396 Length width() const { return m_box->width(); }
397 Length height() const { return m_box->height(); }
398 Length minWidth() const { return m_box->minWidth(); }
399 Length maxWidth() const { return m_box->maxWidth(); }
400 Length minHeight() const { return m_box->minHeight(); }
401 Length maxHeight() const { return m_box->maxHeight(); }
463 Length verticalAlignLength() const { return m_box->verticalAlign(); }
    [all...]
  /external/opencv/cvaux/src/
camshift.cpp 47 memset( &m_box, 0, sizeof(m_box));
237 &m_comp, &m_box );

Completed in 104 milliseconds