OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCount1
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.h
25
int
fCount1
; // count for interpolating (fV0...fV1)
27
SkFixed fFx1; // initial fx value for the
fCount1
range.
28
// only valid if
fCount1
> 0
SkClampRange.cpp
37
fCount0 =
fCount1
= fCount2 = 0;
41
fCount1
= 1;
70
fCount1
= count;
75
fCount1
= fCount2 = 0;
80
fCount0 =
fCount1
= 0;
135
fCount1
= chop(fx, 0xFFFF, ex, dx, count);
136
count -=
fCount1
;
140
fx +=
fCount1
* dx;
144
if (
fCount1
> 0) {
156
if (
fCount1
> 0)
[
all
...]
SkLinearGradient.cpp
149
if ((count = range.
fCount1
) > 0) {
329
if ((count = range.
fCount1
) > 0) {
/external/skia/src/effects/gradients/
SkClampRange.h
25
int
fCount1
; // count for interpolating (fV0...fV1)
27
SkFixed fFx1; // initial fx value for the
fCount1
range.
28
// only valid if
fCount1
> 0
SkClampRange.cpp
37
fCount0 =
fCount1
= fCount2 = 0;
41
fCount1
= 1;
70
fCount1
= count;
75
fCount1
= fCount2 = 0;
80
fCount0 =
fCount1
= 0;
135
fCount1
= chop(fx, 0xFFFF, ex, dx, count);
136
count -=
fCount1
;
140
fx +=
fCount1
* dx;
144
if (
fCount1
> 0) {
156
if (
fCount1
> 0)
[
all
...]
SkLinearGradient.cpp
149
if ((count = range.
fCount1
) > 0) {
329
if ((count = range.
fCount1
) > 0) {
/external/skia/tests/
ClampRangeTest.cpp
51
SkASSERT(range.fCount0 + range.
fCount1
+ range.fCount2 == count);
56
for (i = 0; i < range.
fCount1
; i++) {
66
if (range.
fCount1
> 0 && fx != range.fFx1) {
71
for (i = 0; i < range.
fCount1
; i++) {
Completed in 308 milliseconds