OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCount1
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkClampRange.h
32
int
fCount1
; // count for interpolating (fV0...fV1)
34
SkFixed fFx1; // initial fx value for the
fCount1
range.
35
// only valid if
fCount1
> 0
/external/skia/src/core/
SkClampRange.cpp
44
fCount0 =
fCount1
= fCount2 = 0;
48
fCount1
= 1;
77
fCount1
= count;
82
fCount1
= fCount2 = 0;
87
fCount0 =
fCount1
= 0;
142
fCount1
= chop(fx, 0xFFFF, ex, dx, count);
143
count -=
fCount1
;
147
fx +=
fCount1
* dx;
151
if (
fCount1
> 0) {
163
if (
fCount1
> 0)
[
all
...]
/external/skia/tests/
ClampRangeTest.cpp
44
SkASSERT(range.fCount0 + range.
fCount1
+ range.fCount2 == count);
49
for (i = 0; i < range.
fCount1
; i++) {
59
if (range.
fCount1
> 0 && fx != range.fFx1) {
64
for (i = 0; i < range.
fCount1
; i++) {
/external/skia/src/effects/
SkGradientShader.cpp
889
if ((count = range.
fCount1
) > 0) {
[
all
...]
Completed in 88 milliseconds