OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sruns
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRegion.cpp
559
const RunType*
sruns
= fRunHead->readonly_runs();
local
562
*druns++ = (SkRegion::RunType)(*
sruns
++ + dy); // top
564
int bottom = *
sruns
++;
569
*druns++ = *
sruns
++; // copy intervalCount;
571
int x = *
sruns
++;
576
*druns++ = (SkRegion::RunType)(*
sruns
++ + dx);
582
SkASSERT(
sruns
- fRunHead->readonly_runs() == fRunHead->fRunCount);
[
all
...]
/external/skqp/src/core/
SkRegion.cpp
559
const RunType*
sruns
= fRunHead->readonly_runs();
local
562
*druns++ = (SkRegion::RunType)(*
sruns
++ + dy); // top
564
int bottom = *
sruns
++;
569
*druns++ = *
sruns
++; // copy intervalCount;
571
int x = *
sruns
++;
576
*druns++ = (SkRegion::RunType)(*
sruns
++ + dx);
582
SkASSERT(
sruns
- fRunHead->readonly_runs() == fRunHead->fRunCount);
[
all
...]
Completed in 937 milliseconds