Searched refs:x_offset (Results 1 - 25 of 117) sorted by relevance

12345

/external/freetype/src/sfnt/
H A Dpngshim.h34 FT_Int x_offset,
H A Dpngshim.c180 FT_Int x_offset,
202 if ( x_offset < 0 ||
210 ( (FT_UInt)x_offset + metrics->width > map->width ||
359 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dpngshim.h34 FT_Int x_offset,
H A Dpngshim.c180 FT_Int x_offset,
202 if ( x_offset < 0 ||
210 ( (FT_UInt)x_offset + metrics->width > map->width ||
359 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_avx2.c96 int x_offset, int y_offset,
103 int x_offset,
114 int x_offset,
120 const int se1 = vpx_sub_pixel_variance32xh_avx2(src, src_stride, x_offset,
125 x_offset, y_offset,
135 int x_offset,
140 const int se = vpx_sub_pixel_variance32xh_avx2(src, src_stride, x_offset,
148 int x_offset,
155 const int se1 = vpx_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset,
160 vpx_sub_pixel_avg_variance32xh_avx2(src + 32, src_stride, x_offset,
112 vpx_sub_pixel_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
133 vpx_sub_pixel_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse) argument
146 vpx_sub_pixel_avg_variance64x64_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
170 vpx_sub_pixel_avg_variance32x32_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, unsigned int *sse, const uint8_t *sec) argument
[all...]
H A Dhighbd_variance_sse2.c249 int x_offset, int y_offset, \
266 int x_offset, \
275 x_offset, y_offset, \
282 x_offset, y_offset, \
290 x_offset, y_offset, \
296 src + 48, src_stride, x_offset, y_offset, \
307 const uint8_t *src8, int src_stride, int x_offset, int y_offset, \
313 x_offset, y_offset, \
320 x_offset, y_offset, \
328 x_offset, y_offse
[all...]
H A Dvariance_sse2.c317 int x_offset, int y_offset, \
335 int x_offset, \
341 int se = vpx_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
347 x_offset, y_offset, \
354 x_offset, y_offset, \
360 x_offset, y_offset, \
396 int x_offset, int y_offset, \
416 int x_offset, \
423 int se = vpx_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \
430 x_offset, y_offse
[all...]
H A Dvariance_impl_avx2.c311 int x_offset,
325 // x_offset = 0 and y_offset = 0
326 if (x_offset == 0) {
336 // x_offset = 0 and y_offset = 8
348 // x_offset = 0 and y_offset = bilin interpolation
365 // x_offset = 8 and y_offset = 0
366 } else if (x_offset == 8) {
378 // x_offset = 8 and y_offset = 8
398 // x_offset = 8 and y_offset = bilin interpolation
421 // x_offset
309 vpx_sub_pixel_variance32xh_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, int height, unsigned int *sse) argument
500 vpx_sub_pixel_avg_variance32xh_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int height, unsigned int *sse) argument
[all...]
/external/harfbuzz_ng/src/
H A Dsample.py55 x_offset = pos.x_offset variable
58 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
H A Dhb-ot-shape-fallback.cc210 pos.x_offset = pos.y_offset = 0;
221 pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing;
224 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extents.x_bearing;
235 pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_extents.x_bearing;
242 pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing;
249 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width - mark_extents.x_bearing;
318 base_extents.x_bearing += buffer->pos[base].x_offset;
324 hb_position_t x_offset = 0, y_offset = 0; local
326 x_offset -= buffer->pos[base].x_advance;
374 buffer->pos[i].x_offset
[all...]
H A Dhb-ot-layout-gpos-table.hh118 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
139 if (x_ppem) glyph_pos.x_offset += (base + get_device (values)).get_x_delta (font);
435 o.x_offset = base_x - mark_x;
943 pos[i].x_advance = exit_x + pos[i].x_offset;
945 d = entry_x + pos[j].x_offset;
947 pos[j].x_offset -= d;
950 d = exit_x + pos[i].x_offset;
952 pos[i].x_offset -= d;
954 pos[j].x_advance = entry_x + pos[j].x_offset;
985 hb_position_t x_offset local
[all...]
H A Dhb-fallback-shape.cc133 &pos[i].x_offset,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp35 x_offset(0),
62 x_offset = rb.draw_x;
118 * Split x_offset and y_offset into a base offset (in bytes) and a remaining
134 *tile_x = x_offset & mask_x;
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
/external/webp/src/demux/
H A Danim_decode.c153 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, argument
157 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS;
278 const int src_max_x = src->x_offset + src->width;
279 const int dst_max_x = dst->x_offset + dst->width;
288 src->x_offset >= dst_max_x || src_max_x <= dst->x_offset) {
289 *left1 = src->x_offset;
294 if (src->x_offset < dst->x_offset) {
295 *left1 = src->x_offset;
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h32 int32_t x_offset() { return x_offset_; } function in class:sfntly::CompositeBitmapGlyph::Component
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
H A Dcomposite_bitmap_glyph.cc84 int32_t x_offset,
86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) {
83 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h85 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
87 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset;
/external/ImageMagick/MagickCore/
H A Dmontage.c279 ssize_t *x_offset,ssize_t *y_offset,size_t *tiles_per_column,
284 (void) GetGeometry(geometry,x_offset,y_offset,tiles_per_row,tiles_per_column);
400 x_offset,
469 x_offset=0;
472 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
582 x_offset=0;
585 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
602 x_offset+=(ssize_t) (width+2*(extract_info.x+border_width));
603 if (x_offset > (ssize_t) bounds.width)
604 bounds.width=(size_t) x_offset;
273 GetMontageGeometry(char *geometry,const size_t number_images, ssize_t *x_offset,ssize_t *y_offset,size_t *tiles_per_column, size_t *tiles_per_row) argument
395 x_offset, local
[all...]
/external/libpng/contrib/examples/
H A Dsimpleover.c103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, argument
116 (x_offset < 0 || (unsigned)/*SAFE*/x_offset < sprite->width))
127 if (x_offset < 0)
128 x = -x_offset;
142 ((y+y_offset) * sprite->width + (x+x_offset))*4;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c296 float x_offset=0; local
408 x_offset = - x2diff - 0.5;
409 y_offset = x_offset * dydx;
416 x_offset = - x1diff + 0.5;
417 y_offset = x_offset * dydx;
426 x[0] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
429 x[3] = subpixel_snap(v1[0][0] + x_offset - setup->pixel_offset);
506 x_offset = y_offset * dxdy;
513 x_offset = y_offset * dxdy;
523 x[0] = subpixel_snap(v1[0][0] + x_offset
[all...]
/external/libpng/
H A Dpnginfo.h173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp90 const boost::math::ntl::RR& x_offset,
87 show_extra( const boost::math::tools::polynomial<boost::math::ntl::RR>& n, const boost::math::tools::polynomial<boost::math::ntl::RR>& d, const boost::math::ntl::RR& x_offset, const boost::math::ntl::RR& y_offset, int variant) argument
/external/pdfium/third_party/lpng_v163/
H A Dpnginfo.h174 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/libavc/decoder/
H A Dih264d_thread_parse_decode.c447 UWORD32 u4_frame_stride, x_offset, y_offset; local
516 x_offset = i16_mb_x << 4;
521 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
524 x_offset >>= 1;
527 x_offset *= YUV420SP_FACTOR;
529 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + x_offset + y_offset;
530 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + x_offset + y_offset;
/external/ImageMagick/coders/
H A Dtxt.c391 x_offset,
499 &x_offset,&y_offset,&red,&alpha);
504 count=(ssize_t) sscanf(text,"%ld,%ld: (%lf%*[%,]",&x_offset,
516 &x_offset,&y_offset,&red,&green,&blue,&black,&alpha);
520 "%ld,%ld: (%lf%*[%,]%lf%*[%,]%lf%*[%,]%lf%*[%,]",&x_offset,
530 &x_offset,&y_offset,&red,&green,&blue,&alpha);
534 "%ld,%ld: (%lf%*[%,]%lf%*[%,]%lf%*[%,]",&x_offset,
562 q=GetAuthenticPixels(image,(ssize_t) x_offset,(ssize_t) y_offset,1,1,
386 x_offset, local

Completed in 453 milliseconds

12345