OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertToNonInverseFillType
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkPath.h
[
all
...]
/external/skqp/include/core/
SkPath.h
[
all
...]
/external/skia/tests/
GrShapeTest.cpp
147
if (SkPath::
ConvertToNonInverseFillType
(pathA.getFillType()) !=
148
SkPath::
ConvertToNonInverseFillType
(pathB.getFillType())) {
165
pA.setFillType(SkPath::
ConvertToNonInverseFillType
(pathA.getFillType()));
166
pB.setFillType(SkPath::
ConvertToNonInverseFillType
(pathB.getFillType()));
574
p.setFillType(SkPath::
ConvertToNonInverseFillType
(path.getFillType()));
[
all
...]
/external/skqp/tests/
GrShapeTest.cpp
147
if (SkPath::
ConvertToNonInverseFillType
(pathA.getFillType()) !=
148
SkPath::
ConvertToNonInverseFillType
(pathB.getFillType())) {
165
pA.setFillType(SkPath::
ConvertToNonInverseFillType
(pathA.getFillType()));
166
pB.setFillType(SkPath::
ConvertToNonInverseFillType
(pathB.getFillType()));
546
p.setFillType(SkPath::
ConvertToNonInverseFillType
(path.getFillType()));
[
all
...]
Completed in 313 milliseconds