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/chromium_org/third_party/skia/src/core/
SkRegion.cpp
556
const RunType*
sruns
= fRunHead->readonly_runs();
local
559
*druns++ = (SkRegion::RunType)(*
sruns
++ + dy); // top
561
int bottom = *
sruns
++;
566
*druns++ = *
sruns
++; // copy intervalCount;
568
int x = *
sruns
++;
573
*druns++ = (SkRegion::RunType)(*
sruns
++ + dx);
579
SkASSERT(
sruns
- fRunHead->readonly_runs() == fRunHead->fRunCount);
[
all
...]
/external/skia/src/core/
SkRegion.cpp
556
const RunType*
sruns
= fRunHead->readonly_runs();
local
559
*druns++ = (SkRegion::RunType)(*
sruns
++ + dy); // top
561
int bottom = *
sruns
++;
566
*druns++ = *
sruns
++; // copy intervalCount;
568
int x = *
sruns
++;
573
*druns++ = (SkRegion::RunType)(*
sruns
++ + dx);
579
SkASSERT(
sruns
- fRunHead->readonly_runs() == fRunHead->fRunCount);
[
all
...]
Completed in 370 milliseconds