Home
last modified time | relevance | path

Searched defs:lastx (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_fax3.c201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx) in Fax3BadLength()
209 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx) argument
398 _TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) in _TIFFFax3fillruns()
/external/u-boot/drivers/video/
Dcfb_console.c523 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar() local