Lines Matching defs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
92 * error_exit routine. To do this, we make a private extension of the
118 /* We could postpone this until after returning, if we chose. */
272 * suspension is desired (this mode is discussed in the next section).
275 * Note that with I/O suspension turned on, this procedure should not
321 * to the way that backtracking works, this procedure should save all
390 * Note that with I/O suspension turned on, this procedure should not
410 ret = (int)src->pub.bytes_in_buffer; /* this conversion is safe, because capacity of the buffer is limited by jnit */
427 * return value for this particular method should always be less
488 jobject this,
497 * Note that this struct must live as long as the main JPEG parameter
584 ret = (*env)->CallBooleanMethod(env, this, sendHeaderInfoID,
588 /* No more interest in this image... */
606 /* In this example, we don't need to change any of the defaults set by
620 /* We may need to do some setup of our own at this point before reading
668 ret = (*env)->CallBooleanMethod(env, this, sendPixelsByteID,
693 ret = (*env)->CallBooleanMethod(env, this, sendPixelsIntID,
699 /* No more interest in this image... */
730 /* At this point you may want to check to see whether any corrupt-data
745 * this because we asked for only one line at a time and we weren't using
753 * call jpeg_calc_output_dimensions(). See libjpeg.doc for more about this.