Lines Matching refs:path
570 bool generatePath(SkGlyphID glyph, SkPath* path) override;
1338 SkGDIGeometrySink(SkPath* path) : fPath(path) {}
1341 /** It is possible for the hinted and unhinted versions of the same path to have
1534 bool SkScalerContext_GDI::generatePath(SkGlyphID glyph, SkPath* path) {
1535 SkASSERT(path);
1538 path->reset();
1560 SkGDIGeometrySink sink(path);
1571 SkGDIGeometrySink sinkXBufYIter(path);
1575 // Both path and sinkXBufYIter are in the state they were in at the time of failure.
1576 path->reset();
1577 SkGDIGeometrySink sink(path);
2293 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override {
2295 auto stream = SkStream::MakeFromFile(path);