HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 351 - 375 of 1645) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/trace_event/common/
trace_event_common.h 571 // operation must use the same |name| and |id|. Each step can have its own
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
ConeShapeBuilder.java 45 final float step = (MathUtils.degreesToRadians * (angleTo - angleFrom)) / divisions; local
55 angle = ao + step * i;
  /external/libvpx/
libvpx-asm-translation.mk 12 # This step is only required for ARM. MIPS uses intrinsics exclusively and x86
  /external/opencv/cv/src/
cvfloodfill.cpp 95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed,
99 uchar* img = pImage + step * seed.y;
167 img = pImage + (YC + dir) * step;
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed,
231 int* img = pImage + (step /= sizeof(pImage[0])) * seed.y;
299 img = pImage + (YC + dir) * step;
373 icvFloodFill_Grad_8u_CnIR( uchar* pImage, int step, uchar* pMask, int maskStep,
378 uchar* img = pImage + step*seed.y;
480 curstep = dir * step;
481 img = pImage + (YC + dir) * step;
    [all...]
cvsumpixels.cpp 401 src_step = src->step ? src->step : CV_STUB_STEP;
402 sum_step = sum->step ? sum->step : CV_STUB_STEP;
403 sqsum_step = !sqsum ? 0 : sqsum->step ? sqsum->step : CV_STUB_STEP;
404 tilted_step = !tilted ? 0 : tilted->step ? tilted->step : CV_STUB_STEP;
cvimgwarp.cpp     [all...]
cvlkpyramid.cpp 79 int **step, CvSize** size,
95 *step = 0;
125 /* set pointers and step for every level */
146 (sizeof(imgI[0][0]) * 2 + sizeof(step[0][0]) +
153 *step = (int *) (*imgJ + level1);
154 *scale = (double *) (*step + level1);
159 step[0][0] = imgA->step;
190 step[0][i] = cvAlign( levelSize.width, ALIGN ) * elem_size;
193 levelBytes = step[0][i] * levelSize.height
295 int *step = 0; local
685 int *step = 0; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java 91 // draw each step
93 final int step = (startStep - x) < 0 ? (STEP_COUNT + (startStep - x)) : (startStep - x);
94 final BlurRecord record = mHistory[step];
  /external/skia/samplecode/
SampleCircle.cpp 81 SkScalar step = SK_ScalarPI * 2 / n; local
84 angle += step;
  /external/skia/src/core/
SkTraceEventCommon.h 568 // operation must use the same |name| and |id|. Each step can have its own
    [all...]
  /external/skia/tests/
PaintBreakTextTest.cpp 20 const SkScalar step = SkMaxScalar(width / 10, SK_Scalar1); local
21 for (SkScalar w = 0; w <= width; w += step) {
  /external/v8/base/trace_event/common/
trace_event_common.h 571 // operation must use the same |name| and |id|. Each step can have its own
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdjacencyList.java 38 * actual step in the chain building process, and the associated
68 * <code>POSSIBLE</code> denotes that the current step represents a
118 * Recursive, private method which actually builds the step list from
147 // entered as a possible step before we take any actions
167 // successful step? If there's only one entry without
168 // a throwable, then that's the successful step. Otherwise,
182 // which might be the succeed step...how do we know
250 for (Vertex step : l) {
251 sb.append(step.toString()).append("\n");
  /external/ImageMagick/MagickCore/
shear.c 238 step;
242 for (step=1; step < GetMatrixColumns(p); step*=2)
244 for (x=0; x < (ssize_t) GetMatrixColumns(p); x+=2*(ssize_t) step)
256 for (i=0; i < (ssize_t) step; i++)
262 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
267 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse)
277 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
235 step; local
1210 step; local
1407 step; local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 659 public void solveCollision(TimeStep step) {
672 final float p2x = p1x + step.dt * v.x;
673 final float p2y = p1y + step.dt * v.y;
683 sccallback.step = step;
688 public void solve(TimeStep step) {
707 final float gravityx = step.dt * m_gravityScale * m_world.getGravity().x;
708 final float gravityy = step.dt * m_gravityScale * m_world.getGravity().y;
709 float criticalVelocytySquared = getCriticalVelocitySquared(step);
721 solveCollision(step);
    [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 122 step /= sizeof(src[0])
234 const arrtype* src, int step, CvSize size, \
235 sumtype_final* sum ), (src, step, size, sum) ) \
240 for( ; size.height--; src += step ) \
264 const arrtype* src, int step, CvSize size, \
265 sumtype_final* sum ), (src, step, size, sum) ) \
270 for( ; size.height--; src += step ) \
284 const arrtype* src, int step, CvSize size, \
286 (src, step, size, sum, cvAlgHintAccurate) ) \
291 for( ; size.height--; src += step ) \
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 113 if( step < 1. + FLT_EPSILON )
114 CV_ERROR( CV_StsBadArg, "Grid step must greater then 1" );
130 grid.step = 5; // total iterations = 5
136 grid.step = 15; // total iterations = 4
142 grid.step = 7; // total iterations = 4
148 grid.step = 3; // total iterations = 3
154 grid.step = 14; // total iterations = 3
160 grid.step = 7; // total iterations = 3
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 211 int step; member in struct:Image_FFMPEG
233 bool retrieveFrame(int, unsigned char** data, int* step, int* width, int* height, int* cn);
643 frame.step = rgb_picture.linesize[0];
733 bool CvCapture_FFMPEG::retrieveFrame(int, unsigned char** data, int* step, int* width, int* height, int* cn)
775 *step = frame.step;
1002 bool writeFrame( const unsigned char* data, int step, int width, int height, int cn, int origin );
    [all...]
cap_mjpeg_encoder.cpp 603 writeFrameData(img.data, (int)img.step, colorspace, input_channels);
632 void writeFrameData( const uchar* data, int step, int colorspace, int input_channels );
802 int step, const short *postscale )
805 int16x8_t x0 = vld1q_s16(src); int16x8_t x1 = vld1q_s16(src + step*7);
806 int16x8_t x2 = vld1q_s16(src + step*3); int16x8_t x3 = vld1q_s16(src + step*4);
815 x0 = vld1q_s16(src + step); x3 = vld1q_s16(src + step*6);
820 x0 = vld1q_s16(src + step*2); x3 = vld1q_s16(src + step*5)
    [all...]
  /art/runtime/jdwp/
