Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/codec/SkCodec.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkData.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkImageGanesh.h"
#include "src/core/SkImagePriv.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include <initializer_list>
#include <memory>
Go to the source code of this file.
Functions | |
sk_sp< SkImage > | make_raster_image (const char *path) |
sk_sp< SkImage > | make_color_space (sk_sp< SkImage > orig, sk_sp< SkColorSpace > colorSpace, SkCanvas *canvas) |
DEF_SIMPLE_GM_CAN_FAIL (makecolorspace, canvas, errorMsg, 128 *3, 128 *4) | |
DEF_SIMPLE_GM_BG (makecolortypeandspace, canvas, 128 *3, 128 *4, SK_ColorWHITE) | |
DEF_SIMPLE_GM_CAN_FAIL (reinterpretcolorspace, canvas, errorMsg, 128 *3, 128 *3) | |
DEF_SIMPLE_GM_BG | ( | makecolortypeandspace | , |
canvas | , | ||
128 * | 3, | ||
128 * | 4, | ||
SK_ColorWHITE | |||
) |
Definition at line 104 of file makecolorspace.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | makecolorspace | , |
canvas | , | ||
errorMsg | , | ||
128 * | 3, | ||
128 * | 4 | ||
) |
Definition at line 71 of file makecolorspace.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | reinterpretcolorspace | , |
canvas | , | ||
errorMsg | , | ||
128 * | 3, | ||
128 * | 3 | ||
) |
Definition at line 184 of file makecolorspace.cpp.
sk_sp< SkImage > make_color_space | ( | sk_sp< SkImage > | orig, |
sk_sp< SkColorSpace > | colorSpace, | ||
SkCanvas * | canvas | ||
) |
Definition at line 40 of file makecolorspace.cpp.
Definition at line 33 of file makecolorspace.cpp.