Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkPaint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkString.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "src/core/SkFontPriv.h"
#include "tools/Resources.h"
#include "tools/fonts/FontToolUtils.h"
#include <string.h>
Go to the source code of this file.
Functions | |
static void | excercise_draw_pos_text (SkCanvas *canvas, const char *text, SkScalar x, SkScalar y, const SkFont &font, const SkPaint &paint) |
DEF_SIMPLE_GM_CAN_FAIL (pdf_never_embed, canvas, errorMsg, 512, 512) | |
DEF_SIMPLE_GM (pdf_crbug_772685, canvas, 612, 792) | |
DEF_SIMPLE_GM | ( | pdf_crbug_772685 | , |
canvas | , | ||
612 | , | ||
792 | |||
) |
Definition at line 73 of file pdf_never_embed.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | pdf_never_embed | , |
canvas | , | ||
errorMsg | , | ||
512 | , | ||
512 | |||
) |
Definition at line 37 of file pdf_never_embed.cpp.
|
static |
Definition at line 24 of file pdf_never_embed.cpp.