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