HomeSort by relevance Sort by last modified time
    Searched defs:maxIndex (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/html/canvas/
WebGLBuffer.h 80 long maxIndex;
WebGLRenderingContext.cpp 625 long maxIndex = m_boundElementArrayBuffer->getCachedMaxIndex(type);
626 if (maxIndex < 0) {
633 maxIndex = max(maxIndex, static_cast<long>(p[i]));
640 maxIndex = max(maxIndex, static_cast<long>(p[i]));
646 m_boundElementArrayBuffer->setCachedMaxIndex(type, maxIndex);
649 if (maxIndex >= 0) {
652 numElementsRequired = maxIndex + 1;
    [all...]
  /external/icu4c/test/cintltst/
uenumtst.c 39 int32_t maxIndex;
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex;
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
  /external/icu4c/test/letest/
cletest.c 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
EncodedStringValue.java 254 int maxIndex = addr.length - 1;
255 for (int i = 0; i <= maxIndex; i++) {
257 if (i < maxIndex) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 193 int maxIndex = horizontal ? 1 : 0;
198 if (max == -1 || max < p[maxIndex]) {
199 max = p[maxIndex];
202 resultPadding[maxIndex] = max;
  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 105 int maxIndex = -1;
111 if ( index > maxIndex ) {
112 maxIndex = index;
116 if ( maxIndex * 3 > positionsLength) {
120 transformedIndexCount = maxIndex - minIndex + 1;

Completed in 466 milliseconds