Home
last modified time | relevance | path

Searched refs:currentPoint (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/shape/
DSkShaper_harfbuzz.cpp668 SkPoint currentPoint = point; in shape() local
695 currentPoint.fY -= maxAscent; in shape()
714 append(builder, runs[logicalIndex], startGlyphIndex, endGlyphIndex, &currentPoint); in shape()
717 currentPoint.fY += maxDescent + maxLeading; in shape()
718 currentPoint.fX = point.fX; in shape()
727 return currentPoint; in shape()
/external/skqp/tools/shape/
DSkShaper_harfbuzz.cpp663 SkPoint currentPoint = point; in shape() local
690 currentPoint.fY -= maxAscent; in shape()
709 append(builder, runs[logicalIndex], startGlyphIndex, endGlyphIndex, &currentPoint); in shape()
712 currentPoint.fY += maxDescent + maxLeading; in shape()
713 currentPoint.fX = point.fX; in shape()
722 return currentPoint; in shape()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py648 self.currentPoint = (0, 0)
652 x, y = self.currentPoint
654 self.currentPoint = point
1006 self.currentPoint = x, y
1015 self.currentPoint = sbx, self.currentPoint[1]
/external/skia/src/ports/
DSkFontHost_win.cpp1533 POINTFX currentPoint = pc->apfx[0]; in sk_path_from_gdi_paths() local
1537 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths()
1540 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in sk_path_from_gdi_paths()
1547 currentPoint.x = pnt_c.x; in sk_path_from_gdi_paths()
1548 currentPoint.y = pnt_c.y; in sk_path_from_gdi_paths()
/external/skqp/src/ports/
DSkFontHost_win.cpp1533 POINTFX currentPoint = pc->apfx[0]; in sk_path_from_gdi_paths() local
1537 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths()
1540 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in sk_path_from_gdi_paths()
1547 currentPoint.x = pnt_c.x; in sk_path_from_gdi_paths()
1548 currentPoint.y = pnt_c.y; in sk_path_from_gdi_paths()
/external/skia/src/core/
DSkPath.cpp1495 SkPoint currentPoint; in rArcTo() local
1496 this->getLastPt(&currentPoint); in rArcTo()
1497 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()
/external/skqp/src/core/
DSkPath.cpp1467 SkPoint currentPoint; in rArcTo() local
1468 this->getLastPt(&currentPoint); in rArcTo()
1469 this->arcTo(rx, ry, xAxisRotate, largeArc, sweep, currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()
/external/error_prone/error_prone/
Derror_prone_core-2.2.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...