OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncomponents
(Results
1 - 6
of
6
) sorted by null
/external/syslinux/com32/include/
tinyjpeg.h
62
int tinyjpeg_get_components(struct jdec_private *priv, unsigned char **components, unsigned int
ncomponents
);
63
int tinyjpeg_set_components(struct jdec_private *priv, unsigned char * const *components, unsigned int
ncomponents
);
64
int tinyjpeg_get_bytes_per_row(struct jdec_private *priv, unsigned int *bytes, unsigned int
ncomponents
);
65
int tinyjpeg_set_bytes_per_row(struct jdec_private *priv, const unsigned int *bytes, unsigned int
ncomponents
);
/external/syslinux/com32/lib/jpeg/
tinyjpeg.c
989
int tinyjpeg_get_components(struct jdec_private *priv, unsigned char **components, unsigned int
ncomponents
)
992
if (
ncomponents
> COMPONENTS)
993
ncomponents
= COMPONENTS;
994
for (i=0; i<
ncomponents
; i++)
999
int tinyjpeg_set_components(struct jdec_private *priv, unsigned char * const *components, unsigned int
ncomponents
)
1002
if (
ncomponents
> COMPONENTS)
1003
ncomponents
= COMPONENTS;
1004
for (i=0; i<
ncomponents
; i++)
1011
unsigned int
ncomponents
)
1014
if (
ncomponents
> COMPONENTS
[
all
...]
/external/fonttools/Lib/fontTools/
afmLib.py
174
ncomponents
= int(m.group(2))
188
assert len(components) ==
ncomponents
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
Completed in 334 milliseconds