Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/GrSWMaskHelper.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkColor.h"
#include "include/gpu/GrRecordingContext.h"
#include "src/core/SkBlitter_A8.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrProxyProvider.h"
#include "src/gpu/ganesh/GrRecordingContextPriv.h"
#include "src/gpu/ganesh/GrTextureProxy.h"
#include "src/gpu/ganesh/SkGr.h"
#include "src/gpu/ganesh/SurfaceContext.h"
#include "src/gpu/ganesh/geometry/GrStyledShape.h"
Go to the source code of this file.
Functions | |
static SkPaint | get_paint (GrAA aa, uint8_t alpha) |
Definition at line 22 of file GrSWMaskHelper.cpp.