Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkShader.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypes.h"
#include "src/core/SkCanvasPriv.h"
#include "src/gpu/ganesh/GrCanvas.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/SkGr.h"
#include "src/gpu/ganesh/SurfaceFillContext.h"
#include "src/gpu/ganesh/effects/GrSkSLFP.h"
#include "src/gpu/ganesh/effects/GrTextureEffect.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Classes | |
class | SampleCoordEffect |
Functions | |
DEF_SIMPLE_GPU_GM_BG (fpcoordinateoverride, rContext, canvas, 512, 512, ToolUtils::color_to_565(0xFF66AA99)) | |
DEF_SIMPLE_GPU_GM_BG | ( | fpcoordinateoverride | , |
rContext | , | ||
canvas | , | ||
512 | , | ||
512 | , | ||
ToolUtils::color_to_565(0xFF66AA99) | |||
) |
Definition at line 77 of file fpcoordinateoverride.cpp.