OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevRite
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBlitter.cpp
441
int
prevRite
= x;
450
if (left >
prevRite
) {
451
int index =
prevRite
- x;
453
((int16_t*)runs)[index] = SkToS16(left -
prevRite
);
456
prevRite
= right;
459
if (
prevRite
> x) {
460
((int16_t*)runs)[
prevRite
- x] = 0;
SkAAClip.cpp
[
all
...]
Completed in 69 milliseconds