chromium/third_party/skia/src/core/SkAnnotation.cpp

/*
 * Copyright 2012 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "include/core/SkAnnotation.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "src/core/SkAnnotationKeys.h"

const char* SkAnnotationKeys::URL_Key() {}

const char* SkAnnotationKeys::Define_Named_Dest_Key() {}

const char* SkAnnotationKeys::Link_Named_Dest_Key() {}

//////////////////////////////////////////////////////////////////////////////////////////////////

void SkAnnotateRectWithURL(SkCanvas* canvas, const SkRect& rect, SkData* value) {}

void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) {}

void SkAnnotateLinkToDestination(SkCanvas* canvas, const SkRect& rect, SkData* name) {}