/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Cylinder.java | 68 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/ |
D | m_ematch.h | 60 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()
|
D | m_ematch.c | 184 if (t->inverted) in parse_tree() 552 if (t->inverted) in print_ematch_tree()
|
/external/webkit/Source/JavaScriptCore/yarr/ |
D | YarrPattern.h | 52 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/ |
D | charset-koi8-u-expected.txt | 3 The test passes if these two letters look inverted along the vertical axis: "ЭЄ"
|
/external/iptables/extensions/ |
D | libxt_dccp.c | 172 print_types(uint16_t types, int inverted, int numeric) in print_types() argument 176 if (inverted) in print_types()
|
D | libxt_tcp.man | 41 option is inverted.
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-imm-arm.ll | 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
|
/external/skia/src/gpu/ |
D | GrDrawState.cpp | 623 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/ |
D | ContextShadowQt.cpp | 123 clipRect = p->transform().inverted().mapRect(p->window()); in Q_GLOBAL_STATIC()
|
D | GraphicsContextQt.cpp | 1137 QRect windowRect = p->transform().inverted().mapRect(p->window()); in clipOut() 1182 QRect window = p->transform().inverted().mapRect(p->window()); in clipOut()
|
D | GraphicsLayerQt.cpp | 580 …rm transform2D = QTransform(m_transformRelativeToRootLayer) * parentTransform.inverted(&inverseOk); in updateTransform()
|
/external/valgrind/main/callgrind/ |
D | main.c | 1091 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/ |
D | cg_main.c | 1126 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/ |
D | WebNSViewExtras.m | 194 // are a flipped view the calculation of Y is inverted.
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
D | TransformationMatrix.cpp | 991 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); in inverse() local 992 if (!inverted) in inverse()
|
/external/qemu-pc-bios/vgabios/ |
D | README | 207 . Fixed DS and ES that where inverted in the int10 parameters list!
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | utf8.txt | 27 replacement character (U+FFFD), which looks a bit like an inverted
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
D | PHP SmartyPants Readme.txt | 216 Educates em-dashes and en-dashes, using inverted old-school
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeWizard.m | 283 /** Compute a Map<String, Integer> that is an inverted index of
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 423 … // Quartz bitmaps have origins at the bottom left, but the axes may be inverted, so handle that.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 1081 // inverted.
|
/external/strace/ |
D | ChangeLog-CVS | 1677 * 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/ |
D | libpng-1.2.46.txt | 1140 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
|
D | libpng-1.2.44.txt | 1140 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
|