Home | History | Annotate | Download | only in libpng

Lines Matching full:near

348    /* Check if data really is near. If so, use usual code. */
365 png_memcpy(data, buf, read); /* Copy far buffer to near buffer */
422 /* Check if data really is near. If so, use usual code. */
438 png_memcpy(buf, data, written); /* Copy far buffer to near buffer */