Searched refs:currentPoint (Results 1 – 8 of 8) sorted by relevance
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 742 SkPoint currentPoint = point; in shape() local 770 currentPoint.fY -= maxAscent; in shape() 798 append(handler, info, run, startGlyphIndex, endGlyphIndex, ¤tPoint); in shape() 801 currentPoint.fY += maxDescent + maxLeading; in shape() 802 currentPoint.fX = point.fX; in shape() 812 return currentPoint; in shape()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 124 Point2D.Float currentPoint = new Point2D.Float(segment[0], segment[1]); in approximate() local 127 totalLength += (float) currentPoint.distance(previousPoint); in approximate() 129 previousPoint = currentPoint; in approximate() 130 points.add(currentPoint); in approximate()
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 508 self.currentPoint = (0, 0) 512 x, y = self.currentPoint 514 self.currentPoint = point 844 self.currentPoint = x, y 853 self.currentPoint = sbx, self.currentPoint[1]
|
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
D | AllReduceLowering.cpp | 271 auto currentPoint = rewriter.getInsertionPoint(); in createIf() local 273 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf()
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 1449 POINTFX currentPoint = apfx[0]; in process() local 1453 currentPoint.y = hintedPoint->y; in process() 1456 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in process() 1463 currentPoint.x = pnt_c.x; in process() 1464 currentPoint.y = pnt_c.y; in process()
|
/external/skqp/src/ports/ |
D | SkFontHost_win.cpp | 1464 POINTFX currentPoint = pc->apfx[0]; in sk_path_from_gdi_paths() local 1468 currentPoint.y = hintedPoint->y; in sk_path_from_gdi_paths() 1471 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point in sk_path_from_gdi_paths() 1478 currentPoint.x = pnt_c.x; in sk_path_from_gdi_paths() 1479 currentPoint.y = pnt_c.y; in sk_path_from_gdi_paths()
|
/external/skia/src/core/ |
D | SkPath.cpp | 1288 SkPoint currentPoint; in rArcTo() local 1289 this->getLastPt(¤tPoint); in rArcTo() 1291 currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1523 SkPoint currentPoint; in rArcTo() local 1524 this->getLastPt(¤tPoint); in rArcTo() 1526 currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()
|