Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImage.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
static skiagm::DrawResult | draw_rotated_image (SkCanvas *canvas, const SkImage *image, SkString *errorMsg) |
DEF_SIMPLE_GM_CAN_FAIL (repeated_bitmap, canvas, errorMsg, 576, 576) | |
DEF_SIMPLE_GM_CAN_FAIL (repeated_bitmap_jpg, canvas, errorMsg, 576, 576) | |
DEF_SIMPLE_GM_CAN_FAIL | ( | repeated_bitmap | , |
canvas | , | ||
errorMsg | , | ||
576 | , | ||
576 | |||
) |
Definition at line 48 of file repeated_bitmap.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | repeated_bitmap_jpg | , |
canvas | , | ||
errorMsg | , | ||
576 | , | ||
576 | |||
) |
Definition at line 53 of file repeated_bitmap.cpp.
|
static |
Definition at line 22 of file repeated_bitmap.cpp.