Searched refs:hasPath (Results 1 – 3 of 3) sorted by relevance
61 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in willDrawPaths() local62 if (!hasPath) { in willDrawPaths()
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))))