/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | f.cpp | 90 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/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | composite_bitmap_glyph.h | 32 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 D | composite_bitmap_glyph.cc | 84 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/harfbuzz_ng/src/ |
H A D | sample.py | 75 x_offset = pos.x_offset variable 78 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
|
H A D | hb-buffer.h | 80 * @x_offset: how much the glyph moves on the X-axis before drawing it, this 93 hb_position_t x_offset; member in struct:hb_glyph_position_t
|
H A D | hb-ot-shape-fallback.cc | 210 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...] |
/external/libpng/contrib/examples/ |
H A D | simpleover.c | 103 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/libvpx/libvpx/vp9/common/ |
H A D | vp9_reconinter.h | 77 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument 79 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset;
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
H A D | variance_avx2.c | 95 int x_offset, int y_offset, 100 const uint8_t *src, int src_stride, int x_offset, int y_offset, 105 int src_stride, int x_offset, 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, 122 int src_stride, int x_offset, 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_offse 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/ImageMagick/coders/ |
H A D | txt.c | 391 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
|
/external/libavc/common/ |
H A D | ih264_inter_pred_filters.c | 462 WORD32 x_offset = dydx & 0x3; local 464 pu1_pred1 = pu1_src + (x_offset >> 1); 620 WORD32 x_offset = dydx & 0x3; local 633 pu1_pred_vert = pu1_src + (x_offset >> 1); 724 WORD32 x_offset = dydx & 0x3; local 770 pi2_pred1_temp += (x_offset >> 1); 841 //WORD32 x_offset = dydx & 0x3;
|
/external/libavc/decoder/ |
H A D | ih264d_thread_parse_decode.c | 447 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/libpng/ |
H A D | pnginfo.h | 173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
H A D | volume9.c | 237 unsigned x_offset = util_format_get_stride(This->info.format, x); local 242 return This->data + (z * This->layer_stride + y * This->stride + x_offset);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_mipmap_tree.h | 89 /** Offset to this miptree level, used in computing x_offset. */ 126 * x = mt->level[l].slice[s].x_offset 129 GLuint x_offset; member in struct:intel_mipmap_level::intel_mipmap_slice
|
/external/pdfium/third_party/libpng16/ |
H A D | pnginfo.h | 173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
|
/external/skia/third_party/libpng/ |
H A D | pnginfo.h | 173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
|
/external/webp/include/webp/ |
H A D | demux.h | 141 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
|
H A D | mux.h | 202 int x_offset; // x-offset of the frame. member in struct:WebPMuxFrameInfo
|
/external/webp/src/webp/ |
H A D | demux.h | 141 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
|
H A D | mux.h | 202 int x_offset; // x-offset of the frame. member in struct:WebPMuxFrameInfo
|
/external/ImageMagick/MagickCore/ |
H A D | compare.c | 1795 const MetricType metric,const ssize_t x_offset,const ssize_t y_offset, 1811 geometry.x=x_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 D | layer.c | 1763 % 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() 1779 const CompositeOperator compose,Image *source,ssize_t x_offset, 1782 x_offset+=source->page.x-destination->page.x; 1784 (void) CompositeImage(destination,source,compose,MagickTrue,x_offset, 1789 const CompositeOperator compose, Image *source,const ssize_t x_offset, 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_offse 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 D | montage.c | 279 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...] |
H A D | paint.c | 96 % const ssize_t x_offset,const ssize_t y_offset, 107 % o x_offset,y_offset: the starting location of the operation. 115 const DrawInfo *draw_info,const PixelInfo *target,const ssize_t x_offset, 177 if ((x_offset < 0) || (x_offset >= (ssize_t) image->columns)) 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
|