OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SP_GRAY
(Results
1 - 3
of
3
) sorted by null
/packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h
31
#define
SP_GRAY
(Yr, Cbg, Crb) (((Yr<<6) + (Cbg*160) + (Crb<<5)) >> 8)
lib_pclm.c
236
unsigned char gray =
SP_GRAY
(buff[readIndex + 0], buff[readIndex + 1],
lib_pwg.c
294
unsigned char gray =
SP_GRAY
(buff[readIndex + 0], buff[readIndex + 1],
Completed in 197 milliseconds