HomeSort by relevance Sort by last modified time
    Searched full:m_forward (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 48 m_forward = m_box->style()->boxDirection() != BNORMAL;
50 m_forward = m_box->style()->boxDirection() == BNORMAL;
51 if (!m_forward) {
83 m_currentOrdinal = m_forward ? 1 : m_largestOrdinal;
93 m_currentOrdinal = m_forward ? m_sortedOrdinalValues[m_ordinalIteration - 1] : m_sortedOrdinalValues[m_sortedOrdinalValues.size() - m_ordinalIteration];
96 m_currentChild = m_forward ? m_box->firstChildBox() : m_box->lastChildBox();
98 m_currentChild = m_forward ? m_currentChild->nextSiblingBox() : m_currentChild->previousSiblingBox();
110 unsigned int firstOrdinalValue = m_forward ? 1 : m_largestOrdinal;
116 bool m_forward; member in class:WebCore::FlexBoxIterator
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 1270 const bool m_forward; member in class:tcu::ASTCDecompressInternal::BitAccessStream
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 222 , m_forward (forward)
243 return m_forward ? m_dst.setBits(m_startNdxInSrc + low, m_startNdxInSrc + high, actualBits)
251 const bool m_forward; member in class:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::BitAssignAccessStream
    [all...]

Completed in 256 milliseconds