HomeSort by relevance Sort by last modified time
    Searched defs:rowstart (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
st7735.cxx 121 uint8_t colstart, rowstart; local
122 colstart = rowstart = 0;
137 m_spiBuffer[1] = y0 + rowstart; // YSTART
139 m_spiBuffer[3] = y1 + rowstart; // YEND
  /external/opencv3/3rdparty/libjasper/
jas_seq.c 261 jas_seqent_t *rowstart; local
266 for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
267 rowstart += rowstep) {
268 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
281 jas_seqent_t *rowstart; local
286 for (i = matrix->numrows_, rowstart = matrix->rows_[0]; i > 0; --i,
287 rowstart += rowstep) {
288 data = rowstart;
289 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
305 jas_seqent_t *rowstart; local
324 jas_seqent_t *rowstart; local
366 jas_seqent_t *rowstart; local
    [all...]

Completed in 106 milliseconds