Searched defs:y_offset (Results 1 - 25 of 70) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp91 const boost::math::ntl::RR& y_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/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.h33 int32_t y_offset() { return y_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.cc85 int32_t y_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/harfbuzz_ng/src/
H A Dsample.py76 y_offset = pos.y_offset variable
78 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
H A Dhb-buffer.h82 * @y_offset: how much the glyph moves on the Y-axis before drawing it, this
94 hb_position_t y_offset; member in struct:hb_glyph_position_t
H A Dhb-ot-shape-fallback.cc210 pos.x_offset = pos.y_offset = 0;
266 pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing;
268 if ((y_gap > 0) == (pos.y_offset > 0))
270 base_extents.height -= pos.y_offset;
271 pos.y_offset = 0;
287 pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height);
289 if ((y_gap > 0) != (pos.y_offset > 0))
291 unsigned int correction = -pos.y_offset / 2;
294 pos.y_offset += correction;
319 base_extents.y_bearing += buffer->pos[base].y_offset;
324 hb_position_t x_offset = 0, y_offset = 0; local
[all...]
/external/libpng/contrib/examples/
H A Dsimpleover.c103 sprite_op(const struct sprite *sprite, int x_offset, int y_offset, argument
115 if ((y_offset < 0 || (unsigned)/*SAFE*/y_offset < sprite->height) &&
120 if (y_offset < 0)
121 y = -y_offset; /* Skip to first visible row */
142 ((y+y_offset) * sprite->width + (x+x_offset))*4;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h77 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
80 const int y = sf ? sf->scale_value_y(y_offset, sf) : y_offset;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_avx2.c95 int x_offset, int y_offset,
100 const uint8_t *src, int src_stride, int x_offset, int y_offset,
106 int y_offset, const uint8_t *dst,
111 src, src_stride, x_offset, y_offset, dst, dst_stride, 64, &sse1);
114 vpx_sub_pixel_variance32xh_avx2(src + 32, src_stride, x_offset, y_offset,
123 int y_offset, const uint8_t *dst,
127 src, src_stride, x_offset, y_offset, dst, dst_stride, 32, sse);
132 const uint8_t *src, int src_stride, int x_offset, int y_offset,
136 src, src_stride, x_offset, y_offset, dst, dst_stride, sec, 64, 64, &sse1);
139 src + 32, src_stride, x_offset, y_offset, ds
104 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
121 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
131 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
148 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...]
/external/webp/src/enc/
H A Dpicture_rescale_enc.c135 const int y_offset = top * pic->y_stride + left; local
137 WebPCopyPlane(pic->y + y_offset, pic->y_stride,
/external/ImageMagick/coders/
H A Dtxt.c392 y_offset;
499 &x_offset,&y_offset,&red,&alpha);
505 &y_offset,&red);
516 &x_offset,&y_offset,&red,&green,&blue,&black,&alpha);
521 &y_offset,&red,&green,&blue,&black);
530 &x_offset,&y_offset,&red,&green,&blue,&alpha);
535 &y_offset,&red,&green,&blue);
562 q=GetAuthenticPixels(image,(ssize_t) x_offset,(ssize_t) y_offset,1,1,
387 y_offset; local
/external/libavc/common/
H A Dih264_inter_pred_filters.c537 WORD32 y_offset = dydx >> 2; local
541 y_offset = y_offset & 0x3;
547 pu1_pred1 = pu1_src + (y_offset >> 1) * src_strd;
621 WORD32 y_offset = dydx >> 2; local
626 y_offset = y_offset & 0x3;
632 pu1_pred_horz = pu1_src + (y_offset >> 1) * src_strd;
838 WORD32 y_offset = dydx >> 2; local
844 y_offset
[all...]
/external/libavc/decoder/
H A Dih264d_thread_parse_decode.c122 UWORD32 u4_frame_stride, y_offset; local
130 y_offset = (u2_mb_y * u4_frame_stride) << 4;
132 ps_dec->s_cur_pic.pu1_buf1 + y_offset;
136 y_offset = (u2_mb_y * u4_frame_stride) << 3;
138 ps_dec->s_cur_pic.pu1_buf2 + y_offset;
140 ps_dec->s_cur_pic.pu1_buf3 + y_offset;
447 UWORD32 u4_frame_stride, x_offset, y_offset; local
517 y_offset = (i16_mb_y * u4_frame_stride) << 4;
521 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
525 y_offset
[all...]
/external/libpng/
H A Dpnginfo.h174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.h91 /** Offset to this miptree level, used in computing y_offset. */
127 * y = mt->level[l].slice[s].y_offset
130 GLuint y_offset; member in struct:intel_mipmap_level::intel_mipmap_slice
/external/pdfium/third_party/libpng16/
H A Dpnginfo.h174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
/external/skia/third_party/libpng/
H A Dpnginfo.h174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
/external/webp/include/webp/
H A Ddemux.h141 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
H A Dmux.h203 int y_offset; // y-offset of the frame. member in struct:WebPMuxFrameInfo
/external/webp/src/webp/
H A Ddemux.h141 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
H A Dmux.h203 int y_offset; // y-offset of the frame. member in struct:WebPMuxFrameInfo
/external/ImageMagick/MagickCore/
H A Dcompare.c1795 const MetricType metric,const ssize_t x_offset,const ssize_t y_offset,
1812 geometry.y=y_offset;
1787 GetSimilarityMetric(const Image *image,const Image *reference, const MetricType metric,const ssize_t x_offset,const ssize_t y_offset, ExceptionInfo *exception) argument
H A Dlayer.c1763 % compose, Image *source, const ssize_t x_offset, const ssize_t y_offset, argument
1772 % o compose, x_offset, y_offset: arguments passed on to CompositeImages()
1780 ssize_t y_offset,ExceptionInfo *exception)
1783 y_offset+=source->page.y-destination->page.y;
1785 y_offset,exception);
1790 const ssize_t y_offset,ExceptionInfo *exception)
1808 CompositeCanvas(destination, compose, source, x_offset, y_offset,
1824 CompositeCanvas(destination, compose, source, x_offset, y_offset,
1840 CompositeCanvas(destination, compose, source, x_offset, y_offset,
1856 CompositeCanvas(destination, compose, source, x_offset, y_offset,
1773 CompositeLayers(Image *destination, const CompositeOperator compose, Image *source,const ssize_t x_offset, const ssize_t y_offset,ExceptionInfo *exception) argument
[all...]
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);
402 y_offset;
470 y_offset=0;
472 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
583 y_offset=0;
585 GetMontageGeometry(montage_info->tile,number_images,&x_offset,&y_offset,
588 y_offset+=(ssize_t) title_offset;
613 y_offset+=(ssize_t) (height+(extract_info.y+(ssize_t) border_width)*2+
616 if (y_offset > (ssize_
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
397 y_offset; local
[all...]
H A Dpaint.c96 % const ssize_t x_offset,const ssize_t y_offset,
107 % o x_offset,y_offset: the starting location of the operation.
116 const ssize_t y_offset,const MagickBooleanType invert,
179 if ((y_offset < 0) || (y_offset >= (ssize_t) image->rows))
214 PushSegmentStack(y_offset,x_offset,x_offset,1);
215 PushSegmentStack(y_offset+1,x_offset,x_offset,-1);
112 FloodfillPaintImage(Image *image, const DrawInfo *draw_info,const PixelInfo *target,const ssize_t x_offset, const ssize_t y_offset,const MagickBooleanType invert, ExceptionInfo *exception) argument

Completed in 725 milliseconds

123