Flutter Engine
The Flutter Engine
|
#include "src/core/SkRasterPipeline.h"
#include "include/core/SkColorType.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkTemplates.h"
#include "modules/skcms/skcms.h"
#include "src/base/SkVx.h"
#include "src/core/SkImageInfoPriv.h"
#include "src/core/SkOpts.h"
#include "src/core/SkRasterPipelineOpContexts.h"
#include "src/core/SkRasterPipelineOpList.h"
#include <algorithm>
#include <cstring>
#include <vector>
Go to the source code of this file.
Macros | |
#define | COLOR_TYPE_CASE(stage_ct, sk_ct) |
#define | M(x) case Op::x: name = #x; break; |
Typedefs | |
using | Op = SkRasterPipelineOp |
Functions | |
static void | prepend_to_pipeline (SkRasterPipelineStage *&ip, SkOpts::StageFn stageFn, void *ctx) |
Variables | |
bool | gForceHighPrecisionRasterPipeline |
#define COLOR_TYPE_CASE | ( | stage_ct, | |
sk_ct | |||
) |
using Op = SkRasterPipelineOp |
Definition at line 27 of file SkRasterPipeline.cpp.
|
static |
Definition at line 547 of file SkRasterPipeline.cpp.
bool gForceHighPrecisionRasterPipeline |
Definition at line 29 of file SkRasterPipeline.cpp.