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

1 2

  /external/skia/src/core/
SkVertState.h 28 : fIndices(indices) {
48 const uint16_t* fIndices;
  /external/skqp/src/core/
SkVertState.h 28 : fIndices(indices) {
48 const uint16_t* fIndices;
  /external/junit/src/main/java/org/junit/internal/
ArrayComparisonFailure.java 22 private final List<Integer> fIndices = new ArrayList<Integer>();
40 fIndices.add(0, index);
50 for (int each : fIndices) {
  /external/testng/src/main/java/org/testng/internal/junit/
ArrayComparisonFailure.java 13 private List<Integer> fIndices= new ArrayList<>();
30 fIndices.add(0, index);
39 for (int each : fIndices) {
  /external/skia/bench/
ImageCacheBudgetBench.cpp 75 , fIndices(nullptr) {
98 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]);
100 int* base = fIndices.get() + frame * kImagesToDraw;
119 fIndices.reset(nullptr);
128 idx = fIndices[frame * kImagesToDraw + j];
148 std::unique_ptr<int[]> fIndices;
  /external/skia/include/core/
SkVertices.h 96 const uint16_t* indices() const { return fIndices; }
131 uint16_t* fIndices;
  /external/skqp/bench/
ImageCacheBudgetBench.cpp 75 , fIndices(nullptr) {
98 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]);
100 int* base = fIndices.get() + frame * kImagesToDraw;
119 fIndices.reset(nullptr);
128 idx = fIndices[frame * kImagesToDraw + j];
148 std::unique_ptr<int[]> fIndices;
  /external/skqp/include/core/
SkVertices.h 96 const uint16_t* indices() const { return fIndices; }
131 uint16_t* fIndices;
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.h 52 int numIndices() const { return fIndices.count(); }
56 int index(int index) const { return fIndices[index]; }
268 SkTDArray<int> fIndices;
GrDefaultPathRenderer.cpp 74 , fIndices(nullptr) {
241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk,
247 fCurIdx = fIndices;
264 int indexCount = fCurIdx - fIndices;
284 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) {
323 uint16_t* fIndices;
  /external/skqp/src/gpu/ops/
GrAAConvexTessellator.h 52 int numIndices() const { return fIndices.count(); }
56 int index(int index) const { return fIndices[index]; }
268 SkTDArray<int> fIndices;
GrDefaultPathRenderer.cpp 74 , fIndices(nullptr) {
241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk,
247 fCurIdx = fIndices;
264 int indexCount = fCurIdx - fIndices;
284 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) {
323 uint16_t* fIndices;
  /external/skia/src/utils/
SkShadowTessellator.cpp 37 this->indexCount(), fIndices.begin());
44 int indexCount() const { return fIndices.count(); }
80 SkTDArray<uint16_t> fIndices;
261 *fIndices.push() = fPrevUmbraIndex;
262 *fIndices.push() = fPositions.count() - 1;
263 *fIndices.push() = fPositions.count() - 2;
270 *fIndices.push() = fPrevUmbraIndex;
271 *fIndices.push() = fPositions.count() - 1;
272 *fIndices.push() = fPositions.count() - 2;
408 fIndices.setReserve(12 * path.countPoints())
    [all...]
  /external/skqp/src/utils/
SkShadowTessellator.cpp 37 this->indexCount(), fIndices.begin());
44 int indexCount() const { return fIndices.count(); }
80 SkTDArray<uint16_t> fIndices;
255 *fIndices.push() = fPrevUmbraIndex;
256 *fIndices.push() = fPositions.count() - 1;
257 *fIndices.push() = fPositions.count() - 2;
264 *fIndices.push() = fPrevUmbraIndex;
265 *fIndices.push() = fPositions.count() - 1;
266 *fIndices.push() = fPositions.count() - 2;
395 fIndices.setReserve(12 * path.countPoints())
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/annotation-tools/scene-lib/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 

Completed in 1033 milliseconds

1 2