OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAllowOpenContours
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpEdgeBuilder.h
19
,
fAllowOpenContours
(true) {
26
,
fAllowOpenContours
(false) {
59
bool
fAllowOpenContours
;
SkOpEdgeBuilder.cpp
71
if (!
fAllowOpenContours
&& lastCurve) {
130
if (!
fAllowOpenContours
&& lastCurve) {
155
if (
fAllowOpenContours
) {
190
if (fCurrentContour && !
fAllowOpenContours
&& !close()) {
/external/skia/src/pathops/
SkOpEdgeBuilder.h
19
,
fAllowOpenContours
(true) {
26
,
fAllowOpenContours
(false) {
59
bool
fAllowOpenContours
;
SkOpEdgeBuilder.cpp
71
if (!
fAllowOpenContours
&& lastCurve) {
130
if (!
fAllowOpenContours
&& lastCurve) {
155
if (
fAllowOpenContours
) {
190
if (fCurrentContour && !
fAllowOpenContours
&& !close()) {
Completed in 647 milliseconds