Home
last modified time | relevance | path

Searched refs:nPoints (Results 1 – 5 of 5) sorted by relevance

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