HomeSort by relevance Sort by last modified time
    Searched refs:ppd_profile_t (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
ppd.h 231 } ppd_profile_t; typedef in typeref:struct:ppd_profile_s
330 ppd_profile_t *profiles; /* sRGB color profiles @deprecated@ */
ppd.c 467 ppd_profile_t *profile; /* Pointer to color profile */
914 profile = malloc(sizeof(ppd_profile_t));
916 profile = realloc(ppd->profiles, sizeof(ppd_profile_t) * (size_t)(ppd->num_profiles + 1));
929 memset(profile, 0, sizeof(ppd_profile_t));
    [all...]

Completed in 56 milliseconds