Searched refs:bound (Results 1 - 25 of 72) sorted by relevance

123

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DAreaUtils.java54 * @param bound The bounds to calculate the volume from.
59 public static float calcScreenArea(BoundingVolume bound, float distance, float screenWidth) { argument
60 if (bound.getType() == BoundingVolume.Type.Sphere){
61 return calcScreenArea((BoundingSphere) bound, distance, screenWidth);
62 }else if (bound.getType() == BoundingVolume.Type.AABB){
63 return calcScreenArea((BoundingBox) bound, distance, screenWidth);
68 private static float calcScreenArea(BoundingSphere bound, float distance, float screenWidth) { argument
74 float radius = (bound.getRadius() * screenWidth) / (distance * 2);
78 private static float calcScreenArea(BoundingBox bound, float distance, float screenWidth) { argument
80 float radiusSquare = bound
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBKeyRange.cpp49 PassRefPtr<IDBKeyRange> IDBKeyRange::lowerBound(PassRefPtr<IDBKey> bound, bool open) argument
51 return IDBKeyRange::create(bound, 0, open, false);
54 PassRefPtr<IDBKeyRange> IDBKeyRange::upperBound(PassRefPtr<IDBKey> bound, bool open) argument
56 return IDBKeyRange::create(0, bound, false, open);
59 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen, bool upperOpen) function in class:WebCore::IDBKeyRange
H A DIDBKeyRange.idl38 [ClassMethod] IDBKeyRange lowerBound(in IDBKey bound, in [Optional] boolean open);
39 [ClassMethod] IDBKeyRange upperBound(in IDBKey bound, in [Optional] boolean open);
40 [ClassMethod] IDBKeyRange bound(in IDBKey lower, in IDBKey upper, in [Optional] boolean lowerOpen, in [Optional] boolean upperOpen);
H A DIDBKeyRange.h52 static PassRefPtr<IDBKeyRange> lowerBound(PassRefPtr<IDBKey> bound, bool open = false);
53 static PassRefPtr<IDBKeyRange> upperBound(PassRefPtr<IDBKey> bound, bool open = false);
54 static PassRefPtr<IDBKeyRange> bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowerOpen = false, bool upperOpen = false);
/external/v8/test/mjsunit/compiler/
H A Dregress-serialized-slots.js41 function bound()
48 return bound;
/external/openssl/apps/
H A DCA.pl175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
H A DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
H A DCA.sh35 bound=$3
40 echo $line|grep "^-----END.*$bound" 2>/dev/null 1>/dev/null
49 echo $line|grep "^-----BEGIN.*$bound" 2>/dev/null 1>/dev/null
/external/valgrind/main/drd/tests/
H A Domp_prime.c19 int bound = floor(sqrt ((double)v)) + 1; local
21 for (i = 2; i < bound; i++)
/external/skia/tests/
H A DDrawTextTest.cpp21 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) { argument
22 bm->setConfig(config, bound.width(), bound.height());
H A DBlurTest.cpp23 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) { argument
24 bm->setConfig(config, bound.width(), bound.height());
/external/v8/test/mjsunit/
H A Ddebug-stepin-function-call.js138 // Test step into bound function.
140 var bound = g.bind(null, 3);
142 bound();
155 // Test global bound function.
/external/openssl/crypto/asn1/
H A Dasn_mime.c103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
104 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
283 char bound[33], c; local
299 RAND_pseudo_bytes((unsigned char *)bound, 32);
301 c = bound[i] & 0xf;
304 bound[i] = c;
306 bound[32] = 0;
313 bound, mime_eol, mime_eol);
317 BIO_printf(bio, "------%s%s", bound, mime_eol);
320 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eo
608 multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) argument
921 mime_bound_check(char *line, int linelen, char *bound, int blen) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java134 Rectangle bound = block.getTextBox();
135 if (bound == null) {
138 return x0 > 0 && bound.x+bound.width-gap < getX1();
253 final Rectangle bound = getBound(block);
292 x0 = bound.x;
333 xAdvance = bound.x-x0;
H A DLetters.java24 Letters(BitmapFont font, StringBlock bound, boolean rightToLeft) { argument
25 final String text = bound.getText();
26 this.block = bound;
/external/chromium/net/base/
H A Dcapturing_net_log.h85 // bound() method.
95 BoundNetLog bound() const { function in class:net::CapturingBoundNetLog
/external/v8/src/
H A Ddebug-agent.cc55 bool bound = false; local
56 while (!bound && !terminate_) {
57 bound = server_->Bind(port_);
62 if (!bound) {
69 // Accept connections on the bound port.
/external/ipsec-tools/src/libipsec/
H A Dipsec_dump_policy.c274 ipsec_dump_ipsecrequest(buf, len, xisr, bound, withports)
278 size_t bound; /* boundary */
284 if (xisr->sadb_x_ipsecrequest_len > bound) {
/external/mesa3d/docs/
H A DMESA_texture_array.spec391 same initial values. If the new texture object is bound to TEXTURE_1D,
402 bind is successful no change is made to the state of the bound texture
405 While a texture object is bound, GL operations on the target to which
406 it is bound affect the bound object, and queries of the target to which
407 it is bound return state from the bound object. If texture mapping of
408 the dimensionality of the target to which a texture object is bound is
409 enabled, the state of the bound texture object directs the texturing
421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound t
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js553 bound = function() {
558 bound.prototype = new nop();
559 return bound;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb127 # Returns self if above the given lower bound, or
129 # otherwise returns the the bound of which the
132 # 4.bound(3) #=> 4
133 # 4.bound(5) #=> 5
134 # 4.bound(2,7) #=> 4
135 # 9.bound(2,7) #=> 7
136 # 1.bound(2,7) #=> 2
140 def bound( lower, upper=nil ) method in class:Integer
/external/libvpx/examples/includes/geshi/geshi/
H A Demail.php20 * * Fix the bound checks for kw groups 2 and 3, as well as rx group 1
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c823 TyEnt* bound; local
835 bound = ML_(TyEnts__index_by_cuOff)(tyents, NULL, boundR);
836 vg_assert(bound);
837 vg_assert(bound->tag == Te_Bound);
838 if (!(bound->Te.Bound.knownL && bound->Te.Bound.knownU
839 && bound->Te.Bound.boundL == 0
840 && bound->Te.Bound.boundU >= bound->Te.Bound.boundL))
842 size = bound
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java1010 * @param bound the bound to check for culling
1013 public FrustumIntersect contains(BoundingVolume bound) { argument
1014 if (bound == null) {
1022 if (planeCounter == bound.getCheckPlane()) {
1025 int planeId = (planeCounter == FRUSTUM_PLANES) ? bound.getCheckPlane() : planeCounter;
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]);
1034 bound.setCheckPlane(planeId);
1055 * @param bound the bound t
1058 containsGui(BoundingVolume bound) argument
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp755 RoundedIntRect bound = o->style()->getRoundedBorderFor(r); local
756 int radius = bound.radii().topLeft().width();
778 CGContextClipToRect(context, bound.rect());
779 paintInfo.context->addRoundedRectClip(bound);
785 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), bound.radii().topLeft(), bound.radii().topRight(), IntSize(), IntSize()));
792 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(bottomGradient), IntSize(), IntSize(), bound.radii().bottomLeft(), bound.radii().bottomRight()));
798 CGContextClipToRect(context, bound.rect());
799 paintInfo.context->addRoundedRectClip(bound);
[all...]

Completed in 3082 milliseconds

123