OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEdgeCount
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/effects/
GrConvexPolyEffect.h
68
int getEdgeCount() const { return
fEdgeCount
; }
83
int
fEdgeCount
;
GrConvexPolyEffect.cpp
184
,
fEdgeCount
(n) {
198
,
fEdgeCount
(that.
fEdgeCount
) {
199
memcpy(fEdges, that.fEdges, 3 * that.
fEdgeCount
* sizeof(SkScalar));
209
return (cpe.fEdgeType == fEdgeType && cpe.
fEdgeCount
==
fEdgeCount
&&
210
0 == memcmp(cpe.fEdges, fEdges, 3 *
fEdgeCount
* sizeof(SkScalar)));
/external/skqp/src/gpu/effects/
GrConvexPolyEffect.h
68
int getEdgeCount() const { return
fEdgeCount
; }
83
int
fEdgeCount
;
GrConvexPolyEffect.cpp
184
,
fEdgeCount
(n) {
198
,
fEdgeCount
(that.
fEdgeCount
) {
199
memcpy(fEdges, that.fEdges, 3 * that.
fEdgeCount
* sizeof(SkScalar));
209
return (cpe.fEdgeType == fEdgeType && cpe.
fEdgeCount
==
fEdgeCount
&&
210
0 == memcmp(cpe.fEdges, fEdges, 3 *
fEdgeCount
* sizeof(SkScalar)));
Completed in 85 milliseconds