Searched defs:nextPoint (Results 1 - 3 of 3) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/shadows/system/
H A DBaseShadowSystem.java310 lp = nextPoint();
350 protected LightProperties nextPoint () { method in class:BaseShadowSystem
367 return nextPoint();
375 return nextPoint();
/external/opencv3/modules/video/src/
H A Dlkpyramid.cpp704 Point2f nextPoint = nextPts[ptidx] - halfWin; local
707 inextPoint.x = cvFloor(nextPoint.x);
708 inextPoint.y = cvFloor(nextPoint.y);
718 float aa = nextPoint.x - inextPoint.x;
719 float bb = nextPoint.y - inextPoint.y;
/external/skia/src/ports/
H A DSkFontHost_win.cpp1340 const POINTFX* nextPoint = fPointIter.next(); local
1341 if (nullptr == nextPoint) {
1349 nextPoint = fPointIter.next();
1351 return nextPoint;

Completed in 209 milliseconds