Searched refs:pixSetRGBComponent (Results 1 – 3 of 3) sorted by relevance
/external/tesseract/liblept/ |
D | pix2.c | 1741 pixSetRGBComponent(pixd, pixr, COLOR_RED); in pixCreateRGBImage() 1742 pixSetRGBComponent(pixd, pixg, COLOR_GREEN); in pixCreateRGBImage() 1743 pixSetRGBComponent(pixd, pixb, COLOR_BLUE); in pixCreateRGBImage() 1826 pixSetRGBComponent(PIX *pixd, in pixSetRGBComponent() function
|
D | leptprotos.h | 937 LEPT_DLL extern l_int32 pixSetRGBComponent ( PIX *pixd, PIX *pixs, l_int32 color );
|
/external/tesseract/include/ |
D | leptprotos.h | 909 LEPT_DLL extern l_int32 pixSetRGBComponent ( PIX *pixd, PIX *pixs, l_int32 color );
|