Searched refs:a_src (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-num.h111 cr_num_copy (CRNum *a_dest, CRNum *a_src) ;
H A Dcr-num.c206 *@a_src: the instance of #CRNum to copy.
217 cr_num_copy (CRNum * a_dest, CRNum * a_src) argument
219 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
221 memcpy (a_dest, a_src, sizeof (CRNum));
H A Dcr-rgb.h66 enum CRStatus cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) ;
H A Dcr-fonts.c382 * @a_src: the source #CRFontSize (where to copy from).
387 cr_font_size_copy (CRFontSize * a_dst, CRFontSize * a_src) argument
389 g_return_val_if_fail (a_dst && a_src, CR_BAD_PARAM_ERROR);
391 switch (a_src->type) {
396 memcpy (a_dst, a_src, sizeof (CRFontSize));
402 &a_src->value.absolute);
403 a_dst->type = a_src->type;
H A Dcr-rgb.c605 cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src)
607 g_return_val_if_fail (a_dest && a_src,
610 memcpy (a_dest, a_src, sizeof (CRRgb)) ;
H A Dcr-fonts.h261 CRFontSize *a_src) ;
H A Dcr-style.h323 enum CRStatus cr_style_copy (CRStyle *a_dest, CRStyle *a_src) ;
H A Dcr-style.c2309 *@param a_src the source style datastructure.
2313 cr_style_copy (CRStyle * a_dest, CRStyle * a_src) argument
2315 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
2317 memcpy (a_dest, a_src, sizeof (CRStyle));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-num.h111 cr_num_copy (CRNum *a_dest, CRNum *a_src) ;
H A Dcr-num.c206 *@a_src: the instance of #CRNum to copy.
217 cr_num_copy (CRNum * a_dest, CRNum * a_src) argument
219 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
221 memcpy (a_dest, a_src, sizeof (CRNum));
H A Dcr-rgb.h66 enum CRStatus cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src) ;
H A Dcr-fonts.c382 * @a_src: the source #CRFontSize (where to copy from).
387 cr_font_size_copy (CRFontSize * a_dst, CRFontSize * a_src) argument
389 g_return_val_if_fail (a_dst && a_src, CR_BAD_PARAM_ERROR);
391 switch (a_src->type) {
396 memcpy (a_dst, a_src, sizeof (CRFontSize));
402 &a_src->value.absolute);
403 a_dst->type = a_src->type;
H A Dcr-rgb.c605 cr_rgb_copy (CRRgb *a_dest, CRRgb*a_src)
607 g_return_val_if_fail (a_dest && a_src,
610 memcpy (a_dest, a_src, sizeof (CRRgb)) ;
H A Dcr-fonts.h261 CRFontSize *a_src) ;
H A Dcr-style.h323 enum CRStatus cr_style_copy (CRStyle *a_dest, CRStyle *a_src) ;
H A Dcr-style.c2309 *@param a_src the source style datastructure.
2313 cr_style_copy (CRStyle * a_dest, CRStyle * a_src) argument
2315 g_return_val_if_fail (a_dest && a_src, CR_BAD_PARAM_ERROR);
2317 memcpy (a_dest, a_src, sizeof (CRStyle));

Completed in 112 milliseconds