Home
last modified time | relevance | path

Searched refs:IntersectionTree (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DIntersectionTree.cpp18 template<IntersectionTree::SplitType kSplitType>
19 class IntersectionTree::TreeNode final : public Node {
59 class IntersectionTree::LeafNode final : public Node {
136 IntersectionTree::Node* split(SkArenaAlloc* arena) { in split()
203 IntersectionTree::IntersectionTree() in IntersectionTree() function in skgpu::IntersectionTree
DIntersectionTree.h20 class IntersectionTree {
22 IntersectionTree();
/third_party/skia/tests/graphite/
DIntersectionTreeTest.cpp36 IntersectionTree tree; in DEF_GRAPHITE_TEST()
50 IntersectionTree tree; in DEF_GRAPHITE_TEST()
64 IntersectionTree tree; in DEF_GRAPHITE_TEST()
/third_party/skia/gn/
Dgraphite.gni86 "$_src/geom/IntersectionTree.cpp",
87 "$_src/geom/IntersectionTree.h",
/third_party/skia/bench/graphite/
DIntersectionTreeBench.cpp55 IntersectionTree intersectionTree; in doBench()