Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
SkBBHFactory.cpp
Go to the documentation of this file.
1/*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
9
10#include "include/core/SkRect.h"
11#include "src/core/SkRTree.h"
12
14 return sk_make_sp<SkRTree>();
15}
16
17void SkBBoxHierarchy::insert(const SkRect rects[], const Metadata[], int N) {
18 // Ignore Metadata.
19 this->insert(rects, N);
20}
#define N
Definition beziers.cpp:19
virtual void insert(const SkRect[], int N)=0
sk_sp< SkBBoxHierarchy > operator()() const override