OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canCullToTheRight
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkEdgeClipper.h
20
SkEdgeClipper(bool
canCullToTheRight
) : fCanCullToTheRight(
canCullToTheRight
) {}
27
bool
canCullToTheRight
() const { return fCanCullToTheRight; }
SkScan_Path.cpp
436
const bool
canCullToTheRight
= !path.isConvex();
438
int count = builder.build(path, clipRect, shiftEdgesUp,
canCullToTheRight
);
Completed in 217 milliseconds