Searched refs:numPoints (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_spans.c | 268 DDXPointPtr points, int *widths, int numPoints, int sorted) in glamor_set_spans_gl() argument 303 for (n = 0; n < numPoints; n++) { in glamor_set_spans_gl() 368 DDXPointPtr points, int *widths, int numPoints, int sorted) in glamor_set_spans_bail() argument 371 fbSetSpans(drawable, gc, src, points, widths, numPoints, sorted); in glamor_set_spans_bail() 378 DDXPointPtr points, int *widths, int numPoints, int sorted) in glamor_set_spans() argument 381 glamor_set_spans_gl(drawable, gc, src, points, widths, numPoints, sorted)) in glamor_set_spans() 383 glamor_set_spans_bail(drawable, gc, src, points, widths, numPoints, sorted); in glamor_set_spans()
|
| H A D | glamor_priv.h | 768 DDXPointPtr points, int *widths, int numPoints, int sorted);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 662 int numPoints = polygon.size(); in tilesFromPolygon() local 664 if (numPoints == 0) in tilesFromPolygon() 671 for (int i = 0; i < numPoints; ++i) { in tilesFromPolygon() 701 for (int i1 = 0; i1 < numPoints; ++i1) { in tilesFromPolygon() 702 int i2 = (i1 + 1) % numPoints; in tilesFromPolygon() 787 int iPrev = (i1 + numPoints - 1) % numPoints; in tilesFromPolygon()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 53013 This patch renames the n parameter to numPoints.
|