#include <SkEdgeBuilder.h>
Definition at line 21 of file SkEdgeBuilder.h.
◆ Combine
Enumerator |
---|
kNo_Combine | |
kPartial_Combine | |
kTotal_Combine | |
Definition at line 36 of file SkEdgeBuilder.h.
◆ SkEdgeBuilder()
SkEdgeBuilder::SkEdgeBuilder |
( |
| ) |
|
|
protecteddefault |
◆ ~SkEdgeBuilder()
virtual SkEdgeBuilder::~SkEdgeBuilder |
( |
| ) |
|
|
protectedvirtualdefault |
◆ addCubic()
virtual void SkEdgeBuilder::addCubic |
( |
const SkPoint |
pts[] | ) |
|
|
privatepure virtual |
◆ addLine()
virtual void SkEdgeBuilder::addLine |
( |
const SkPoint |
pts[] | ) |
|
|
privatepure virtual |
◆ addPolyLine()
virtual Combine SkEdgeBuilder::addPolyLine |
( |
const SkPoint |
pts[], |
|
|
char * |
edge, |
|
|
char ** |
edgePtr |
|
) |
| |
|
privatepure virtual |
◆ addQuad()
virtual void SkEdgeBuilder::addQuad |
( |
const SkPoint |
pts[] | ) |
|
|
privatepure virtual |
◆ allocEdges()
virtual char * SkEdgeBuilder::allocEdges |
( |
size_t |
n, |
|
|
size_t * |
sizeof_edge |
|
) |
| |
|
privatepure virtual |
◆ buildEdges()
int SkEdgeBuilder::buildEdges |
( |
const SkPath & |
path, |
|
|
const SkIRect * |
shiftedClip |
|
) |
| |
Definition at line 377 of file SkEdgeBuilder.cpp.
378 {
379
380 const bool canCullToTheRight = !
path.isConvex();
381
382
383
385 ? this->buildPoly(
path, shiftedClip, canCullToTheRight)
386 : this->
build (
path, shiftedClip, canCullToTheRight);
387
389
390
391 if (!canCullToTheRight) {
393 }
395}
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
◆ recoverClip()
virtual SkRect SkEdgeBuilder::recoverClip |
( |
const SkIRect & |
| ) |
const |
|
privatepure virtual |
◆ fAlloc
◆ fEdgeList
void** SkEdgeBuilder::fEdgeList = nullptr |
|
protected |
◆ fList
The documentation for this class was generated from the following files: