Searched refs:fTex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkMeshUtils.h34 const SkPoint* tex() const { return fTex; }
38 SkPoint* fTex; member in class:SkMeshIndices
/external/skia/include/utils/
H A DSkMeshUtils.h34 const SkPoint* tex() const { return fTex; }
38 SkPoint* fTex; member in class:SkMeshIndices
/external/chromium_org/third_party/skia/src/utils/
H A DSkMeshUtils.cpp25 fTex = NULL;
40 fTex = tex;
45 fTex = (SkPoint*)fStorage;
46 fIndices = (uint16_t*)(fTex + fTexCount);
71 SkPoint* tex = fTex;
/external/skia/src/utils/
H A DSkMeshUtils.cpp25 fTex = NULL;
40 fTex = tex;
45 fTex = (SkPoint*)fStorage;
46 fIndices = (uint16_t*)(fTex + fTexCount);
71 SkPoint* tex = fTex;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleWarp.cpp234 SkPoint* fTex; // just points into fPts, not separately allocated member in class:Mesh
257 fTex = fPts + fCount;
279 fTex = fPts + fCount;
288 SkPoint* tex = fTex;
318 fPts, fTex, NULL, NULL, fIndices, fIndexCount,
/external/skia/samplecode/
H A DSampleWarp.cpp234 SkPoint* fTex; // just points into fPts, not separately allocated member in class:Mesh
257 fTex = fPts + fCount;
279 fTex = fPts + fCount;
288 SkPoint* tex = fTex;
318 fPts, fTex, NULL, NULL, fIndices, fIndexCount,

Completed in 160 milliseconds