Home
last modified time | relevance | path

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

/external/libpng/contrib/tools/
Dgenpng.c635 } shape_defs[] = variable
651 #define shape_count ((sizeof shape_defs)/(sizeof shape_defs[0]))
658 for (i=0; i<shape_count; ++i) if (strcmp(shape_defs[i].name, arg) == 0) in shape_of()
660 shape_fn_ptr fn = shape_defs[i].function[width != 0][f]; in shape_of()