Searched refs:ncomponents (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/include/ |
D | tinyjpeg.h | 62 …eg_get_components(struct jdec_private *priv, unsigned char **components, unsigned int ncomponents); 63 …components(struct jdec_private *priv, unsigned char * const *components, unsigned int ncomponents); 64 …nyjpeg_get_bytes_per_row(struct jdec_private *priv, unsigned int *bytes, unsigned int ncomponents); 65 …_set_bytes_per_row(struct jdec_private *priv, const unsigned int *bytes, unsigned int ncomponents);
|
/external/syslinux/com32/lib/jpeg/ |
D | tinyjpeg.c | 989 …peg_get_components(struct jdec_private *priv, unsigned char **components, unsigned int ncomponents) in tinyjpeg_get_components() argument 992 if (ncomponents > COMPONENTS) in tinyjpeg_get_components() 993 ncomponents = COMPONENTS; in tinyjpeg_get_components() 994 for (i=0; i<ncomponents; i++) in tinyjpeg_get_components() 999 …_components(struct jdec_private *priv, unsigned char * const *components, unsigned int ncomponents) in tinyjpeg_set_components() argument 1002 if (ncomponents > COMPONENTS) in tinyjpeg_set_components() 1003 ncomponents = COMPONENTS; in tinyjpeg_set_components() 1004 for (i=0; i<ncomponents; i++) in tinyjpeg_set_components() 1011 unsigned int ncomponents) in tinyjpeg_get_bytes_per_row() argument 1014 if (ncomponents > COMPONENTS) in tinyjpeg_get_bytes_per_row() [all …]
|
/external/fonttools/Lib/fontTools/ |
D | afmLib.py | 174 ncomponents = int(m.group(2)) 188 assert len(components) == ncomponents
|