Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp742 SkPoint currentPoint = point; in shape() local
770 currentPoint.fY -= maxAscent; in shape()
798 append(handler, info, run, startGlyphIndex, endGlyphIndex, &currentPoint); 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/
DShadowPath.java124 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/
DpsCharStrings.py508 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/
DAllReduceLowering.cpp271 auto currentPoint = rewriter.getInsertionPoint(); in createIf() local
273 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf()
/external/skia/src/ports/
DSkFontHost_win.cpp1449 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/
DSkFontHost_win.cpp1464 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/
DSkPath.cpp1288 SkPoint currentPoint; in rArcTo() local
1289 this->getLastPt(&currentPoint); in rArcTo()
1291 currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()
/external/skqp/src/core/
DSkPath.cpp1523 SkPoint currentPoint; in rArcTo() local
1524 this->getLastPt(&currentPoint); in rArcTo()
1526 currentPoint.fX + dx, currentPoint.fY + dy); in rArcTo()