Home
last modified time | relevance | path

Searched refs:fEmpty (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkPath.cpp102 fEmpty = path->isEmpty(); in SkAutoPathBoundsUpdate()
103 if (fHasValidBounds && !fEmpty) { in SkAutoPathBoundsUpdate()
112 if ((fEmpty || fHasValidBounds) && fRect.isFinite()) { in ~SkAutoPathBoundsUpdate()
122 bool fEmpty; member in SkAutoPathBoundsUpdate
/third_party/flutter/skia/src/core/
DSkPath.cpp110 if ((fEmpty || fHasValidBounds) && fRect.isFinite()) { in ~SkAutoPathBoundsUpdate()
120 bool fEmpty; member in SkAutoPathBoundsUpdate
129 fEmpty = path->isEmpty(); in init()
130 if (fHasValidBounds && !fEmpty) { in init()