Hash :
37752956
Author :
Date :
2021-02-11T16:12:48
Generators: Use fixed year in license headers. Remove dynamic year generation from generator scripts, as required by the Chromium C++ style guide. The dynamic year values were replaced by the current year at the time the file was created according to git log. The code to dynamically generate the year was removed. This patch also refreshes generated files and hashes. Bug: angleproject:5516 Change-Id: I735028bccb5c83217e92c380538f1abf0a906b2c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2690950 Commit-Queue: Lubosz Sarnecki <lubosz.sarnecki@collabora.com> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>
// GENERATED FILE - DO NOT EDIT.
// Generated by gen_overlay_fonts.py using overlay/DejaVuSansMono-Bold.ttf.
//
// Copyright 2019 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Overlay_font_autogen.h:
// Autogenerated overlay font data.
#include "libANGLE/Overlay.h"
namespace gl
{
namespace overlay
{
constexpr int kFontCount = 3;
constexpr int kFontGlyphWidths[kFontCount] = {22, 14, 8};
constexpr int kFontGlyphHeights[kFontCount] = {43, 28, 17};
constexpr int kFontCharactersPerRow = 32;
constexpr int kFontCharactersPerCol = 3;
constexpr int kFontCharacters = kFontCharactersPerRow * kFontCharactersPerCol;
constexpr int kFontImageWidth = 22 * kFontCharactersPerRow;
constexpr int kFontImageHeight = 43 * kFontCharactersPerCol;
constexpr int kFontLayerLarge = 0;
constexpr int kFontLayerMedium = 1;
constexpr int kFontLayerSmall = 2;
} // namespace overlay
} // namespace gl