Searched refs:buildEdges (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 98 void buildEdges() { in buildEdges() function 278 buildEdges(); in F()
|
/third_party/skia/src/core/ |
D | SkEdgeBuilder.h | 20 int buildEdges(const SkPath& path,
|
D | SkEdgeBuilder.cpp | 363 int SkEdgeBuilder::buildEdges(const SkPath& path, in buildEdges() function in SkEdgeBuilder
|
D | SkScan_Path.cpp | 406 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path()
|
D | SkScan_AAAPath.cpp | 1859 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 353 void buildEdges(Function &F); 1417 void SampleProfileLoader::buildEdges(Function &F) { in buildEdges() function in SampleProfileLoader 1493 buildEdges(F); in propagateWeights()
|
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.h | 169 void buildEdges(VertexList* contours, int contourCnt, VertexList* mesh,
|
D | GrTriangulator.cpp | 1161 void GrTriangulator::buildEdges(VertexList* contours, int contourCnt, VertexList* mesh, in buildEdges() function in GrTriangulator 1482 this->buildEdges(contours, contourCnt, mesh, c); in contoursToMesh()
|