Home
last modified time | relevance | path

Searched refs:bound2 (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dbigtileimagefilter.cpp72 SkRect bound2 = SkRect::MakeWH(SkIntToScalar(kBitmapSize), SkIntToScalar(kBitmapSize)); in onDraw() local
81 canvas->saveLayer(&bound2, &p2); in onDraw()
87 canvas->drawImageRect(fGreenImage, bound2, bound3, nullptr, in onDraw()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DMultiStartUnivariateRealOptimizer.java243 final double bound2 = (i == 0) ? max : min + generator.nextDouble() * (max - min); in optimize() local
245 FastMath.min(bound1, bound2), in optimize()
246 FastMath.max(bound1, bound2)); in optimize()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_set.h241 GIM_AABB bound2; in refit() local
242 getNodeBound(childindex,bound2); in refit()
243 bound.merge(bound2); in refit()
/external/v8/test/mjsunit/
Dfunction-bind.js320 var bound2 = fun.bind({});
321 assertTrue(%HaveSameMap(new bound, new bound2));