Searched refs:inverted (Results 1 - 15 of 15) 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;
H A Dm_ematch.c184 if (t->inverted)
552 if (t->inverted)
/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/skia/src/gpu/
H A DGrMatrix.cpp171 bool GrMatrix::invert(GrMatrix* inverted) const {
174 if (inverted != this) {
175 inverted->setIdentity();
186 // check if we can't be inverted
189 } else if (NULL == inverted) {
207 inverted->fM[i] = (GrScalar)(t[i] * det);
221 inverted->fM[i] = (GrScalar)(t[i] * det);
223 inverted->fM[6] = 0;
224 inverted->fM[7] = 0;
225 inverted
[all...]
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/WebCore/platform/graphics/qt/
H A DContextShadowQt.cpp123 clipRect = p->transform().inverted().mapRect(p->window());
H A DGraphicsContextQt.cpp1137 QRect windowRect = p->transform().inverted().mapRect(p->window());
1182 QRect window = p->transform().inverted().mapRect(p->window());
H A DGraphicsLayerQt.cpp580 const QTransform transform2D = QTransform(m_transformRelativeToRootLayer) * parentTransform.inverted(&inverseOk);
/external/iptables/extensions/
H A Dlibxt_dccp.c172 print_types(uint16_t types, int inverted, int numeric) argument
176 if (inverted)
/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/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/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp991 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); local
992 if (!inverted)
/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 ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas933 /// Compute a Map&lt;String, Integer&gt; that is an inverted index of

Completed in 265 milliseconds