OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndices
(Results
1 - 25
of
35
) sorted by null
1
2
/external/junit/src/org/junit/internal/
ArrayComparisonFailure.java
16
private List<Integer>
fIndices
= new ArrayList<Integer>();
34
fIndices
.add(0, index);
43
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/src/core/
SkVertState.h
28
:
fIndices
(indices) {
48
const uint16_t*
fIndices
;
SkVertState.cpp
23
const uint16_t* indices = state->
fIndices
;
53
const uint16_t* indices = state->
fIndices
;
83
const uint16_t* indices = state->
fIndices
;
98
return
fIndices
? TrianglesX : Triangles;
100
return
fIndices
? TriangleStripX : TriangleStrip;
102
return
fIndices
? TriangleFanX : TriangleFan;
SkDevice.cpp
97
data.fTexCoords, data.fColors, xmode, data.
fIndices
, data.fIndexCount,
/external/skia/include/utils/
SkMeshUtils.h
31
const uint16_t* indices() const { return
fIndices
; }
39
uint16_t*
fIndices
;
/external/skia/src/utils/
SkPatchUtils.h
27
uint16_t*
fIndices
;
35
,
fIndices
(nullptr) { }
41
delete[]
fIndices
;
SkMeshUtils.cpp
26
fIndices
= nullptr;
41
fIndices
= indices;
46
fIndices
= (uint16_t*)(fTex + fTexCount);
51
uint16_t* idx =
fIndices
;
SkPatchUtils.cpp
202
data->
fIndices
= new uint16_t[data->fIndexCount];
298
data->
fIndices
[i] = x * stride + y;
299
data->
fIndices
[i + 1] = x * stride + 1 + y;
300
data->
fIndices
[i + 2] = (x + 1) * stride + 1 + y;
301
data->
fIndices
[i + 3] = data->
fIndices
[i];
302
data->
fIndices
[i + 4] = data->
fIndices
[i + 2];
303
data->
fIndices
[i + 5] = (x + 1) * stride + y;
SkNinePatch.cpp
100
const uint16_t*
fIndices
;
200
mesh.
fIndices
= nullptr;
204
mesh.
fIndices
= g3x3Indices;
208
mesh.
fIndices
= indices;
249
mesh.
fIndices
, indexCount, p);
SkPatchGrid.cpp
183
data.
fIndices
, data.fIndexCount, paint);
/external/skia/src/gpu/batches/
GrDrawPathBatch.h
110
instanceData->
fIndices
= (uint16_t*)&ptr[Align32(sizeof(InstanceData))];
124
fIndices
[fInstanceCount] = index;
133
const uint16_t* indices() const { return
fIndices
; }
134
uint16_t* indices() { return
fIndices
; }
153
uint16_t*
fIndices
;
GrDrawVerticesBatch.cpp
48
installedGeo.
fIndices
.append(indexCount, indices);
123
if (!fGeoData[0].
fIndices
.isEmpty()) {
139
for (int j = 0; j < args.
fIndices
.count(); ++j, ++indexOffset) {
140
*(indices + indexOffset) = args.
fIndices
[j] + vertexOffset;
187
if (fGeoData[0].
fIndices
.isEmpty() != that->fGeoData[0].
fIndices
.isEmpty()) {
GrDrawVerticesBatch.h
28
SkTDArray<uint16_t>
fIndices
;
GrAAConvexTessellator.cpp
112
*
fIndices
.push() = i0;
113
*
fIndices
.push() = i1;
114
*
fIndices
.push() = i2;
121
fIndices
.rewind();
294
fIndices
.setReserve(18*path.countPoints() + 6);
744
SkASSERT(0 == (
fIndices
.count() % 3));
[
all
...]
GrAAConvexTessellator.h
49
int numIndices() const { return
fIndices
.count(); }
53
int index(int index) const { return
fIndices
[index]; }
247
SkTDArray<int>
fIndices
;
/external/skia/tools/debugger/
SkDrawCommand.h
614
uint16_t*
fIndices
;
SkDrawCommand.cpp
[
all
...]
/frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp
375
data.fTexCoords, data.fColors, xmode, data.
fIndices
, data.fIndexCount,
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.jar
/external/libphonenumber/lib/
junit-4.8.1.jar
/external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar
/prebuilts/devtools/tools/lib/
junit-4.12.jar
Completed in 375 milliseconds
1
2