Searched defs:inverted (Results 1 - 9 of 9) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java68 private boolean inverted; field in class:Cylinder
141 * @param inverted
146 float radius, float height, boolean closed, boolean inverted) {
147 this(axisSamples, radialSamples, radius, radius, height, closed, inverted);
151 float radius, float radius2, float height, boolean closed, boolean inverted) {
153 updateGeometry(axisSamples, radialSamples, radius, radius2, height, closed, inverted);
199 return inverted;
211 * @param inverted is the cylinder is meant to be viewed from the inside.
214 float radius, float radius2, float height, boolean closed, boolean inverted) {
221 this.inverted
145 Cylinder(int axisSamples, int radialSamples, float radius, float height, boolean closed, boolean inverted) argument
150 Cylinder(int axisSamples, int radialSamples, float radius, float radius2, float height, boolean closed, boolean inverted) argument
213 updateGeometry(int axisSamples, int radialSamples, float radius, float radius2, float height, boolean closed, boolean inverted) argument
[all...]
/external/iproute2/tc/
H A Dm_ematch.h60 int inverted; member in struct:ematch
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted) argument
75 e->inverted = inverted;
/external/iptables/extensions/
H A Dlibxt_dccp.c172 print_types(uint16_t types, int inverted, int numeric) argument
176 if (inverted)
/external/skia/src/gpu/
H A DGrTesselatedPathRenderer.cpp378 bool inverted = GrIsFillInverted(fill); local
379 if (inverted) {
442 if (inverted) {
468 if (subpathCnt == 1 && !inverted && path.isConvex()) {
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrPattern.h52 static PassRefPtr<CharacterClassTable> create(const char* table, bool inverted) argument
54 return adoptRef(new CharacterClassTable(table, inverted));
58 CharacterClassTable(const char* table, bool inverted) argument
60 , m_inverted(inverted)
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp991 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); local
992 if (!inverted)
/external/valgrind/main/cachegrind/
H A Dcg_main.c1120 Bool inverted; local
1133 inverted by the ir optimiser. To do that, figure out
1151 inverted = nia == sea;
1160 /* If the exit is inverted, invert the sense of the guard. */
1165 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
/external/valgrind/main/callgrind/
H A Dmain.c849 * (= first instruction of next BB in memory), this is a inverted by VEX.
1087 Bool guest_exit, inverted; local
1104 inverted = clgs.bb->cjmp_inverted;
1106 inverted = False;
1133 /* If the exit is inverted, invert the sense of the guard. */
1138 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
1156 * A correction is needed if VEX inverted the last jump condition
1160 inverted ? cJumps+1 : cJumps, hWordTy);
1205 * A correction is needed if VEX inverted the last jump condition
1238 CLG_DEBUG(3, "], last inverted
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 231 milliseconds