Home
last modified time | relevance | path

Searched refs:TessInfo (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTriangulatingPathRenderer.cpp46 // The TessInfo struct contains ancillary data not specifically required for the triangle
50 // When there is an associated VertexData, its numVertices should always match the TessInfo's
52 struct TessInfo { struct
59 TessInfo info { numVertices, isLinear, tol }; in create_data()
66 const TessInfo* info = static_cast<const TessInfo*>(data->data()); in cache_match()
73 const TessInfo* i = static_cast<const TessInfo*>(incumbent->data()); in is_newer_better()
74 const TessInfo* c = static_cast<const TessInfo*>(challenge in is_newer_better()
[all...]

Completed in 1 milliseconds