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

1234

/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.h33 FT_Int x_offset,
H A Dpngshim.c179 FT_Int x_offset,
201 if ( x_offset < 0 ||
209 ( (FT_UInt)x_offset + metrics->width > map->width ||
358 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4;
/external/harfbuzz_ng/src/
H A Dsample.py49 x_offset = pos.x_offset
52 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;
316 base_extents.x_bearing += buffer->pos[base].x_offset;
322 hb_position_t x_offset = 0, y_offset = 0; local
324 x_offset -= buffer->pos[base].x_advance;
372 buffer->pos[i].x_offset
[all...]
H A Dtest.cc122 pos->x_offset,
123 pos->x_offset,
H A Dhb-fallback-shape.cc133 &pos[i].x_offset,
H A Dhb-buffer-serialize.cc142 pos[i].x_offset, pos[i].y_offset);
202 if (pos[i].x_offset || pos[i].y_offset)
203 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, argument
44 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_avx2.c48 int x_offset,
60 int x_offset,
186 int x_offset,
193 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset,
199 x_offset, y_offset,
210 int x_offset,
217 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset,
226 int x_offset,
235 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset,
240 int se2 = vp9_sub_pixel_avg_variance32xh_avx2(src + 32, src_stride, x_offset,
184 vp9_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_ptr) argument
208 vp9_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_ptr) argument
224 vp9_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 *sseptr, const uint8_t *sec) argument
250 vp9_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 *sseptr, const uint8_t *sec) argument
[all...]
H A Dvp9_subpel_variance_impl_intrin_avx2.c123 int x_offset,
137 // x_offset = 0 and y_offset = 0
138 if (x_offset == 0) {
148 // x_offset = 0 and y_offset = 8
160 // x_offset = 0 and y_offset = bilin interpolation
177 // x_offset = 8 and y_offset = 0
178 } else if (x_offset == 8) {
190 // x_offset = 8 and y_offset = 8
210 // x_offset = 8 and y_offset = bilin interpolation
233 // x_offset
121 vp9_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
312 vp9_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...]
H A Dvp9_variance_sse2.c182 int x_offset, int y_offset, \
199 int x_offset, \
205 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
211 x_offset, y_offset, \
218 x_offset, y_offset, \
224 x_offset, y_offset, \
259 int x_offset, int y_offset, \
278 int x_offset, \
285 int se = vp9_sub_pixel_avg_variance##wf##xh_##opt(src, src_stride, x_offset, \
291 x_offset, y_offse
[all...]
H A Dvp9_subpel_variance.asm67 ; int x_offset, int y_offset,
144 x_offset, y_offset, \
149 cglobal sub_pixel_variance%1xh, 7, 8, 13, src, src_stride, x_offset, \
158 x_offset, y_offset, \
177 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
198 x_offset, y_offset, \
210 cglobal sub_pixel_variance%1xh, 7, 7, 13, src, src_stride, x_offset, \
235 ; x_offset == 0
239 ; x_offset == 0 && y_offset == 0
300 ; x_offset
[all...]
/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/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/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.h174 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/samples/fx_lpng/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;
H A Dih264d_thread_compute_bs.c399 UWORD32 x_offset, y_offset; local
467 x_offset = i16_mb_x << 4;
471 ps_trns_addr->pu1_dest_y = ps_dec->s_cur_pic.pu1_buf1 + x_offset + y_offset;
475 x_offset >>= 1;
478 x_offset *= YUV420SP_FACTOR;
480 ps_trns_addr->pu1_dest_u = ps_dec->s_cur_pic.pu1_buf2 + x_offset + y_offset;
481 ps_trns_addr->pu1_dest_v = ps_dec->s_cur_pic.pu1_buf3 + x_offset + y_offset;
/external/webp/include/webp/
H A Ddemux.h139 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
/external/webp/src/webp/
H A Ddemux.h139 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator

Completed in 632 milliseconds

1234