HomeSort by relevance Sort by last modified time
    Searched refs:firstIndex (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 282 int firstIndex = first;
285 const Angle* angle = sorted[firstIndex];
286 int prior = firstIndex;
291 if (prior == firstIndex) { // all are coincident with each other
308 if (next == firstIndex) { // all are coincident with each other
335 // alreadyMarked |= aSeg == sorted[firstIndex]->segment();
355 // alreadyMarked |= aSeg == sorted[firstIndex]->segment();
Simplify.cpp     [all...]
ConvexHull_Test.cpp 225 int firstIndex = 0;
229 for (size_t index = firstIndex; index < cubicDataSet_count; ++index) {
EdgeWalker.cpp 416 int firstIndex, lastIndex;
449 firstIndex = listIndex;
547 firstIndex + 1, firstPt.fX, firstPt.fY);
    [all...]
  /external/skia/experimental/Intersection/
thingsToDo.txt 282 int firstIndex = first;
285 const Angle* angle = sorted[firstIndex];
286 int prior = firstIndex;
291 if (prior == firstIndex) { // all are coincident with each other
308 if (next == firstIndex) { // all are coincident with each other
335 // alreadyMarked |= aSeg == sorted[firstIndex]->segment();
355 // alreadyMarked |= aSeg == sorted[firstIndex]->segment();
Simplify.cpp     [all...]
ConvexHull_Test.cpp 225 int firstIndex = 0;
229 for (size_t index = firstIndex; index < cubicDataSet_count; ++index) {
EdgeWalker.cpp 416 int firstIndex, lastIndex;
449 firstIndex = listIndex;
547 firstIndex + 1, firstPt.fX, firstPt.fY);
    [all...]
  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 156 firstIndex indI ;
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 156 firstIndex indI ;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 156 firstIndex indI ;
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 67 deUint32 firstIndex;
262 drawCommand.firstIndex = (m_op == INVALID_INDEX_FIRST) ? (overBoundDrawCount) : (0);
271 << "\n\tfirstIndex\t" << drawCommand.firstIndex
  /external/icu/icu4c/source/samples/cal/
cal.c 51 int32_t firstIndex,
282 * firstIndex is the index of the symbol to place first in
291 int32_t firstIndex,
307 int32_t idx = (i + firstIndex) % arrayLength;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 676 int firstIndex = mGrid.getFirstIndex();
679 Log .v(getTag(), "mGrid firstIndex " + firstIndex + " lastIndex " + lastIndex);
681 for (int i = lastIndex; i >=firstIndex; i--) {
700 firstIndex = mGrid.getFirstIndex();
706 Log.v(getTag(), "mGrid firstIndex " + firstIndex + " lastIndex "
710 for (int i = firstIndex; i <= lastIndex; i++) {
721 int firstItemRowPosition = mRows[mGrid.getLocation(firstIndex).row].low;
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DatabaseTestBase.java 431 int firstIndex = cursor.getColumnIndex("first_column");
434 assertThat(cursor.getString(firstIndex), equalTo(null));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 222 int firstIndex = listIndexToRenderListBoxIndex(select->activeSelectionStartListIndex());
224 if (firstIndex >= 0 && !listIndexIsVisible(lastIndex))
225 scrollToRevealElementAtListIndexInternal(firstIndex);
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 377 int firstIndex = -1, lastIndex = -2;
394 if (firstIndex == -1) {
395 firstIndex = i;
400 int numObjects = lastIndex - firstIndex + 1;
432 for (int i = firstIndex; i <= lastIndex; i++) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 430 int firstIndex = stride * first;
435 (unsigned char *)state->data + firstIndex, datalen);
438 (uintptr_t) state->data + firstIndex);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 896 unsigned int firstIndex = targetUniform->psRegisterIndex;
900 unsigned int samplerIndex = firstIndex + i;
912 unsigned int firstIndex = targetUniform->vsRegisterIndex;
916 unsigned int samplerIndex = firstIndex + i;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c     [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp     [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 91 deUint32 firstIndex;
893 command.firstIndex = 0;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]

Completed in 2361 milliseconds

12 3 4