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

  /external/skia/legacy/src/core/
SkRegion.cpp 780 const SkRegion::RunType gSentinel[] = {
806 const SkRegion::RunType* run0 = gSentinel;
807 const SkRegion::RunType* run1 = gSentinel;
844 oper.addSpan(top, gSentinel, gSentinel);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 828 // This happens when we are using gSentinel, which is pointing at
832 const SkRegion::RunType* const gSentinel = &gEmptyScanline[2];
856 const SkRegion::RunType* run0 = gSentinel;
857 const SkRegion::RunType* run1 = gSentinel;
894 oper.addSpan(top, gSentinel, gSentinel);
    [all...]

Completed in 74 milliseconds