jdwp_event.h 79 } step; member in union:art::JDWP::JdwpEventMod
  /cts/tests/tests/graphics/src/android/graphics/cts/
SweepGradientTest.java 84 final double step = twoPi / NUM_STEPS; local
87 for (double rad = step; rad <= twoPi - step; rad += step) {
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNIView.java 48 GLES3JNILib.step();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 118 void step(int width, int height, float minStep, float maxStep) { method in class:WindowSurface.MovingPoint
222 mPoint1.step(canvas.getWidth(), canvas.getHeight(),
224 mPoint2.step(canvas.getWidth(), canvas.getHeight(),
226 mColor.step(127, 127, 1, 3);
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 133 step(event.getEventTime());
147 step(event.getEventTime());
317 step(currentStepTime);
321 private void step(long currentStepTime) { method in class:GameView
331 if (!currentShip.step(tau)) {
341 if (!bullet.step(tau)) {
352 if (!obstacle.step(tau)) {
542 * @param tau the elapsed time in seconds since the last step
545 public boolean step(float tau) { method in class:GameView.Sprite
609 step(0)
1004 public boolean step(float tau) { method in class:GameView.Ship
1059 public boolean step(float tau) { method in class:GameView.Bullet
1096 public boolean step(float tau) { method in class:GameView.Obstacle
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 78 * Visit a step within a location path.
81 * @param step The Step object.
84 public boolean visitStep(ExpressionOwner owner, NodeTest step)

Completed in 2028 milliseconds

<<11121314151617181920>>