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

  /external/skia/src/utils/
SkPatchGrid.h 27 * The array fTexCoords holds the texture coordinates in the same format as fCornerpts.
137 SkPoint* fTexCoords;
SkPatchUtils.h 25 SkPoint* fTexCoords;
33 , fTexCoords(NULL)
39 SkDELETE_ARRAY(fTexCoords);
  /external/skia/bench/
PatchBench.cpp 68 memcpy(fTexCoords, texCoords, SkPatchUtils::kNumCorners * sizeof(SkPoint));
137 canvas->drawPatch(fCubics, NULL, fTexCoords, NULL, fPaint);
140 canvas->drawPatch(fCubics, fColors, fTexCoords, NULL, fPaint);
152 SkPoint fTexCoords[4];
  /external/skia/src/utils/debugger/
SkDrawCommand.h 475 SkPoint fTexCoords[4];

Completed in 3340 milliseconds