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

/*
 * Copyright 2023 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#include "include/core/SkRSXform.h"

void SkRSXform::toQuad(SkScalar width, SkScalar height, SkPoint quad[4]) const {}

void SkRSXform::toTriStrip(SkScalar width, SkScalar height, SkPoint strip[4]) const {}