OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrPoint
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/core/
SkEdgeClipper.cpp
47
fCurrPoint
= fPoints;
58
fCurrPoint
= fPoints;
217
fCurrPoint
= fPoints;
232
SkASSERT(
fCurrPoint
- fPoints <= kMaxPoints);
238
fCurrPoint
= fPoints;
412
fCurrPoint
= fPoints;
435
SkASSERT(
fCurrPoint
- fPoints <= kMaxPoints);
442
fCurrPoint
= fPoints;
451
fCurrPoint
[0] = p0;
452
fCurrPoint
[1] = p1
[
all
...]
SkEdgeClipper.h
30
SkPoint*
fCurrPoint
;
SkQuadClipper.h
44
SkPoint*
fCurrPoint
;
/external/skqp/src/core/
SkEdgeClipper.cpp
47
fCurrPoint
= fPoints;
58
fCurrPoint
= fPoints;
217
fCurrPoint
= fPoints;
232
SkASSERT(
fCurrPoint
- fPoints <= kMaxPoints);
238
fCurrPoint
= fPoints;
412
fCurrPoint
= fPoints;
435
SkASSERT(
fCurrPoint
- fPoints <= kMaxPoints);
442
fCurrPoint
= fPoints;
451
fCurrPoint
[0] = p0;
452
fCurrPoint
[1] = p1
[
all
...]
SkEdgeClipper.h
30
SkPoint*
fCurrPoint
;
SkQuadClipper.h
44
SkPoint*
fCurrPoint
;
/external/skia/bench/
PathBench.cpp
335
fCurrPoint
= 0;
344
path->moveTo(fPoints[(
fCurrPoint
++) & (kNumPoints - 1)]);
347
path->lineTo(fPoints[(
fCurrPoint
++) & (kNumPoints - 1)]);
350
path->quadTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)],
351
fPoints[(
fCurrPoint
+ 1) & (kNumPoints - 1)]);
352
fCurrPoint
+= 2;
355
path->conicTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)],
356
fPoints[(
fCurrPoint
+ 1) & (kNumPoints - 1)],
358
fCurrPoint
+= 2;
361
path->cubicTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)]
[
all
...]
/external/skqp/bench/
PathBench.cpp
335
fCurrPoint
= 0;
344
path->moveTo(fPoints[(
fCurrPoint
++) & (kNumPoints - 1)]);
347
path->lineTo(fPoints[(
fCurrPoint
++) & (kNumPoints - 1)]);
350
path->quadTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)],
351
fPoints[(
fCurrPoint
+ 1) & (kNumPoints - 1)]);
352
fCurrPoint
+= 2;
355
path->conicTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)],
356
fPoints[(
fCurrPoint
+ 1) & (kNumPoints - 1)],
358
fCurrPoint
+= 2;
361
path->cubicTo(fPoints[(
fCurrPoint
+ 0) & (kNumPoints - 1)]
[
all
...]
Completed in 98 milliseconds