Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/effects/GrRRectEffect.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRRect.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkString.h"
#include "include/private/base/SkAssert.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/base/SkRandom.h"
#include "src/base/SkTLazy.h"
#include "src/core/SkRRectPriv.h"
#include "src/core/SkSLTypeShared.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/GrProcessorUnitTest.h"
#include "src/gpu/ganesh/GrShaderCaps.h"
#include "src/gpu/ganesh/effects/GrOvalEffect.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include "src/gpu/ganesh/glsl/GrGLSLProgramDataManager.h"
#include "src/gpu/ganesh/glsl/GrGLSLUniformHandler.h"
#include <algorithm>
#include <cstdint>
#include <tuple>
#include <utility>
Go to the source code of this file.
Classes | |
class | CircularRRectEffect::Impl |
class | EllipticalRRectEffect::Impl |
Functions | |
static bool | elliptical_effect_uses_scale (const GrShaderCaps &caps, const SkRRect &rrect) |
Variables | |
static const SkScalar | kRadiusMin = SK_ScalarHalf |
|
static |
Definition at line 513 of file GrRRectEffect.cpp.
|
static |
Definition at line 37 of file GrRRectEffect.cpp.