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

  /external/skia/src/core/
SkRegion.cpp 906 // This happens when we are using gSentinel, which is pointing at
910 const SkRegionPriv::RunType* const gSentinel = &gEmptyScanline[2];
934 const SkRegionPriv::RunType* run0 = gSentinel;
935 const SkRegionPriv::RunType* run1 = gSentinel;
972 oper.addSpan(top, gSentinel, gSentinel);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 906 // This happens when we are using gSentinel, which is pointing at
910 const SkRegionPriv::RunType* const gSentinel = &gEmptyScanline[2];
934 const SkRegionPriv::RunType* run0 = gSentinel;
935 const SkRegionPriv::RunType* run1 = gSentinel;
972 oper.addSpan(top, gSentinel, gSentinel);
    [all...]

Completed in 216 milliseconds