HomeSort by relevance Sort by last modified time
    Searched refs:inverted (Results 1 - 18 of 18) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 68 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 = inverted;
    [all...]
  /external/iproute2/tc/
m_ematch.h 60 int inverted; member in struct:ematch
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted)
75 e->inverted = inverted;
m_ematch.c 184 if (t->inverted)
552 if (t->inverted)
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.h 52 static PassRefPtr<CharacterClassTable> create(const char* table, bool inverted)
54 return adoptRef(new CharacterClassTable(table, inverted));
58 CharacterClassTable(const char* table, bool inverted)
60 , m_inverted(inverted)
  /external/skia/src/gpu/
GrMatrix.cpp 171 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->fM[8] = (GrScalar)(t[8] * det)
    [all...]
GrTesselatedPathRenderer.cpp 378 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/
ContextShadowQt.cpp 123 clipRect = p->transform().inverted().mapRect(p->window());
GraphicsContextQt.cpp     [all...]
GraphicsLayerQt.cpp 580 const QTransform transform2D = QTransform(m_transformRelativeToRootLayer) * parentTransform.inverted(&inverseOk);
    [all...]
  /external/iptables/extensions/
libxt_dccp.c 172 print_types(uint16_t types, int inverted, int numeric)
176 if (inverted)
  /external/valgrind/main/callgrind/
main.c 849 * (= first instruction of next BB in memory), this is a inverted by VEX.
1087 Bool guest_exit, inverted; local
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c 1120 Bool inverted; local
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 88 # 3 : set all, using inverted old school en and em- dash shortcuts
95 # i : inverted old school dashes
118 # Do everything, turn all options on, use inverted old school dash shorthand.
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 991 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 1633 milliseconds