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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 80 short orphans; member in class:WebCore::StyleRareInheritedData
RenderStyle.h 683 short orphans() const { return rareInheritedData->orphans; } function in class:WebCore::RenderStyle
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 81 GCVtx** orphans; member in struct:CvStereoGCState2
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans )
126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) );
128 newOrphans[i] = orphans[i];
129 cvFree( &orphans );
130 orphans = newOrphans;
142 GCVtx** orphans = _orphans; local
242 // modify weights of the edges along the path and collect orphans
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
259 orphans[norphans++] = v
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 1939 int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans(); local
    [all...]

Completed in 543 milliseconds