Definition at line 237 of file SkSVGDevice.cpp.
◆ ResourceBucket()
SkSVGDevice::ResourceBucket::ResourceBucket |
( |
| ) |
|
|
inline |
Definition at line 239 of file SkSVGDevice.cpp.
240 : fGradientCount(0)
241 , fPathCount(0)
242 , fImageCount(0)
243 , fPatternCount(0)
244 , fColorFilterCount(0) {}
◆ addColorFilter()
SkString SkSVGDevice::ResourceBucket::addColorFilter |
( |
| ) |
|
|
inline |
Definition at line 258 of file SkSVGDevice.cpp.
SK_API SkString SkStringPrintf(const char *format,...) SK_PRINTF_LIKE(1
Creates a new string and writes into it using a printf()-style format.
◆ addImage()
SkString SkSVGDevice::ResourceBucket::addImage |
( |
| ) |
|
|
inline |
◆ addLinearGradient()
SkString SkSVGDevice::ResourceBucket::addLinearGradient |
( |
| ) |
|
|
inline |
◆ addPath()
SkString SkSVGDevice::ResourceBucket::addPath |
( |
| ) |
|
|
inline |
◆ addPattern()
SkString SkSVGDevice::ResourceBucket::addPattern |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: