Lines Matching defs:region
1320 of the buffer and check a region from bytes 5 to 2495. We start assuming
1321 we are in a white region and look for the start of a black region. We save
1324 until the end of the check region. If we don't have exactly two
1342 region_type region;
1385 region = white;
1388 /* Go through the check region - bytes 5 to 2495 */
1394 if ((region == white) && (*(buffer + i) == 0))
1398 region = black;
1409 else if ((region == black) && (*(buffer + i) == 0xFF))
1413 region = white;
2289 "sanei_lexmark_low_search_home_bwd: in home region, end.\n");
5211 dev->read_buffer->region = RED;
5270 switch (rb->region)
5277 rb->region = GREEN;
5287 rb->region = BLUE;
5300 rb->region = RED;