OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trow
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp
194
RefPtr<HTMLTableRowElement>
trow
= HTMLTableRowElement::create(*this);
local
195
m_tbody->parserAppendChild(
trow
);
201
trow
->parserAppendChild(td);
206
trow
->parserAppendChild(td);
/external/opencv/cv/src/
cvmorph.cpp
334
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 );
[
all
...]
cvfilter.cpp
232
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
[i] = bptr[i + width_n]
[
all
...]
Completed in 33 milliseconds