Searched refs:gSentinel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp838 // This happens when we are using gSentinel, which is pointing at
842 const SkRegion::RunType* const gSentinel = &gEmptyScanline[2]; member in class:SkRegion
866 const SkRegion::RunType* run0 = gSentinel;
867 const SkRegion::RunType* run1 = gSentinel;
904 oper.addSpan(top, gSentinel, gSentinel);
/external/skia/src/core/
H A DSkRegion.cpp838 // This happens when we are using gSentinel, which is pointing at
842 const SkRegion::RunType* const gSentinel = &gEmptyScanline[2]; member in class:SkRegion
866 const SkRegion::RunType* run0 = gSentinel;
867 const SkRegion::RunType* run1 = gSentinel;
904 oper.addSpan(top, gSentinel, gSentinel);

Completed in 864 milliseconds