HomeSort by relevance Sort by last modified time
    Searched full:pixel32_t (Results 1 - 18 of 18) sorted by null

  /gdk/samples/PhotoEditor/jni/
quantize.cpp 27 using android::apps::photoeditor::utils::pixel32_t;
59 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
60 pixel32_t* dst = reinterpret_cast<pixel32_t*>(dst_pixels);
62 pixel32_t* src_line_end = src + src_info.width;
utils.h 47 union pixel32_t { union in namespace:android::apps::photoeditor::utils
52 typedef union pixel32_t pixel32_t; typedef in namespace:android::apps::photoeditor::utils
crossprocess.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
53 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
54 pixel32_t* src_line_end = src + src_info.width;
grayscale.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
56 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
57 pixel32_t* src_line_end = src + src_info.width;
negative.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
51 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
52 pixel32_t* src_line_end = src + src_info.width;
sepia.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
51 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
52 pixel32_t* src_line_end = src + src_info.width;
tint.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
61 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
62 pixel32_t* src_line_end = src + src_info.width;
heq.cpp 29 using android::apps::photoeditor::utils::pixel32_t;
138 pixel32_t* dst = reinterpret_cast<pixel32_t*>(dst_pixels);
139 pixel32_t const* src = reinterpret_cast<pixel32_t const*>(src_pixels);
140 pixel32_t const* src_end = reinterpret_cast<pixel32_t const*>(
151 pixel32_t* dst_line = reinterpret_cast<pixel32_t*>(
153 pixel32_t* dst_line_end = reinterpret_cast<pixel32_t*>
    [all...]
saturate.cpp 26 using android::apps::photoeditor::utils::pixel32_t;
37 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
38 pixel32_t* src_end = src + src_info->width;
82 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
83 pixel32_t* src_end = src + src_info->width;
backlight.cpp 26 using android::apps::photoeditor::utils::pixel32_t;
67 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
68 pixel32_t* src_line_end = src + src_info.width;
colortemp.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
66 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
67 pixel32_t* src_line_end = src + src_info.width;
duotone.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
73 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
74 pixel32_t* src_line_end = src + src_info.width;
whiteblack.cpp 29 using android::apps::photoeditor::utils::pixel32_t;
72 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
74 pixel32_t* src_line_end = src + src_info.width;
grain.cpp 27 using android::apps::photoeditor::utils::pixel32_t;
155 pixel32_t* sp = reinterpret_cast<pixel32_t*>(src);
156 pixel32_t* dp = reinterpret_cast<pixel32_t*>(dst);
convolution.cpp 25 using android::apps::photoeditor::utils::pixel32_t;
58 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
redeye.cpp 27 using android::apps::photoeditor::utils::pixel32_t;
85 pixel32_t *src = reinterpret_cast<pixel32_t*>(
vignetting.cpp 26 using android::apps::photoeditor::utils::pixel32_t;
67 pixel32_t *src = reinterpret_cast<pixel32_t*>(
warmify.cpp 24 using android::apps::photoeditor::utils::pixel32_t;
86 pixel32_t* src = reinterpret_cast<pixel32_t*>(src_pixels);
87 pixel32_t* src_line_end = src + src_info.width;

Completed in 103 milliseconds