OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPointCnt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkPathRef.h
59
SkASSERT((unsigned) i < (unsigned) fPathRef->
fPointCnt
);
63
SkASSERT((unsigned) i < (unsigned) fPathRef->
fPointCnt
);
196
SkDEBUGCODE(
fPointCnt
= 0xAAAAAAA;)
197
SkDEBUGCODE(
fPointCnt
= 0xBBBBBBB;)
202
int countPoints() const { SkDEBUGCODE(this->validate();) return
fPointCnt
; }
237
SkASSERT((unsigned) index < (unsigned)
fPointCnt
);
269
fPointCnt
= 0;
341
fPointCnt
= 0;
344
fPointCnt
= pointCount;
347
fPointCnt
= pointCount
[
all
...]
/external/skia/include/core/
SkPathRef.h
59
SkASSERT((unsigned) i < (unsigned) fPathRef->
fPointCnt
);
63
SkASSERT((unsigned) i < (unsigned) fPathRef->
fPointCnt
);
196
SkDEBUGCODE(
fPointCnt
= 0xAAAAAAA;)
197
SkDEBUGCODE(
fPointCnt
= 0xBBBBBBB;)
202
int countPoints() const { SkDEBUGCODE(this->validate();) return
fPointCnt
; }
237
SkASSERT((unsigned) index < (unsigned)
fPointCnt
);
269
fPointCnt
= 0;
341
fPointCnt
= 0;
344
fPointCnt
= pointCount;
347
fPointCnt
= pointCount
[
all
...]
Completed in 25 milliseconds