Searched refs:isOutOfBounds (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 571 …bool isOutOfBounds = (sRect.x0 < 0.0f) || (sRect.y0 < 0.0f) || (sRect.x1 > (float)sWidth) || (sRec… in stretchRect() local 588 …if(fullCopy && !scaling && !isOutOfBounds && equalFormats && !alpha0xFF && equalSlice && smallMarg… in stretchRect() 598 else if(isDepth && !scaling && !isOutOfBounds && equalFormats && !hasQuadLayout) in stretchRect() 608 …else if((flags & Device::COLOR_BUFFER) && !scaling && !isOutOfBounds && equalFormats && !hasQuadLa… in stretchRect()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringSearch.java | 392 if (isOutOfBounds(search_.beginIndex(), search_.endIndex(), result)) { in getIndex() 845 private static final boolean isOutOfBounds(int textstart, int textlimit, int offset) { in isOutOfBounds() method in StringSearch
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 405 if (isOutOfBounds(search_.beginIndex(), search_.endIndex(), result)) { in getIndex() 861 private static final boolean isOutOfBounds(int textstart, int textlimit, int offset) { in isOutOfBounds() method in StringSearch
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1062 inline UBool isOutOfBounds(int32_t textlength, int32_t offset) in isOutOfBounds() function 2811 if (isOutOfBounds(strsrch->search->textLength, position)) { in usearch_setOffset() 2827 if (isOutOfBounds(strsrch->search->textLength, result)) { in usearch_getOffset()
|