OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_bot
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
rotate_argb.cc
115
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
123
CopyRow(row,
dst_bot
, width * 4); // Copy first mirrored row into last
125
dst_bot
-= dst_stride;
rotate.cc
886
uint8*
dst_bot
= dst + dst_stride * (height - 1);
local
[
all
...]
Completed in 34 milliseconds