Lines Matching defs:path
307 // If drawing glyphID can be done with a path, this is 0, otherwise it is the max
446 const SkPath* path = glyph.path();
448 if (path == nullptr) {
453 size_t pathSize = path->writeToMemory(nullptr);
455 path->writeToMemory(serializer->allocate(pathSize, kPathAlignment));
540 // Only try to get the path if the glyphs is not color.
543 if (glyph->path() != nullptr) {
1037 SkPath path;
1044 if (!path.readFromMemory(const_cast<const void*>(pathData), pathSize)) READ_FAILURE
1045 pathPtr = &path;