Searched defs:numrows (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
H A DBC_DefaultPlacement.cpp28 int32_t numrows) {
31 m_numrows = numrows;
32 m_bits.resize(numcols * numrows);
33 for (int32_t i = 0; i < numcols * numrows; i++) {
26 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows) argument
/external/libjpeg-turbo/
H A Djcprepct.c138 int numrows, ci; local
146 numrows = cinfo->max_v_samp_factor - prep->next_buf_row;
147 numrows = (int) MIN((JDIMENSION) numrows, inrows);
151 numrows);
152 *in_row_ctr += numrows;
153 prep->next_buf_row += numrows;
154 prep->rows_to_go -= numrows;
205 int numrows, ci; local
213 numrows
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c59 GLuint numrows, GLuint rowsize)
66 "numrows %u, rowsize %u.\n",
69 numrows, rowsize);
72 memcpy(dst, src, numrows*rowsize);
75 for(i = 0; i < numrows; ++i) {
58 copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, GLuint numrows, GLuint rowsize) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c59 GLuint numrows, GLuint rowsize)
66 "numrows %u, rowsize %u.\n",
69 numrows, rowsize);
72 memcpy(dst, src, numrows*rowsize);
75 for(i = 0; i < numrows; ++i) {
58 copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, GLuint numrows, GLuint rowsize) argument
/external/syslinux/com32/cmenu/libmenu/
H A Dcmenu.h214 int maxrow, minrow, numrows; // Number of rows in the window member in struct:s_menusystem
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c387 JDIMENSION samplesperrow, JDIMENSION numrows)
391 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
386 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows) argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2166 milliseconds