/external/skia/src/core/ |
D | SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; in TrianglesX() 53 const uint16_t* indices = state->fIndices; in TriangleStripX() 83 const uint16_t* indices = state->fIndices; in TriangleFanX() 98 return fIndices ? TrianglesX : Triangles; in chooseProc() 100 return fIndices ? TriangleStripX : TriangleStrip; in chooseProc() 102 return fIndices ? TriangleFanX : TriangleFan; in chooseProc()
|
D | SkVertState.h | 28 : fIndices(indices) { in VertState() 48 const uint16_t* fIndices; member
|
D | SkDevice.cpp | 97 data.fTexCoords, data.fColors, xmode, data.fIndices, data.fIndexCount, in drawPatch()
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 202 data->fIndices = new uint16_t[data->fIndexCount]; in getVertexData() 298 data->fIndices[i] = x * stride + y; in getVertexData() 299 data->fIndices[i + 1] = x * stride + 1 + y; in getVertexData() 300 data->fIndices[i + 2] = (x + 1) * stride + 1 + y; in getVertexData() 301 data->fIndices[i + 3] = data->fIndices[i]; in getVertexData() 302 data->fIndices[i + 4] = data->fIndices[i + 2]; in getVertexData() 303 data->fIndices[i + 5] = (x + 1) * stride + y; in getVertexData()
|
D | SkMeshUtils.cpp | 26 fIndices = nullptr; in init() 41 fIndices = indices; in init() 46 fIndices = (uint16_t*)(fTex + fTexCount); in init() 51 uint16_t* idx = fIndices; in init()
|
D | SkPatchUtils.h | 27 uint16_t* fIndices; member 35 , fIndices(nullptr) { } in VertexData() 41 delete[] fIndices; in ~VertexData()
|
D | SkNinePatch.cpp | 100 const uint16_t* fIndices; member 200 mesh.fIndices = nullptr; in DrawMesh() 204 mesh.fIndices = g3x3Indices; in DrawMesh() 208 mesh.fIndices = indices; in DrawMesh() 249 mesh.fIndices, indexCount, p); in DrawMesh()
|
D | SkPatchGrid.cpp | 183 data.fIndices, data.fIndexCount, paint); in draw()
|
/external/junit/src/org/junit/internal/ |
D | ArrayComparisonFailure.java | 16 private List<Integer> fIndices= new ArrayList<Integer>(); field in ArrayComparisonFailure 34 fIndices.add(0, index); in addDimension() 43 for (int each : fIndices) { in getMessage()
|
/external/testng/src/main/java/org/testng/internal/junit/ |
D | ArrayComparisonFailure.java | 13 private List<Integer> fIndices= new ArrayList<>(); field in ArrayComparisonFailure 30 fIndices.add(0, index); in addDimension() 39 for (int each : fIndices) { in getMessage()
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.h | 110 instanceData->fIndices = (uint16_t*)&ptr[Align32(sizeof(InstanceData))]; in Alloc() 124 fIndices[fInstanceCount] = index; in append() 133 const uint16_t* indices() const { return fIndices; } in indices() 134 uint16_t* indices() { return fIndices; } in indices() 153 uint16_t* fIndices; member
|
D | GrDrawVerticesBatch.cpp | 48 installedGeo.fIndices.append(indexCount, indices); in GrDrawVerticesBatch() 123 if (!fGeoData[0].fIndices.isEmpty()) { in onPrepareDraws() 139 for (int j = 0; j < args.fIndices.count(); ++j, ++indexOffset) { in onPrepareDraws() 140 *(indices + indexOffset) = args.fIndices[j] + vertexOffset; in onPrepareDraws() 187 if (fGeoData[0].fIndices.isEmpty() != that->fGeoData[0].fIndices.isEmpty()) { in onCombineIfPossible()
|
D | GrAAConvexTessellator.cpp | 112 *fIndices.push() = i0; in addTri() 113 *fIndices.push() = i1; in addTri() 114 *fIndices.push() = i2; in addTri() 121 fIndices.rewind(); in rewind() 294 fIndices.setReserve(18*path.countPoints() + 6); in extractFromPath() 744 SkASSERT(0 == (fIndices.count() % 3)); in validate() 992 for (int i = 0; i < fIndices.count(); i += 3) { in draw() 993 SkASSERT(fIndices[i] < this->numPts()) ; in draw() 994 SkASSERT(fIndices[i+1] < this->numPts()) ; in draw() 995 SkASSERT(fIndices[i+2] < this->numPts()) ; in draw() [all …]
|
D | GrAAConvexTessellator.h | 49 int numIndices() const { return fIndices.count(); } in numIndices() 53 int index(int index) const { return fIndices[index]; } in index() 247 SkTDArray<int> fIndices; variable
|
D | GrDrawVerticesBatch.h | 28 SkTDArray<uint16_t> fIndices; member
|
/external/skia/include/utils/ |
D | SkMeshUtils.h | 31 const uint16_t* indices() const { return fIndices; } in indices() 39 uint16_t* fIndices; variable
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2944 fIndices = new uint16_t[indexCount]; in SkDrawVerticesCommand() 2945 memcpy(fIndices, indices, indexCount * sizeof(uint16_t)); in SkDrawVerticesCommand() 2947 fIndices = nullptr; in SkDrawVerticesCommand() 2963 delete [] fIndices; in ~SkDrawVerticesCommand() 2968 fTexs, fColors, fXfermode, fIndices, in execute()
|
D | SkDrawCommand.h | 614 uint16_t* fIndices; variable
|
/external/owasp/sanitizer/lib/junit/ |
D | junit-dep.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/libphonenumber/lib/ |
D | junit-4.8.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/external/opencv3/modules/java/pure_test/lib/ |
D | junit-4.11.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |