Home
last modified time | relevance | path

Searched refs:fSynthetic (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrTriangulator.h274 , fSynthetic(false) in Vertex()
290 bool fSynthetic; // Is this a synthetic vertex? member
DGrAATriangulator.cpp235 if (v->fSynthetic) { in connectSSEdge()
258 dest->fSynthetic = true; in apply()
DGrTriangulator.cpp983 dst->fSynthetic = true; in mergeVertices()
1092 v->fSynthetic = true; in checkForIntersection()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp156 , fSynthetic(false) in Vertex()
172 bool fSynthetic; // Is this a synthetic vertex? member
1187 dst->fSynthetic = true; in merge_vertices()
1293 v->fSynthetic = true; in check_for_intersection()
1786 if (v->fSynthetic) { in ss_connect()
1808 dest->fSynthetic = true; in apply()