Searched refs:hasPath (Results 1 – 8 of 8) sorted by relevance
49 const bool hasPath = SkToBool(fGeneratedPaths[groupByte] & groupBit); in willDrawPaths() local50 if (!hasPath) { in willDrawPaths()
117 if (!hasPath()) in shapeDependentStrokeContains()
70 bool hasPath() const { return m_path.get(); } in hasPath() function
123 if (!hasPath()) in shapeDependentStrokeContains()
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()
103 bool hasPath() const;
326 bool KURL::hasPath() const in hasPath() function in blink::KURL
2401 Path hitRegionPath = options.hasPath() ? options.path()->path() : m_path; in addHitRegion()