Searched defs:nPoints (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz/tests/shaping/
H A Dmain.cpp113 HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) argument
126 *nPoints = face->glyph->outline.n_points;
127 if (!(*nPoints))
130 if (point > *nPoints)
/external/harfbuzz_ng/src/
H A Dhb-old.cc136 hb_uint32 *nPoints)
130 hb_old_getPointInOutline(HB_Font old_font, HB_Glyph glyph, int flags , hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *nPoints) argument
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java344 public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints) argument
346 graphics.drawPolygon(xPoints, yPoints, nPoints);
354 public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints) argument
356 graphics.drawPolyline(xPoints, yPoints, nPoints);
424 public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints) argument
426 graphics.fillPolygon(xPoints, yPoints, nPoints);

Completed in 159 milliseconds