Searched refs:clip_depth (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.h66 int clip_depth; //!< The depth of the current clip path stack. member in struct:hpgs_plotsize_device_st
H A Dhpgspaint.c188 if (pdv->clip_depth >= HPGS_PAINT_MAX_CLIP_DEPTH)
192 pdv->clippers[pdv->clip_depth] = 0;
194 ++pdv->clip_depth;
203 --pdv->clip_depth;
205 if (pdv->clippers[pdv->clip_depth])
207 hpgs_paint_clipper_destroy(pdv->clippers[pdv->clip_depth]);
208 pdv->clippers[pdv->clip_depth] = 0;
211 if (pdv->current_clipper < pdv->clip_depth)
437 for (i=0;i<pdv->clip_depth;++i)
453 pdv->clip_depth
[all...]
H A Dhpgspaint.h105 int clip_depth; member in struct:hpgs_paint_device_st
H A Dhpgsdevices.c1235 if (pls->clip_depth >= 0)
1237 hpgs_bbox_intersect(&pls->path_bb,pls->clip_bbs+pls->clip_depth);
1295 hpgs_bbox_intersect(pls->clip_bbs+pls->clip_depth,&pls->path_bb);
1304 if (pls->clip_depth+1 >= HPGS_PLOTSIZE_MAX_CLIP_DEPTH)
1308 pls->clip_bbs[pls->clip_depth+1] = pls->clip_bbs[pls->clip_depth] ;
1310 ++pls->clip_depth;
1318 --pls->clip_depth;
1320 if (pls->clip_depth < 0)
1507 ret->clip_depth
[all...]

Completed in 176 milliseconds