Searched defs:Level (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/bitmap/ |
H A D | level.h | 16 class Level : public ImageMagick class in namespace:Inkscape::Extension::Internal::Bitmap
|
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1668 \param Level Tree level. This routine is recursive and could go down many levels. 1 is the top, >1 are child nodes. 1672 int U_PMF_REGIONNODE_print(const char *contents, int Level, const char *blimit){ argument 1678 printf("\n + RegionNode(Level:%d) { Type:%X(",Level,Type); 1682 len += U_PMF_REGIONNODECHILDNODES_print(Data, Level+1, blimit); 1695 printf(" + RegionNode(Level:%d) }",Level); 1706 \param Level Tree level. This routine is recursive and could go down many levels. 1 is the top, >1 are child nodes. 1710 int U_PMF_REGIONNODECHILDNODES_print(const char *contents, int Level, const char *blimit){ argument 1713 printf(" + RNCN__Left(Level [all...] |
Completed in 120 milliseconds