/* * 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/encode/SkEncoder.h" #include "include/private/base/SkAssert.h" bool SkEncoder::encodeRows(int numRows) { … }