OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSegmentCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkStroke.cpp
96
int
fSegmentCount
;
126
SkASSERT(
fSegmentCount
>= 0);
134
if (
fSegmentCount
== 0) {
153
fSegmentCount
+= 1;
157
if (
fSegmentCount
> 0) {
185
fSegmentCount
= -1;
209
fSegmentCount
= -1;
223
if (
fSegmentCount
> 0) {
226
fSegmentCount
= 0;
/external/skia/src/core/
SkStroke.cpp
96
int
fSegmentCount
;
126
SkASSERT(
fSegmentCount
>= 0);
134
if (
fSegmentCount
== 0) {
153
fSegmentCount
+= 1;
157
if (
fSegmentCount
> 0) {
185
fSegmentCount
= -1;
209
fSegmentCount
= -1;
223
if (
fSegmentCount
> 0) {
226
fSegmentCount
= 0;
Completed in 27 milliseconds