HomeSort by relevance Sort by last modified time
    Searched refs:index1 (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/skia/src/core/
SkLineClipper.cpp 81 int index0, index1; local
85 index1 = 1;
88 index1 = 0;
98 if (tmp[index1].fY > clip.fBottom) {
99 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
104 index1 = 1;
107 index1 = 0;
111 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
112 tmp[index0].fX < tmp[index1].fX) {
120 if (tmp[index1].fX > clip.fRight)
146 int index0, index1; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 93 void swap(int index1, int index2)
95 const SimpleFontData* f = m_fontData[index1];
96 m_fontData[index1] = m_fontData[index2];
99 GlyphBufferGlyph g = m_glyphs[index1];
100 m_glyphs[index1] = m_glyphs[index2];
103 GlyphBufferAdvance s = m_advances[index1];
104 m_advances[index1] = m_advances[index2];
108 FloatSize offset = m_offsets[index1];
109 m_offsets[index1] = m_offsets[index2];
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 62 uint8 index1 = 0; local
74 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
76 index1 = (index1 + 1) % key_data_len;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogGroupBuilder.java 135 int index1 = number1.indexOf('@'); local
138 if (index1 != -1) {
139 userinfo1 = number1.substring(0, index1);
140 rest1 = number1.substring(index1);
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 218 int index1 = event.getActionIndex(); local
220 mActiveId1 = event.getPointerId(index1);
221 if (index0 < 0 || index0 == index1) {
223 index0 = findNewActiveIndex(event, index0 == index1 ? -1 : mActiveId1, index0);
239 float x1 = getRawX(event, index1);
240 float y1 = getRawY(event, index1);
252 mFocusX = event.getX(index1);
253 mFocusY = event.getY(index1);
273 int index1 = event.findPointerIndex(mActiveId1); local
277 float x1 = getRawX(event, index1);
    [all...]
  /external/icu4c/common/
utrie2_impl.h 143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
utrie2_builder.c 215 newTrie->index1[i]=j;
220 newTrie->index1[i]=UNEWTRIE2_INDEX_2_NULL_OFFSET;
252 uprv_memcpy(trie->index1, other->index1, sizeof(trie->index1));
466 i2=trie->index1[c>>UTRIE2_SHIFT_1]+
501 i2=trie->index1[i1];
507 trie->index1[i1]=i2;
926 i2Block=trie->index1[--i1];
    [all...]
  /external/proguard/src/proguard/
InputReader.java 152 for (int index1 = 0; index1 < inputClassPath.size(); index1++)
154 ClassPathEntry entry1 = inputClassPath.get(index1);
  /external/quake/quake/src/QW/client/
d_polyse.c 186 finalvert_t *pfv, *index0, *index1, *index2; local
197 index1 = pfv + ptri[i].vertindex[1];
200 if (((index0->v[1]-index1->v[1]) *
202 (index0->v[0]-index1->v[0]) *
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
219 s1 = index1->v[2];
224 if (index1->flags & ALIAS_ONSEAM)
225 index1->v[2] += r_affinetridesc.seamfixupX16;
229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
232 index1->v[2] = s1
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /external/quake/quake/src/WinQuake/
d_polyse.cpp 186 finalvert_t *pfv, *index0, *index1, *index2; local
197 index1 = pfv + ptri[i].vertindex[1];
200 if (((index0->v[1]-index1->v[1]) *
202 (index0->v[0]-index1->v[0]) *
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
219 s1 = index1->v[2];
224 if (index1->flags & ALIAS_ONSEAM)
225 index1->v[2] += r_affinetridesc.seamfixupX16;
229 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
232 index1->v[2] = s1;
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 73 int index1 = item1.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 71 int index1 = item1.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 236 int index1 = ((DOMOrder) node1).getUid(); local
239 return index1 <= index2;
  /external/opencv/cvaux/src/
decomppoly.cpp 150 int index1, index2, index3;
182 index1 = 0;
185 x1 = contour[ index1 ].x;
186 y1 = contour[ index1 ].y;
240 outEdges[ (*numEdges) * 2 ] = index1;
264 begIndex = index1;
266 index1 = index2;
293 begIndex = index1;
295 index1 = index2;
  /external/freetype/src/pshinter/
pshrec.c 375 FT_Int index1,
378 PS_Mask mask1 = table->masks + index1;
407 FT_Int index1,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
418 temp = index1;
419 index1 = index2;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks
501 FT_Int index1, index2; local
    [all...]
  /external/v8/test/cctest/
test-liveedit.cc 53 bool equals(int index1, int index2) {
54 return s1_[index1] == s2_[index2];
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 104 index1 -- Word16 -- index for first pos in pos_index[]
166 Word16 index1, /* i : index for first pos in pos_index[] */
178 pos_indx[index1] = ((MSBs-25*(MSBs/25))%5)*2 + (LSBs-4*(LSBs/4))%2;
226 pos_indx[index1] = ib + (ic & 1);
  /external/v8/src/
liveedit.h 152 virtual bool equals(int index1, int index2) = 0;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 204 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1,
210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /external/freetype/src/psaux/
afmparse.c 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
736 kp->index1 = shared_vals[0].u.i;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 86 index1 RN 10 label
236 LDR index1,=0x03020504
240 VDUP dindexRow1,index1
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 235 private void buildSplitContactDiff(ArrayList<ContentProviderOperation> diff, int index1,
241 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
242 int backRef1 = backRefs[index1];
  /external/dropbear/libtommath/
booker.pl 45 $index1{@m[1]} = $chapter;
190 $a = $index1{$word};
  /external/freetype/include/freetype/internal/
t1types.h 171 FT_Int index1; member in struct:AFM_KernPairRec_

Completed in 722 milliseconds

1 2 3