Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrDirectContext.h"
#include "src/base/SkRandom.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrDrawingManager.h"
#include "src/gpu/ganesh/GrRecordingContextPriv.h"
#include "src/gpu/ganesh/ops/TessellationPathRenderer.h"
Go to the source code of this file.
Functions | |
static void | draw_strokes (SkCanvas *canvas, SkRandom *rand, const SkPath &path, const SkPath &cubic) |
static void | draw_test (SkCanvas *canvas) |
DEF_SIMPLE_GM (widebuttcaps, canvas, kTestWidth, kTestHeight) | |
Variables | |
static constexpr float | kStrokeWidth = 100 |
static constexpr int | kTestWidth = 120 * 4 |
static constexpr int | kTestHeight = 120 * 3 + 140 |
DEF_SIMPLE_GM | ( | widebuttcaps | , |
canvas | , | ||
kTestWidth | , | ||
kTestHeight | |||
) |
Definition at line 81 of file widebuttcaps.cpp.
|
static |
Definition at line 25 of file widebuttcaps.cpp.
|
static |
Definition at line 52 of file widebuttcaps.cpp.
|
staticconstexpr |
Definition at line 21 of file widebuttcaps.cpp.
|
staticconstexpr |
Definition at line 23 of file widebuttcaps.cpp.
|
staticconstexpr |
Definition at line 22 of file widebuttcaps.cpp.