/external/chromium/chrome/browser/chromeos/status/ |
status_area_view.cc | 79 int cur_x = kSeparation; local 90 cur->SetBounds(cur_x, cur_y, cur_size.width(), cur_size.height()); 93 cur_x += cur_size.width() + kSeparation;
|
/external/chromium_org/third_party/libwebp/dsp/ |
upsampling_neon.c | 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ 99 int off = ((cur_x) + i) * XSTEP; \ 100 uint8x8_t y = vld1_u8(src_y + (cur_x) + i); \ 179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ 182 int off = ((cur_x) + i) * XSTEP; \ 183 int y = src_y[(cur_x) + i]; \ 191 top_dst, bottom_dst, cur_x, len) { \ 193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \ 196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 201 top_dst, bottom_dst, cur_x, len) { [all...] |
upsampling_sse2.c | 112 top_dst, bottom_dst, cur_x, num_pixels) { \ 116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \ 117 top_dst + ((cur_x) + n) * XSTEP); \ 122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \ 123 bottom_dst + ((cur_x) + n) * XSTEP); \
|
/external/webp/src/dsp/ |
upsampling_neon.c | 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ 99 int off = ((cur_x) + i) * XSTEP; \ 100 uint8x8_t y = vld1_u8(src_y + (cur_x) + i); \ 179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ 182 int off = ((cur_x) + i) * XSTEP; \ 183 int y = src_y[(cur_x) + i]; \ 191 top_dst, bottom_dst, cur_x, len) { \ 193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \ 196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 201 top_dst, bottom_dst, cur_x, len) { [all...] |
upsampling_sse2.c | 112 top_dst, bottom_dst, cur_x, num_pixels) { \ 116 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \ 117 top_dst + ((cur_x) + n) * XSTEP); \ 122 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \ 123 bottom_dst + ((cur_x) + n) * XSTEP); \
|
/external/chromium_org/ui/gfx/ |
canvas_skia.cc | 356 for (int cur_x = 0; cur_x < text_bitmap.width(); cur_x++) { 357 if (text_row[cur_x] == halo_premul) { 360 if (!PixelShouldGetHalo(text_bitmap, cur_x, cur_y, halo_premul)) 361 text_row[cur_x] = 0; // Make transparent. 363 text_row[cur_x] |= 0xff << SK_A32_SHIFT; // Make opaque.
|
/external/opencv/cv/src/ |
cvemd.cpp | 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local 802 cur_x = &head; 803 while( (next_x = cur_x->next[0]) != leave_x ) 805 cur_x = next_x; 806 assert( cur_x ); 808 cur_x->next[0] = next_x->next[0]; 812 cur_x = &head; 813 while( (next_x = cur_x->next[1]) != leave_x ) 815 cur_x = next_x; 816 assert( cur_x ); [all...] |
/external/chromium_org/skia/ext/ |
platform_canvas_unittest.cc | 44 for (int cur_x = 0; cur_x < bitmap.width(); cur_x++) { 45 if (cur_x >= x && cur_x < x + w && 48 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) != 53 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) !=
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.h | 176 FT_Pos cur_x; member in struct:PSH_PointRec_
|
pshalgo.c | [all...] |
/external/freetype/src/pshinter/ |
pshalgo.h | 176 FT_Pos cur_x; member in struct:PSH_PointRec_
|
pshalgo.c | [all...] |