OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCount0
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp
37
fCount0
= fCount1 = fCount2 = 0;
39
fCount0
= 1;
69
fCount0
= fCount2 = 0;
76
fCount0
= count;
80
fCount0
= fCount1 = 0;
112
fCount0
+= originalCount - 1;
130
fCount0
= chop(fx, 0, ex, dx, count);
131
count -=
fCount0
;
132
fx +=
fCount0
* dx;
134
SkASSERT(
fCount0
== 0 || (fx - dx) < 0)
[
all
...]
SkClampRange.h
24
int
fCount0
; // count for fV0
SkLinearGradient.cpp
142
if ((count = range.
fCount0
) > 0) {
322
if ((count = range.
fCount0
) > 0) {
/external/skia/src/effects/gradients/
SkClampRange.cpp
37
fCount0
= fCount1 = fCount2 = 0;
39
fCount0
= 1;
69
fCount0
= fCount2 = 0;
76
fCount0
= count;
80
fCount0
= fCount1 = 0;
112
fCount0
+= originalCount - 1;
130
fCount0
= chop(fx, 0, ex, dx, count);
131
count -=
fCount0
;
132
fx +=
fCount0
* dx;
134
SkASSERT(
fCount0
== 0 || (fx - dx) < 0)
[
all
...]
SkClampRange.h
24
int
fCount0
; // count for fV0
SkLinearGradient.cpp
142
if ((count = range.
fCount0
) > 0) {
322
if ((count = range.
fCount0
) > 0) {
/external/skia/tests/
ClampRangeTest.cpp
51
SkASSERT(range.
fCount0
+ range.fCount1 + range.fCount2 == count);
61
for (i = 0; i < range.
fCount0
; i++) {
Completed in 742 milliseconds