Searched defs:x_offset (Results 1 - 25 of 74) sorted by relevance

123

/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/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/harfbuzz_ng/src/
H A Dsample.py75 x_offset = pos.x_offset variable
78 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
H A Dhb-buffer.h93 * @x_offset: how much the glyph moves on the X-axis before drawing it, this
106 hb_position_t x_offset; member in struct:hb_glyph_position_t
H A Dhb-ot-shape-fallback.cc210 pos.x_offset = pos.y_offset = 0;
221 pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extents.x_bearing;
224 pos.x_offset += base_extents.x_bearing - 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;
321 base_extents.x_bearing += buffer->pos[base].x_offset;
327 hb_position_t x_offset = 0, y_offset = 0; local
329 x_offset -= buffer->pos[base].x_advance;
377 buffer->pos[i].x_offset
[all...]
/external/libxcam/xcore/interface/
H A Dfeature_match.cpp119 FeatureMatch::adjust_stitch_area (int dst_width, float &x_offset, Rect &stitch0, Rect &stitch1) argument
121 if (fabs (x_offset) < 5.0f)
125 // int final_overlap_width = stitch1.pos_x + stitch1.width + (dst_width - (stitch0.pos_x - x_offset + stitch0.width));
126 if ((stitch0.pos_x - x_offset + stitch0.width) > dst_width)
127 x_offset = dst_width - (stitch0.pos_x + stitch0.width);
128 int final_overlap_width = last_overlap_width + x_offset;
140 x_offset -= delta_offset;
/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/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h77 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/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
/external/libavc/common/
H A Dih264_inter_pred_filters.c462 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 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/libpng/
H A Dpnginfo.h173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvolume9.c237 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 Dintel_mipmap_tree.h89 /** 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 Dpnginfo.h173 png_int_32 x_offset; /* x offset on page */ member in struct:png_info_def
/external/webp/include/webp/
H A Ddemux.h146 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
H A Dmux.h202 int x_offset; // x-offset of the frame. member in struct:WebPMuxFrameInfo
/external/webp/src/webp/
H A Ddemux.h146 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
H A Dmux.h202 int x_offset; // x-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,
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 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()
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 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...]
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.
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
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp978 glw::GLint x_offset = s_texture_data_width / 2 /* half */; local
1052 m_gl_GetCompressedTextureSubImage(m_texture, 0, x_offset, y_offset, z_offset, width, height, depth, size,
1057 m_gl_GetTextureSubImage(m_texture, 0, x_offset, y_offset, z_offset, width, height, depth, GL_RGBA,
1077 (i + (x_offset / x_block)) * number_of_components +

Completed in 641 milliseconds

123