HomeSort by relevance Sort by last modified time
    Searched defs:fTex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkMeshUtils.h 34 const SkPoint* tex() const { return fTex; }
38 SkPoint* fTex;
  /external/chromium_org/third_party/skia/samplecode/
SampleWarp.cpp 234 SkPoint* fTex; // just points into fPts, not separately allocated
257 fTex = fPts + fCount;
279 fTex = fPts + fCount;
288 SkPoint* tex = fTex;
318 fPts, fTex, NULL, NULL, fIndices, fIndexCount,

Completed in 534 milliseconds