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

  /external/skia/samplecode/
SampleHairline.cpp 172 int fProcIndex;
176 fProcIndex = 0;
185 str.printf("Hair-%s", gProcs[fProcIndex].fName);
215 gProcs[fProcIndex].fProc(&c2, paint, bm);
221 fProcIndex = cycle_hairproc_index(fProcIndex);
  /external/skqp/samplecode/
SampleHairline.cpp 172 int fProcIndex;
176 fProcIndex = 0;
185 str.printf("Hair-%s", gProcs[fProcIndex].fName);
215 gProcs[fProcIndex].fProc(&c2, paint, bm);
221 fProcIndex = cycle_hairproc_index(fProcIndex);

Completed in 48 milliseconds