Searched refs:getEdgeCount (Results 1 – 2 of 2) sorted by relevance
217 cpe.getEdgeCount(), in emitCode()223 for (int i = 0; i < cpe.getEdgeCount(); ++i) { in emitCode()248 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar); in setData()250 pdman.set3fv(fEdgeUniform, cpe.getEdgeCount(), cpe.getEdges()); in setData()259 uint32_t key = (cpe.getEdgeCount() << 3) | cpe.getEdgeType(); in GenKey()
68 int getEdgeCount() const { return fEdgeCount; } in getEdgeCount() function