chromium/third_party/skia/src/core/SkVertState.cpp

/*
 * Copyright 2014 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/core/SkVertState.h"

bool VertState::Triangles(VertState* state) {}

bool VertState::TrianglesX(VertState* state) {}

bool VertState::TriangleStrip(VertState* state) {}

bool VertState::TriangleStripX(VertState* state) {}

bool VertState::TriangleFan(VertState* state) {}

bool VertState::TriangleFanX(VertState* state) {}

VertState::Proc VertState::chooseProc(SkVertices::VertexMode mode) {}