Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DUtils.c130 d = (PDirHandleRec) prima_array_get_storage(SvRV(sv)); in get_dh()
252 if (( dh = (PDirHandleRec) prima_array_get_storage(dhsv)) == NULL) { in Utils_open_dir()
H A DRegion.c171 …memcpy( prima_array_get_storage(ret), data->data.box.boxes, data-> data. box. n_boxes * sizeof(Box… in Region_get_boxes()
H A DDrawable.c782 memcpy( prima_array_get_storage(ret), buffer, sizeof(int) * count); in Drawable_render_glyph()
1064 rendered = storage = (Point*) prima_array_get_storage(ret); in Drawable_render_spline()
1067 nrendered = nstorage = (NPoint*) prima_array_get_storage(ret); in Drawable_render_spline()
1213 storage = prima_array_get_storage(ret); in Drawable_render_polyline()
H A DDrawable_text.c1423 t.id = (type*) prima_array_get_storage(sv_##id); \ in Drawable_text_shape()
2245 dest[j] = dst = (uint16_t*)prima_array_get_storage(sv); in glyphout2sv()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1537 #define prima_array_get_storage(array) SvPVX(array) macro