chromium/third_party/freetype-testing/src/fuzzing/src/visitors/glyphvisitor-cbox.cpp

// glyphvisitor-cbox.cpp
//
//   Implementation of GlyphVisitorCBox.
//
// Copyright 2018-2019 by
// Armin Hasitzka.
//
// This file is part of the FreeType project, and may only be used,
// modified, and distributed under the terms of the FreeType project
// license, LICENSE.TXT.  By continuing to use, modify, or distribute
// this file you indicate that you have read the license and
// understand and accept it fully.


#include "visitors/glyphvisitor-cbox.h"

#include <cassert>

#include "utils/logging.h"


  void
  freetype::GlyphVisitorCBox::
  run( Unique_FT_Glyph  glyph )
  {}


  void
  freetype::GlyphVisitorCBox::
  query_cbox( const Unique_FT_Glyph&  glyph,
              FT_Glyph_BBox_Mode      bbox_mode,
              const std::string&      name )
  {}