Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwmf.c426 static void ipa_draw_polypolygon(wmfAPI * API, wmfPolyPoly_t* polypolygon);
1214 static void ipa_draw_polypolygon(wmfAPI * API, wmfPolyPoly_t* polypolygon) in ipa_draw_polypolygon() argument
1216 if (TO_FILL(polypolygon) || TO_DRAW(polypolygon)) in ipa_draw_polypolygon()
1228 util_set_pen(API, polypolygon->dc); in ipa_draw_polypolygon()
1229 util_set_brush(API, polypolygon->dc, BrushApplyFill); in ipa_draw_polypolygon()
1232 for (polygon = 0; polygon < polypolygon->npoly; polygon++) in ipa_draw_polypolygon()
1234 polyline.dc = polypolygon->dc; in ipa_draw_polypolygon()
1235 polyline.pt = polypolygon->pt[polygon]; in ipa_draw_polypolygon()
1236 polyline.count = polypolygon->count[polygon]; in ipa_draw_polypolygon()