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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTimeRanges.cpp56 RefPtr<TimeRanges> inverted = TimeRanges::create(); local
61 inverted->add(negInf, posInf);
65 inverted->add(negInf, start);
68 inverted->add(m_ranges[index].m_end, m_ranges[index + 1].m_start);
72 inverted->add(end, posInf);
75 m_ranges.swap(inverted->m_ranges);
/external/chromium_org/tools/gn/
H A Dscope_per_file_provider.cc129 std::string inverted = InvertDir(source_file_.GetDir()); local
130 if (inverted.empty())
132 return inverted.substr(0, inverted.size() - 1);
/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/chromium_org/ui/gfx/
H A Dskbitmap_operations_unittest.cc90 // Invert bitmap and verify the each pixel is inverted and the alpha value is
106 SkBitmap inverted = SkBitmapOperations::CreateInvertedBitmap(src); local
108 SkAutoLockPixels inverted_lock(inverted);
114 SkColorGetA(*inverted.getAddr32(x, y)));
116 SkColorGetR(*inverted.getAddr32(x, y)));
118 SkColorGetG(*inverted.getAddr32(x, y)));
120 SkColorGetB(*inverted.getAddr32(x, y)));
H A Dskbitmap_operations.cc28 SkBitmap inverted; local
29 inverted.setConfig(SkBitmap::kARGB_8888_Config, image.width(), image.height(),
31 inverted.allocPixels();
32 inverted.eraseARGB(0, 0, 0, 0);
36 uint32* dst_row = inverted.getAddr32(0, y);
45 return inverted;
/external/iptables/extensions/
H A Dlibxt_dccp.c172 print_types(uint16_t types, int inverted, int numeric) argument
176 if (inverted)
/external/chromium_org/third_party/qcms/src/
H A Dtransform_util.c461 uint16_t *inverted; local
476 inverted = invert_lut(gamma_table_uint, 256, inverted_size);
477 if (!inverted)
479 compute_precache_lut(output, inverted, inverted_size);
480 free(inverted);
487 uint16_t *inverted; local
496 inverted = invert_lut(trc->data, trc->count, inverted_size);
497 if (!inverted)
499 compute_precache_lut(output, inverted, inverted_size);
500 free(inverted);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.cpp1301 bool inverted = WebCore::inverse(m_matrix, invMat.m_matrix); local
1302 if (!inverted)
/external/chromium_org/ui/compositor/
H A Dlayer.cc278 void Layer::SetLayerInverted(bool inverted) { argument
279 layer_inverted_ = inverted;
/external/valgrind/main/cachegrind/
H A Dcg_main.c1126 Bool inverted; local
1139 inverted by the ir optimiser. To do that, figure out
1157 inverted = nia == sea;
1166 /* If the exit is inverted, invert the sense of the guard. */
1171 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
/external/valgrind/main/callgrind/
H A Dmain.c855 * (= first instruction of next BB in memory), this is a inverted by VEX.
1091 Bool guest_exit, inverted; local
1108 inverted = clgs.bb->cjmp_inverted;
1110 inverted = False;
1137 /* If the exit is inverted, invert the sense of the guard. */
1142 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one)
1172 * A correction is needed if VEX inverted the last jump condition
1176 inverted ? cJumps+1 : cJumps, hWordTy);
1221 * A correction is needed if VEX inverted the last jump condition
1252 /* swap information of last exit with final exit if 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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 789 milliseconds