Lines Matching refs:path
99 SkGlyphVariant& operator= (const SkPath* path) {
100 fV.path = path;
109 const SkPath* path() const {
111 return fV.path;
120 operator const SkPath*() const { return this->path(); }
125 const SkPath* path;
194 // Store the path in the next drawable slot, using the position information located at index
196 void push_back(const SkPath* path, size_t from) {
200 fMultiBuffer[fDrawableSize] = path;