Searched refs:kept (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/pathops/
H A DSkOpCoincidence.h45 void fixUp(SkOpPtT* deleted, SkOpPtT* kept);
H A DSkOpCoincidence.cpp349 void SkOpCoincidence::fixUp(SkOpPtT* deleted, SkOpPtT* kept) { argument
356 if (coin->fCoinPtTEnd->span() == kept->span()) {
359 coin->fCoinPtTStart = kept;
362 if (coin->fCoinPtTStart->span() == kept->span()) {
365 coin->fCoinPtTEnd = kept;
368 if (coin->fOppPtTEnd->span() == kept->span()) {
371 coin->fOppPtTStart = kept;
374 if (coin->fOppPtTStart->span() == kept->span()) {
377 coin->fOppPtTEnd = kept;
H A DSkOpSpan.cpp69 void SkOpPtT::removeNext(SkOpPtT* kept) { argument
77 span->upCast()->detach(kept);
273 void SkOpSpan::detach(SkOpPtT* kept) { argument
282 this->globalState()->coincidence()->fixUp(this->ptT(), kept);
H A DSkPathOpsPostSect.cpp58 void SkOpPtT::removeNext(SkOpPtT* kept) { argument
65 span->upCast()->detach(kept);
307 void SkOpSpan::detach(SkOpPtT* kept) { argument
317 this->globalState()->fCoincidence->fixUp(this->ptT(), kept);
H A DSkOpSpan.h97 void removeNext(SkOpPtT* kept);
/external/compiler-rt/make/
H A Doptions.mk3 # This list of such variables should be kept up to date with AvailableOptions in
/external/v8/src/
H A Dhydrogen-gvn.cc157 int kept = kNil; // List of kept elements. local
170 lists_[current].next = kept;
171 kept = current;
175 array_[i].next = kept;
783 // The logical "stack frames" of the recursion are kept in a list of
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm264 ; following is kept as reference
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb16 be kept in sync. New events must be handled on both sides of socket.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex92 The major characteristics of the IO stream that are kept intact include:
118 time kept between managing threads.)
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex326 \item \verb|expires| is time in seconds. Flow label will be kept at least
H A Dip-cref.tex1133 in this sequence. Instead, the routing table in the kernel is kept
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1066 /// of tokens is kept to efficiently and easily handle LT(i) calls, though
2001 /// Indexed from 1..markDepth. A null is kept at index 0. It is created
H A DAntlr.Runtime.pas1635 /// A null is kept @ index 0. Create upon first call to Mark().
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 771 milliseconds