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

  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 104 int newDepth;
106 newDepth = 0;
109 newDepth = head->m_previous->m_depth;
111 adjustDepth(newDepth, head->m_previous->m_type);
113 if (head->m_depth == newDepth) { // All remaining depth should be correct except if splicing was done.
118 newDepth = head->m_previous->m_depth;
121 head->m_depth = newDepth;
  /external/llvm/include/llvm/
PassManagers.h 336 void setDepth(unsigned newDepth) { Depth = newDepth; }
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 376 /// setDepthToAtLeast - If NewDepth is greater than this node's
379 void setDepthToAtLeast(unsigned NewDepth);
381 /// setDepthToAtLeast - If NewDepth is greater than this node's
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 203 void SUnit::setDepthToAtLeast(unsigned NewDepth) {
204 if (NewDepth <= getDepth())
207 Depth = NewDepth;
  /external/opencv/cvaux/include/
cvmat.hpp 540 _CvMAT_CVT_ cvt( int newdepth = -1, double scale = 1,
641 _CvMAT_CVT_ cvt( int newdepth = -1, double scale = 1, double shift = 0 ) const;
807 explicit _CvMAT_CVT_( const CvMAT* a, int newdepth = -1,
812 int newdepth;
    [all...]
  /external/opencv/cvaux/src/
cvmat.cpp 722 int depth = mat_cvt.newdepth;

Completed in 526 milliseconds