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

1 2

  /external/skia/src/core/
SkLineClipper.cpp 59 int index0, index1; local
63 index1 = 1;
66 index1 = 0;
76 if (tmp[index1].fY > clip.fBottom) {
77 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
82 index1 = 1;
85 index1 = 0;
89 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
90 tmp[index0].fX < tmp[index1].fX) {
98 if (tmp[index1].fX > clip.fRight)
111 int index0, index1; local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 236 int index1 = ((DOMOrder) node1).getUid(); local
239 return index1 <= index2;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 73 int index1 = item1.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
OrderedTable.java 103 int index1 = index + 1; local
104 if (index1 >= rest.length) {
106 Object[] newRest = new Object[index1 * 2 + 10];
111 rest[index1] = value;
  /external/icu4c/common/
utrie2_impl.h 143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
ubidi.c 1566 index0, index1; local
    [all...]
  /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...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 354 int index1 = line.indexOf('('); local
357 if (index1 < 0 || index2 < 0) {
361 String[] args = line.substring(index1 + 1, index2).split(",");
  /external/freetype/include/freetype/internal/
t1types.h 171 FT_Int index1; member in struct:AFM_KernPairRec_
  /external/icu4c/test/intltest/
transapi.cpp 442 UTransPosition index1[]={ local
449 for(uint32_t i=0; i<sizeof(index1)/sizeof(index1[0]); i++){
451 t->transliterate(rs, index1[i], insertion, status);
    [all...]
  /external/quake/quake/src/QW/client/
r_alias.c 60 int index1; member in struct:__anon5054
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
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/
r_alias.cpp 60 int index1; member in struct:__anon5454
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
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...]