Searched refs:trow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp201 RefPtrWillBeRawPtr<HTMLTableRowElement> trow = HTMLTableRowElement::create(*this); local
202 m_tbody->parserAppendChild(trow);
208 trow->parserAppendChild(td);
213 trow->parserAppendChild(td);
/external/opencv/cv/src/
H A Dcvmorph.cpp334 uchar* trow = is_separable ? buf_end : buf_tail; local
339 *(int*)(trow + i + bsz1) = CV_TOGGLE_FLT(t);
347 trow[i] = trow[j];
352 trow[i + width_n] = trow[j];
359 trow[i] = bt[i];
362 trow[i + width_n] = bt[i];
366 x_func( trow, buf_tail, this );
H A Dcvfilter.cpp232 uchar* trow = buf_end; local
238 trow[i] = bt[i];
240 trow[i] = trow[i - pix_sz];
242 x_func( trow, const_row, this );
351 uchar* trow = is_separable ? buf_end : buf_tail; local
352 uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) : trow;
354 if( bptr != trow )
357 trow[i] = bptr[i];
359 trow[
[all...]

Completed in 178 milliseconds