Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 25 of 49) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DCylinder.java68 private boolean inverted; field in Cylinder
146 float radius, float height, boolean closed, boolean inverted) { in Cylinder() argument
147 this(axisSamples, radialSamples, radius, radius, height, closed, inverted); in Cylinder()
151 float radius, float radius2, float height, boolean closed, boolean inverted) { in Cylinder() argument
153 updateGeometry(axisSamples, radialSamples, radius, radius2, height, closed, inverted); in Cylinder()
199 return inverted; in isInverted()
214 float radius, float radius2, float height, boolean closed, boolean inverted) { in updateGeometry() argument
221 this.inverted = inverted; in updateGeometry()
325 if (!inverted) in updateGeometry()
330 nb.put(0).put(0).put(topBottom * (inverted ? -1 : 1)); in updateGeometry()
[all …]
/external/iproute2/tc/
Dm_ematch.h60 int inverted; member
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch() argument
75 e->inverted = inverted; in new_ematch()
Dm_ematch.c184 if (t->inverted) in parse_tree()
552 if (t->inverted) in print_ematch_tree()
/external/webkit/Source/JavaScriptCore/yarr/
DYarrPattern.h52 static PassRefPtr<CharacterClassTable> create(const char* table, bool inverted) in create()
54 return adoptRef(new CharacterClassTable(table, inverted)); in create()
58 CharacterClassTable(const char* table, bool inverted) in CharacterClassTable()
60 , m_inverted(inverted) in CharacterClassTable()
/external/webkit/LayoutTests/fast/encoding/
Dcharset-koi8-u-expected.txt3 The test passes if these two letters look inverted along the vertical axis: "ЭЄ"
/external/iptables/extensions/
Dlibxt_dccp.c172 print_types(uint16_t types, int inverted, int numeric) in print_types() argument
176 if (inverted) in print_types()
Dlibxt_tcp.man41 option is inverted.
/external/llvm/test/CodeGen/ARM/
Dinlineasm-imm-arm.ll15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
/external/skia/src/gpu/
DGrDrawState.cpp623 bool inverted = false; in set() local
627 if (!inverted && !fViewMatrix.invert(&invVM)) { in set()
632 inverted = true; in set()
/external/webkit/Source/WebCore/platform/graphics/qt/
DContextShadowQt.cpp123 clipRect = p->transform().inverted().mapRect(p->window()); in Q_GLOBAL_STATIC()
DGraphicsContextQt.cpp1137 QRect windowRect = p->transform().inverted().mapRect(p->window()); in clipOut()
1182 QRect window = p->transform().inverted().mapRect(p->window()); in clipOut()
DGraphicsLayerQt.cpp580 …rm transform2D = QTransform(m_transformRelativeToRootLayer) * parentTransform.inverted(&inverseOk); in updateTransform()
/external/valgrind/main/callgrind/
Dmain.c1091 Bool guest_exit, inverted; in CLG_() local
1108 inverted = clgs.bb->cjmp_inverted; in CLG_()
1110 inverted = False; in CLG_()
1142 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one) in CLG_()
1176 inverted ? cJumps+1 : cJumps, hWordTy); in CLG_()
/external/valgrind/main/cachegrind/
Dcg_main.c1126 Bool inverted; in cg_instrument() local
1157 inverted = nia == sea; in cg_instrument()
1171 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one) in cg_instrument()
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.m194 // are a flipped view the calculation of Y is inverted.
/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp991 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); in inverse() local
992 if (!inverted) in inverse()
/external/qemu-pc-bios/vgabios/
DREADME207 . Fixed DS and ES that where inverted in the int10 parameters list!
/external/qemu/distrib/sdl-1.2.15/test/
Dutf8.txt27 replacement character (U+FFFD), which looks a bit like an inverted
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt216 Educates em-dashes and en-dashes, using inverted old-school
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeWizard.m283 /** Compute a Map<String, Integer> that is an inverted index of
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm423 … // Quartz bitmaps have origins at the bottom left, but the axes may be inverted, so handle that.
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td1081 // inverted.
/external/strace/
DChangeLog-CVS1677 * ipc.c (sys_semtimedop): Fixed inverted indirect_ipccall test.
2401 * syscall.c (qual_signal): Fix inverted return value and bogus
2974 [S390 || S390X]: Define them with inverted values.
/external/libpng/
Dlibpng-1.2.46.txt1140 that file gammas are inverted from screen gammas. See the discussions
2192 chunk data has to be inverted before the tRNS chunk is written. If
Dlibpng-1.2.44.txt1140 that file gammas are inverted from screen gammas. See the discussions
2192 chunk data has to be inverted before the tRNS chunk is written. If

12