OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orphans
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h
79
short
orphans
;
member in class:WebCore::StyleRareInheritedData
RenderStyle.h
706
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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp
1596
int
orphans
= style()->hasAutoOrphans() ? style()->initialOrphans() : style()->
orphans
();
local
[
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
Completed in 2886 milliseconds