Lines Matching defs:devPath
191 SkPath devPath;
193 generatingImageFromPath = this->internalGetPath(glyph.getPackedID(), &devPath, &hairline);
206 const SkIRect ir = devPath.getBounds().roundOut();
577 SkPath devPath;
581 if (!this->internalGetPath(unfilteredGlyph->getPackedID(), &devPath, &hairline)) {
589 generateMask(mask, devPath, fPreBlend, doBGR, doVert, a8LCD, hairline);
702 bool SkScalerContext::internalGetPath(SkPackedGlyphID glyphID, SkPath* devPath, bool* hairline) {
730 // assume devPath is already empty.
768 if (devPath) {
769 localPath.transform(matrix, devPath);
772 if (devPath) {
773 devPath->swap(path);
777 if (devPath) {
778 devPath->updateBoundsCache();