Searched refs:ClosePath (Results 1 – 5 of 5) sorted by relevance
34 static void ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args);
48 ADD_METHOD("close", ClosePath); in AddToGlobal()71 void Path2DBuilder::ClosePath(const v8::FunctionCallbackInfo<v8::Value>& args) { in ClosePath() function in Path2DBuilder
54 static void ClosePath(SkWStream* content);
179 ClosePath(¤tSegment); in EmitPath()195 void SkPDFUtils::ClosePath(SkWStream* content) { in ClosePath() function in SkPDFUtils
872 SkPDFUtils::ClosePath(&content.entry()->fContent); in drawPoints()