Flutter Engine
The Flutter Engine
|
#include "include/core/SkAnnotation.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkData.h"
#include "include/core/SkDocument.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkStream.h"
#include "include/core/SkTypes.h"
#include "include/docs/SkPDFDocument.h"
#include "tests/Test.h"
#include <cstddef>
#include <cstring>
Go to the source code of this file.
Functions | |
static bool | ContainsString (const char *data, size_t dataSize, const char *needle) |
DEF_TEST (Annotation_NoDraw, reporter) | |
DEF_TEST (Annotation_PdfLink, reporter) | |
DEF_TEST (Annotation_PdfDefineNamedDestination, reporter) | |
|
static |
Returns true if data (may contain null characters) contains needle (null terminated).
Definition at line 28 of file AnnotationTest.cpp.
DEF_TEST | ( | Annotation_NoDraw | , |
reporter | |||
) |
Definition at line 38 of file AnnotationTest.cpp.
DEF_TEST | ( | Annotation_PdfDefineNamedDestination | , |
reporter | |||
) |
Definition at line 72 of file AnnotationTest.cpp.
DEF_TEST | ( | Annotation_PdfLink | , |
reporter | |||
) |
Definition at line 53 of file AnnotationTest.cpp.