Home
last modified time | relevance | path

Searched refs:bIndex (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/pathops/
DSkIntersections.cpp132 int bIndex) { in merge() argument
135 fT[1][0] = b.fT[0][bIndex]; in merge()
137 fPt2[0] = b.fPt[bIndex]; in merge()
/external/skqp/src/pathops/
DSkIntersections.cpp132 int bIndex) { in merge() argument
135 fT[1][0] = b.fT[0][bIndex]; in merge()
137 fPt2[0] = b.fPt[bIndex]; in merge()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharSequences.java55 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
56 int i = aIndex, j = bIndex; in matchAfter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java53 public static int matchAfter(CharSequence a, CharSequence b, int aIndex, int bIndex) { in matchAfter() argument
54 int i = aIndex, j = bIndex; in matchAfter()
/external/deqp/framework/common/
DtcuImageCompare.cpp452 const deInt32 bIndex = getPositionOfIEEEFloatWithoutDenormals(b); in computeFloatFlushRelaxedULPDiff() local
453 return (deUint32)de::abs(aIndex - bIndex); in computeFloatFlushRelaxedULPDiff()
/external/sqlite/dist/orig/
Dsqlite3.c173959 int bIndex = 0;
173981 bIndex = 1;
173991 if( bIndex==0 ) pIter->abIndexed = 0;
/external/sqlite/dist/
Dsqlite3.c173987 int bIndex = 0;
174009 bIndex = 1;
174019 if( bIndex==0 ) pIter->abIndexed = 0;