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

  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 832 // This happens when we are using gSentinel, which is pointing at
836 const SkRegion::RunType* const gSentinel = &gEmptyScanline[2];
860 const SkRegion::RunType* run0 = gSentinel;
861 const SkRegion::RunType* run1 = gSentinel;
898 oper.addSpan(top, gSentinel, gSentinel);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 832 // This happens when we are using gSentinel, which is pointing at
836 const SkRegion::RunType* const gSentinel = &gEmptyScanline[2];
860 const SkRegion::RunType* run0 = gSentinel;
861 const SkRegion::RunType* run1 = gSentinel;
898 oper.addSpan(top, gSentinel, gSentinel);
    [all...]

Completed in 491 milliseconds