OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dest_iter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
extensions_common_resource.cc
120
std::vector<PP_Var*>::const_iterator
dest_iter
= output_args.begin();
local
121
for (; src_iter != output_vars.end() &&
dest_iter
!= output_args.end();
122
++src_iter, ++
dest_iter
) {
123
**
dest_iter
= *src_iter;
128
for (std::vector<PP_Var*>::const_iterator
dest_iter
= output_args.begin();
129
dest_iter
!= output_args.end();
130
++
dest_iter
) {
131
**
dest_iter
= PP_MakeUndefined();
/external/pixman/pixman/
pixman-general.c
116
pixman_iter_t src_iter, mask_iter,
dest_iter
;
local
185
imp->toplevel, &
dest_iter
, dest_image, dest_x, dest_y, width, height,
197
d =
dest_iter
.get_scanline (&
dest_iter
, NULL);
201
dest_iter
.write_back (&
dest_iter
);
Completed in 296 milliseconds