Searched refs:marked (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnLocalTriangulator.h83 bool marked() function in class:WebCore::LoopBlinnLocalTriangulator::Vertex
88 void setMarked(bool marked) argument
90 m_marked = marked;
H A DLoopBlinnLocalTriangulator.cpp123 if (!next->marked() && !isSharedEdge(v, next) && (!next->interior() || next->end())) {
/external/skia/third_party/glu/libtess/
H A Drender.c93 f->marked = FALSE;
101 if( f->inside && ! f->marked ) {
103 assert( f->marked );
142 /* Macros which keep track of faces we have marked temporarily, and allow
149 #define Marked(f) (! (f)->inside || (f)->marked)
151 #define AddToTrail(f,t) ((f)->trail = (t), (t) = (f), (f)->marked = TRUE)
155 (t)->marked = FALSE; t = (t)->trail; \
297 e->Lface->marked = TRUE;
319 e->Lface->marked = TRUE;
325 e->Lface->marked
[all...]
H A Dmesh.h141 GLboolean marked; /* flag for conversion to strips */ member in struct:GLUface
188 * Other internal data (v->data, v->activeRegion, f->data, f->marked,
H A Dalg-outline193 - If an edge is marked "fixUpperEdge" (it is a temporary edge introduced
H A Dmesh.c189 fNew->marked = FALSE;
191 /* The new face is marked "inside" if the old one was. This is a
625 f->marked = FALSE;
/external/chromium/chrome/browser/resources/
H A Dcrashes.js60 'filled%20in%20above%20will%20be%20marked%20as%20WontFix*%0A%0A' +
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl75 Cannot display: file marked as a binary type.
91 Cannot display: file marked as a binary type.
111 Cannot display: file marked as a binary type.
128 Cannot display: file marked as a binary type.
495 Cannot display: file marked as a binary type.
513 Cannot display: file marked as a binary type.
534 Cannot display: file marked as a binary type.
553 Cannot display: file marked as a binary type.
575 Cannot display: file marked as a binary type.
596 Cannot display: file marked a
[all...]
H A DparseSvnDiffHeader.pl177 Cannot display: file marked as a binary type.
193 Cannot display: file marked as a binary type.
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java36 boolean marked = false; field in class:Label
H A DCode.java95 * marked exactly once and may be jumped to any number of times. Create a label
98 * that label. You can jump to a label that hasn't yet been marked (jumping
99 * forward) or to a label that has already been marked (jumping backward). Jump
221 this.currentLabel.marked = true;
333 if (label.marked) {
334 throw new IllegalStateException("already marked");
336 label.marked = true;
345 * error to jump to a label not marked on this {@code Code}.
409 if (currentLabel == null || !currentLabel.marked) {
467 currentLabel.marked
[all...]
/external/libvpx/examples/includes/geshi/geshi/
H A Dcobol.php175 //Avoid having - in identifiers marked as symbols
H A Dpixelbender.php24 * Keyword groups are defined as follows (groups marked with an asterisk
/external/iproute2/tc/
H A Dq_red.c191 fprintf(f, " marked %u early %u pdrop %u other %u",
192 st->marked, st->early, st->pdrop, st->other);
/external/iproute2/include/linux/
H A Dpkt_sched.h205 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
/external/kernel-headers/original/linux/
H A Dpkt_sched.h217 __u32 marked; /* Marked packets */ member in struct:tc_red_xstats
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jmonkeyengine/engine/src/bullet-native/android/
H A DAndroid.mk12 # 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
/external/webkit/Tools/Scripts/
H A DVCSUtils.pm729 } elsif (/^Cannot display: file marked as a binary type.$/) {
/external/zlib/contrib/masmx64/
H A Dgvmat64.asm28 ; 2. Altered source versions must be plainly marked as such, and must not be
/external/zlib/contrib/masmx86/
H A Dmatch686.asm180 ;; 2. Altered source versions must be plainly marked as such, and must not be
/external/iproute2/doc/
H A Dip-cref.tex1018 IPv6 neighbours can be marked with the additional flag \verb|router|
2909 destined for port 80 are marked with marker 0x1234 in input fwchain.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex598 marked when \textit{name} equals {\bf NULL}.

Completed in 777 milliseconds