Lines Matching refs:ty
59 NSVGimage* image, float tx, float ty, float scale,
986 float tx, float ty, float scale, NSVGcachedPaint* cache) in nsvg__scanlineSolid() argument
1028 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid()
1073 fy = ((float)y - ty) / scale; in nsvg__scanlineSolid()
1113 static void nsvg__rasterizeSortedEdges(NSVGrasterizer *r, float tx, float ty, float scale, NSVGcach… in nsvg__rasterizeSortedEdges() argument
1195 …&r->bitmap[y * r->stride] + xmin*4, xmax-xmin+1, &r->scanline[xmin], xmin, y, tx,ty, scale, cache); in nsvg__rasterizeSortedEdges()
1364 NSVGimage* image, float tx, float ty, float scale, in nsvgRasterize() argument
1401 e->y0 = (ty + e->y0) * NSVG__SUBSAMPLES; in nsvgRasterize()
1403 e->y1 = (ty + e->y1) * NSVG__SUBSAMPLES; in nsvgRasterize()
1412 nsvg__rasterizeSortedEdges(r, tx,ty,scale, &cache, shape->fillRule); in nsvgRasterize()
1427 e->y0 = (ty + e->y0) * NSVG__SUBSAMPLES; in nsvgRasterize()
1429 e->y1 = (ty + e->y1) * NSVG__SUBSAMPLES; in nsvgRasterize()
1438 nsvg__rasterizeSortedEdges(r, tx,ty,scale, &cache, NSVG_FILLRULE_NONZERO); in nsvgRasterize()