コード例 #1
0
ファイル: GrDrawTarget.cpp プロジェクト: 03050903/skia
void GrDrawTarget::addBatch(sk_sp<GrBatch> batch) {
    this->recordBatch(batch.get(), batch->bounds());
}