OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIsNotDef
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/svg/parser/
SkSVGGroup.cpp
14
fIsNotDef
= false;
SkSVGElements.cpp
24
SkSVGElement::SkSVGElement() : fParent(nullptr), fIsDef(false),
fIsNotDef
(true) {
57
return isGroupParent() == false ? fParent->isNotDef() :
fIsNotDef
;
81
//
fIsNotDef
= isNotDef();
SkSVGElements.h
68
bool
fIsNotDef
;
SkSVGParser.cpp
155
if (fCurrElement->fIsDef == false && fCurrElement->
fIsNotDef
== false)
235
if ((element->fIsDef == false && element->
fIsNotDef
== false) ||
236
(element->fIsDef && isDef == false && element->
fIsNotDef
== false) ||
237
(element->fIsDef == false && isDef && element->
fIsNotDef
)) {
390
bool isNotDef = created->
fIsNotDef
= created->isNotDef();
400
while (up && up->
fIsNotDef
== false) {
401
up->
fIsNotDef
= true;
Completed in 1936 milliseconds