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
87
int
fSegmentCount
;
117
SkASSERT(
fSegmentCount
>= 0);
125
if (
fSegmentCount
== 0) {
144
fSegmentCount
+= 1;
148
if (
fSegmentCount
> 0) {
176
fSegmentCount
= -1;
200
fSegmentCount
= -1;
214
if (
fSegmentCount
> 0) {
217
fSegmentCount
= 0;
/external/skia/src/core/
SkStroke.cpp
87
int
fSegmentCount
;
117
SkASSERT(
fSegmentCount
>= 0);
125
if (
fSegmentCount
== 0) {
144
fSegmentCount
+= 1;
148
if (
fSegmentCount
> 0) {
176
fSegmentCount
= -1;
200
fSegmentCount
= -1;
214
if (
fSegmentCount
> 0) {
217
fSegmentCount
= 0;
Completed in 341 milliseconds