Flutter Engine
The Flutter Engine
|
#include <PaintOptionsPriv.h>
Public Types | |
using | ProcessCombination = PaintOptions::ProcessCombination |
Public Member Functions | |
void | addColorFilter (sk_sp< PrecompileColorFilter > cf) |
void | setClipShaders (SkSpan< const sk_sp< PrecompileShader > > clipShaders) |
int | numCombinations () const |
void | buildCombinations (const KeyContext &keyContext, PipelineDataGatherer *gatherer, DrawTypeFlags drawTypes, bool withPrimitiveBlender, Coverage coverage, const ProcessCombination &processCombination) const |
Friends | |
class | PaintOptions |
Class that exposes methods in PaintOptions that are only intended for use internal to Skia. This class is purely a privileged window into PaintOptions. It should never have additional data members or virtual methods.
Definition at line 20 of file PaintOptionsPriv.h.
using skgpu::graphite::PaintOptionsPriv::ProcessCombination = PaintOptions::ProcessCombination |
Definition at line 22 of file PaintOptionsPriv.h.
void skgpu::graphite::PaintOptionsPriv::addColorFilter | ( | sk_sp< PrecompileColorFilter > | cf | ) |
Definition at line 330 of file PaintOptions.cpp.
|
inline |
Definition at line 34 of file PaintOptionsPriv.h.
|
inline |
Definition at line 30 of file PaintOptionsPriv.h.
|
inline |
Definition at line 26 of file PaintOptionsPriv.h.
|
friend |
Definition at line 46 of file PaintOptionsPriv.h.