HomeSort by relevance Sort by last modified time
    Searched refs:fEdgeCount (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrConvexPolyEffect.h 68 int getEdgeCount() const { return fEdgeCount; }
84 int fEdgeCount;
GrConvexPolyEffect.cpp 314 , fEdgeCount(n) {
330 return (cpe.fEdgeType == fEdgeType && cpe.fEdgeCount == fEdgeCount &&
331 0 == memcmp(cpe.fEdges, fEdges, 3 * fEdgeCount * sizeof(SkScalar)));

Completed in 45 milliseconds