Home | History | Annotate | Download | only in gpu

Lines Matching full:fpath

76      * fPath             The path to draw
83 const SkPath* fPath;
94 SkASSERT(fPath);
96 SkASSERT(!fPath->isEmpty());
120 * fPath the path to draw.
130 const SkPath* fPath;
139 SkASSERT(fPath);
141 SkASSERT(!fPath->isEmpty());
155 canArgs.fPath = args.fPath;
164 kNoRestriction_StencilSupport == this->getStencilSupport(*args.fPath,
176 * fPath The path to draw.
184 const SkPath* fPath;
192 SkASSERT(fPath);
194 SkASSERT(!fPath->isEmpty());
205 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fPath, *args.fStroke));
282 drawArgs.fPath = args.fPath;