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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
BidiRun.h 40 , m_box(0)
56 InlineBox* m_box; member in struct:WebCore::BidiRun
RenderBlockLineLayout.cpp 632 r->m_box = box;
706 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
711 trailingSpaceRun->m_box->setLogicalWidth(0);
723 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
724 trailingSpaceRun->m_box->setLogicalWidth(0);
732 trailingSpaceRun->m_box->setLogicalWidth(max<float>(0, trailingSpaceRun->m_box->logicalWidth() - totalLogicalWidth + availableLogicalWidth));
733 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth();
742 totalLogicalWidth -= trailingSpaceRun->m_box->logicalWidth()
    [all...]
RenderDeprecatedFlexibleBox.cpp 43 : m_box(parent)
46 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
47 m_forward = m_box->style()->boxDirection() != BNORMAL;
49 m_forward = m_box->style()->boxDirection() == BNORMAL;
52 RenderBox* child = m_box->firstChildBox();
95 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox();
113 RenderDeprecatedFlexibleBox* m_box; member in class:WebCore::FlexBoxIterator
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 101 : m_box(defaultStyle()->m_box)
119 m_box.init();
139 , m_box(o.m_box)
169 m_box = other->m_box;
199 && m_box == o.m_box
354 if (m_box->width() != other->m_box->width(
    [all...]
RenderStyle.h 125 DataRef<StyleBoxData> m_box; member in class:WebCore::RenderStyle
439 Length width() const { return m_box->width(); }
440 Length height() const { return m_box->height(); }
441 Length minWidth() const { return m_box->minWidth(); }
442 Length maxWidth() const { return m_box->maxWidth(); }
443 Length minHeight() const { return m_box->minHeight(); }
444 Length maxHeight() const { return m_box->maxHeight(); }
510 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 241 milliseconds