#include <SubsetPath.h>
Definition at line 36 of file SubsetPath.h.
◆ SubsetPath()
SubsetPath::SubsetPath |
( |
const SkPath & |
path | ) |
|
Definition at line 16 of file SubsetPath.cpp.
19}
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ ~SubsetPath()
virtual SubsetPath::~SubsetPath |
( |
| ) |
|
|
inlinevirtual |
◆ getSubsetPath()
virtual SkPath SubsetPath::getSubsetPath |
( |
| ) |
const |
|
protectedpure virtual |
◆ range()
int SubsetPath::range |
( |
int * |
end | ) |
const |
|
protected |
Definition at line 21 of file SubsetPath.cpp.
21 {
23 int parts = 1 << (31 - leadingZero);
30}
static int SkCLZ(uint32_t mask)
SkTDArray< bool > fSelected
◆ subset()
bool SubsetPath::subset |
( |
bool |
testFailed, |
|
|
SkPath * |
sub |
|
) |
| |
Definition at line 32 of file SubsetPath.cpp.
32 {
34 if (!testFailed) {
38 }
39 }
40 do {
41 do {
44
49 return false;
50 }
51 }
56 }
57#if 1
61 }
62#endif
64 return true;
65}
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
int range(int *end) const
virtual SkPath getSubsetPath() const =0
◆ fPath
const SkPath& SubsetPath::fPath |
|
protected |
◆ fSelected
◆ fSubset
◆ fTries
The documentation for this class was generated from the following files: