chromium/third_party/freetype-testing/src/fuzzing/src/targets/glyphs/outlines.cpp

// outlines.cpp
//
//   Implementation of GlyphsOutlinesFuzzTarget.
//
// Copyright 2018-2019 by
// Armin Hasitzka, David Turner, Robert Wilhelm, and Werner Lemberg.
//
// 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 "targets/glyphs/outlines.h"

#include <utility> // std::move

#include "iterators/faceloaditerator.h"
#include "iterators/faceprepiterator-outlines.h"
#include "iterators/glyphloaditerator-naive.h"
#include "iterators/glyphrenderiterator-allmodes.h"
#include "visitors/glyphvisitor-cbox.h"
#include "visitors/glyphvisitor-outlines.h"
#include "visitors/glyphvisitor-transform.h"
#include "utils/logging.h"


  const FT_Long
  freetype::GlyphsOutlinesFuzzTarget::
  NUM_LOAD_GLYPHS =;


  freetype::GlyphsOutlinesFuzzTarget::
  GlyphsOutlinesFuzzTarget()
  {}