OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndices
(Results
1 - 12
of
12
) sorted by null
/external/skia/include/utils/
SkMeshUtils.h
24
const uint16_t* indices() const { return
fIndices
; }
32
uint16_t*
fIndices
;
/external/skia/gpu/src/
GrDrawMesh.cpp
4
GrMesh::GrMesh() : fPts(NULL), fCount(0),
fIndices
(NULL), fIndexCount(0) {}
8
delete[]
fIndices
;
13
delete[]
fIndices
;
24
delete[]
fIndices
;
26
fIndices
= new uint16_t[fIndexCount];
27
memcpy(
fIndices
, src.
fIndices
, fIndexCount * sizeof(uint16_t));
45
delete[]
fIndices
;
47
fIndices
= new uint16_t[fIndexCount];
55
uint16_t* idx =
fIndices
;
[
all
...]
GrTesselatedPathRenderer.cpp
29
,
fIndices
(indices)
33
GrTDArray<short>*
fIndices
;
47
short* end = static_cast<PolygonData*>(data)->
fIndices
->append();
/external/skia/gpu/include/
GrMesh.h
37
uint16_t*
fIndices
;
GrDrawTarget.h
[
all
...]
/external/skia/src/utils/
SkMeshUtils.cpp
19
fIndices
= NULL;
34
fIndices
= indices;
39
fIndices
= (uint16_t*)(fTex + fTexCount);
44
uint16_t* idx =
fIndices
;
SkNinePatch.cpp
107
const uint16_t*
fIndices
;
207
mesh.
fIndices
= NULL;
211
mesh.
fIndices
= g3x3Indices;
215
mesh.
fIndices
= indices;
248
mesh.
fIndices
, indexCount, p);
/external/skia/samplecode/
SampleWarp.cpp
229
uint16_t*
fIndices
;
233
Mesh::Mesh() : fPts(NULL), fCount(0),
fIndices
(NULL), fIndexCount(0) {}
237
delete[]
fIndices
;
242
delete[]
fIndices
;
253
delete[]
fIndices
;
255
fIndices
= new uint16_t[fIndexCount];
256
memcpy(
fIndices
, src.
fIndices
, fIndexCount * sizeof(uint16_t));
274
delete[]
fIndices
;
276
fIndices
= new uint16_t[fIndexCount]
[
all
...]
/external/skia/src/core/
SkDraw.cpp
[
all
...]
/external/skia/tests/
BlitRowTest.cpp
162
uint16_t
fIndices
[6];
/external/skia/src/gpu/
SkGpuDevice.cpp
523
:
fIndices
(indices), fCount(count) {
529
*dstIndex =
fIndices
[i];
533
const uint16_t*
fIndices
;
[
all
...]
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
Completed in 1142 milliseconds