Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /pdf /region_data.h
blob: c5f90989f5e105dc671cb3106c5550ef7107c36b [file] [log] [blame] [edit]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PDF_REGION_DATA_H_
#define PDF_REGION_DATA_H_
#include<stddef.h>
#include<stdint.h>
#include"base/containers/span.h"
#include"base/memory/raw_span.h"
namespace chrome_pdf{
structRegionData{
RegionData(base::span<uint8_t> buffer,size_t stride);
RegionData(RegionData&&) noexcept;
RegionData&operator=(RegionData&&) noexcept;
~RegionData();
base::raw_span<uint8_t> buffer;// Never empty.
size_t stride;
};
}// namespace chrome_pdf
#endif// PDF_REGION_DATA_H_

[8]ページ先頭

©2009-2025 Movatter.jp