OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchedLast
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkPathWriter.h
40
bool
matchedLast
(const SkOpPtT*) const;
SkPathWriter.cpp
62
if (this->
matchedLast
(pt)) {
79
if (!this->
matchedLast
(pt)) {
86
if (!this->
matchedLast
(fDefer[0])) {
112
return this->
matchedLast
(fFirstPtT);
125
bool SkPathWriter::
matchedLast
(const SkOpPtT* test) const {
157
} else if (!this->
matchedLast
(fDefer[0])) {
169
if (
matchedLast
(fDefer[0])) {
Completed in 58 milliseconds