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

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 293 pointer_t covPtr;
  /system/core/libpixelflinger/
trap.cpp 234 int16_t* covPtr = c->state.buffers.coverage;
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
299 int16_t* covPtr = c->state.buffers.coverage;
320 covPtr[i] = coverageFast(x, y, rmin, rmax, scale);
980 int16_t* const covPtr = c->state.buffers.coverage;
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1046 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr));
1055 coverage = covPtr + gglFixedToIntFloor(l_min_i)
    [all...]
scanline.cpp 611 const int16_t* covPtr = c->state.buffers.coverage + xs;
814 int16_t cf = *covPtr++;
    [all...]

Completed in 46 milliseconds