Searched refs:hasPath (Results 1 – 3 of 3) sorted by relevance
89 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in loadPathsIfNeeded() local90 if (!hasPath) { in loadPathsIfNeeded()
60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()570 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()
980 boolean hasPath = false;993 hasPath = true;1040 … ((!hasPath && !val.contains("Path")) || (hasPath && val.contains("Path="+path))))