Lines Matching defs:path
217 // Draw black on white to create mask. (Special path exists to speed this up in CG.)
305 // empty path or not, and if so, we jam the bounds to 0. Hopefully a zero-advance
308 SkUniqueCFRef<CGPathRef> path(CTFontCreatePathForGlyph(fCTFont.get(), cgGlyph,nullptr));
309 if (!path || CGPathIsEmpty(path.get())) {
598 SkDEBUGFAIL("Unknown path element!");
612 bool SkScalerContext_Mac::generatePath(SkGlyphID glyph, SkPath* path) {
624 * direction, ask for the path, and then scale the path back down.
649 path->reset();
656 *path = sink.detach();
660 path->transform(m);