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

  /external/skia/src/core/
SkLineClipper.cpp 88 int index0, index1; local
91 index0 = 0;
94 index0 = 1;
102 if (tmp[index0].fY < clip.fTop) {
103 tmp[index0].set(sect_with_horizontal(src, clip.fTop), clip.fTop);
110 index0 = 0;
113 index0 = 1;
118 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
119 tmp[index0].fX < tmp[index1].fX) {
124 if (tmp[index0].fX < clip.fLeft)
153 int index0, index1; local
    [all...]
  /external/libyuv/files/source/
format_conversion.cc 77 int index0 = selector & 0xff; local
81 dst_bayer[0] = src_argb[index0];
87 dst_bayer[0] = src_argb[index0];
  /frameworks/native/libs/utils/tests/
BasicHashtable_test.cpp 498 ssize_t index0 = find(h1, -1, ComplexKey(0)); local
499 EXPECT_GE(index0, 0);
509 EXPECT_EQ(index0, find(h2, -1, ComplexKey(0)));
520 EXPECT_EQ(index0, find(h3, -1, ComplexKey(0)));
523 h1.editEntryAt(index0).value.v = 42;
526 EXPECT_EQ(42, h1.entryAt(index0).value.v);
527 EXPECT_EQ(0, h2.entryAt(index0).value.v);
528 EXPECT_EQ(0, h3.entryAt(index0).value.v);
544 EXPECT_EQ(index0, find(h1, -1, ComplexKey(0)));
558 h1.removeAt(index0);
    [all...]
  /external/quake/quake/src/QW/client/
r_alias.c 59 int index0; member in struct:__anon11617
178 pv0 = &viewpts[aedges[i].index0];
180 pa0 = &viewaux[aedges[i].index0];
d_polyse.c 186 finalvert_t *pfv, *index0, *index1, *index2; local
196 index0 = pfv + ptri[i].vertindex[0];
200 if (((index0->v[1]-index1->v[1]) *
201 (index0->v[0]-index2->v[0]) -
202 (index0->v[0]-index1->v[0]) *
203 (index0->v[1]-index2->v[1])) >= 0)
208 d_pcolormap = &((byte *)acolormap)[index0->v[4] & 0xFF00];
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
218 s0 = index0->v[2];
222 if (index0->flags & ALIAS_ONSEAM
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /external/quake/quake/src/WinQuake/
r_alias.cpp 59 int index0; member in struct:__anon12017
178 pv0 = &viewpts[aedges[i].index0];
180 pa0 = &viewaux[aedges[i].index0];
d_polyse.cpp 186 finalvert_t *pfv, *index0, *index1, *index2; local
196 index0 = pfv + ptri[i].vertindex[0];
200 if (((index0->v[1]-index1->v[1]) *
201 (index0->v[0]-index2->v[0]) -
202 (index0->v[0]-index1->v[0]) *
203 (index0->v[1]-index2->v[1])) >= 0)
208 d_pcolormap = &((byte *)acolormap)[index0->v[4] & 0xFF00];
212 D_PolysetRecursiveTriangle(index0->v, index1->v, index2->v);
218 s0 = index0->v[2];
222 if (index0->flags & ALIAS_ONSEAM)
247 finalvert_t *pfv, *index0, *index1, *index2; local
    [all...]
  /external/skia/src/gpu/
GrTesselatedPathRenderer.cpp 172 void addEdge(int index0, int index1) {
173 GrPoint p = fVertices[index0];
181 fEdges[index0 * 2 + 1] = edge;
552 int index0 = indices[i]; local
555 tri_verts[0] = vertices[index0];
560 const GrDrawState::Edge& edge0 = edges[index0 * 2];
561 const GrDrawState::Edge& edge1 = edges[index0 * 2 + 1];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 85 index0 RN 1 label
237 LDR index0,=0x05040100 ;// Indexes into dVmatrix
239 VDUP dindexRow0,index0
  /external/icu4c/common/
ubidi.c 1717 index0, index1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 414 milliseconds