OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEdgeCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/effects/
GrConvexPolyEffect.h
68
int
getEdgeCount
() const { return fEdgeCount; }
GrConvexPolyEffect.cpp
195
cpe.
getEdgeCount
(),
201
for (int i = 0; i < cpe.
getEdgeCount
(); ++i) {
222
size_t byteSize = 3 * cpe.
getEdgeCount
() * sizeof(SkScalar);
224
pdman.set3fv(fEdgeUniform, cpe.
getEdgeCount
(), cpe.getEdges());
233
uint32_t key = (cpe.
getEdgeCount
() << 3) | cpe.getEdgeType();
Completed in 41 milliseconds