Searched defs:num_lines (Results 1 - 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
H A Depydoc.js149 function num_lines(s) {
167 if (num_lines(elt.innerHTML) > min_lines)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
H A Depydoc.js149 function num_lines(s) {
167 if (num_lines(elt.innerHTML) > min_lines)
/external/iproute2/misc/
H A Dlnstat_util.c42 int j, num_lines = 0; local
55 num_lines++;
67 return num_lines;
H A Dlnstat.c176 int num_lines; member in struct:table_hdr
206 th.num_lines = h+1;
215 for (h = 1; h <= th.num_lines; h++) {
229 for (i = 0; i < th->num_lines; i++) {
/external/libjpeg-turbo/
H A Djdapistd.c303 read_and_discard_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines) argument
313 for (n = 0; n < num_lines; n++)
347 * num_lines would move beyond the end of the image, then the actual number of
349 * be equal to num_lines.
355 jpeg_skip_scanlines (j_decompress_ptr cinfo, JDIMENSION num_lines)
369 if (cinfo->output_scanline + num_lines >= cinfo->output_height) {
374 if (num_lines == 0)
381 lines_after_iMCU_row = num_lines - lines_left_in_iMCU_row;
396 if ((num_lines < lines_left_in_iMCU_row + 1) ||
399 read_and_discard_scanlines(cinfo, num_lines);
[all...]
/external/webp/src/utils/
H A Drescaler.c105 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
106 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
109 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
112 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) {
/external/opencv3/3rdparty/libwebp/utils/
H A Drescaler.c126 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines, argument
129 while (total_imported < num_lines && wrk->y_accum > 0) {
/external/ceres-solver/examples/
H A Dnist.cc155 void SkipLines(std::ifstream& ifs, int num_lines) { argument
157 for (int i = 0; i < num_lines; ++i) {
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h262 __u32 num_lines; member in struct:drm_via_dmablit
/external/libdrm/include/drm/
H A Dvia_drm.h260 __u32 num_lines; member in struct:drm_via_dmablit
/external/freetype/src/cff/
H A Dcffgload.c1679 FT_Int num_lines; local
1689 num_lines = ( nargs - 6 ) / 2;
1692 cff_check_points( builder, num_lines + 3 ) )
1698 while ( num_lines > 0 )
1704 num_lines--;
/external/opencv3/3rdparty/libtiff/
H A Dtif_jpeg.c302 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) argument
305 scanlines, (JDIMENSION) num_lines));
309 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) argument
312 data, (JDIMENSION) num_lines));
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c1679 FT_Int num_lines; local
1689 num_lines = ( nargs - 6 ) / 2;
1692 cff_check_points( builder, num_lines + 3 ) )
1698 while ( num_lines > 0 )
1704 num_lines--;
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c316 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) argument
319 scanlines, (JDIMENSION) num_lines));
323 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) argument
326 data, (JDIMENSION) num_lines));

Completed in 642 milliseconds