HomeSort by relevance Sort by last modified time
    Searched defs:y_offset (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 33 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);
  /external/harfbuzz_ng/src/
sample.py 76 y_offset = pos.y_offset variable
78 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
hb-ot-shape-fallback.cc 210 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;
322 base_extents.y_bearing += buffer->pos[base].y_offset;
327 hb_position_t x_offset = 0, y_offset = 0; local
    [all...]
hb-buffer.h 95 * @y_offset: how much the glyph moves on the Y-axis before drawing it, this
107 hb_position_t y_offset; member in struct:hb_glyph_position_t
  /external/webp/src/enc/
picture_rescale_enc.c 139 const int y_offset = top * pic->y_stride + left; local
141 WebPCopyPlane(pic->y + y_offset, pic->y_stride,
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_external.cpp 162 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
167 y_offset;
171 + y_offset;
  /external/libavc/common/
ih264_inter_pred_filters.c 537 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 = y_offset & 0x3
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external.cpp 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
168 y_offset;
172 + y_offset;
  /hardware/qcom/display/msm8909/sdm/libs/utils/
rect.cpp 86 LayerRect Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) {
94 res.top = rect.top + FLOAT(y_offset);
96 res.bottom = rect.bottom + FLOAT(y_offset);
214 int y_offset = INT(src_domain.top); local
216 LayerRect modified_in_rect = Reposition(in_rect, -x_offset, -y_offset);
240 float y_offset = in_rect.top - src_domain.top; local
249 out_rect->bottom = src_domain.bottom - y_offset;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_external.cpp 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
168 y_offset;
172 + y_offset;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
rect.cpp 81 LayerRect Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) {
89 res.top = rect.top + FLOAT(y_offset);
91 res.bottom = rect.bottom + FLOAT(y_offset);
209 int y_offset = INT(src_domain.top); local
211 LayerRect modified_in_rect = Reposition(in_rect, -x_offset, -y_offset);
235 float y_offset = in_rect.top - src_domain.top; local
244 out_rect->bottom = src_domain.bottom - y_offset;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 201 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
206 y_offset;
210 + y_offset;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp 170 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
175 y_offset;
179 + y_offset;
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 81 LayerRect Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) {
89 res.top = rect.top + FLOAT(y_offset);
91 res.bottom = rect.bottom + FLOAT(y_offset);
209 int y_offset = INT(src_domain.top); local
211 LayerRect modified_in_rect = Reposition(in_rect, -x_offset, -y_offset);
235 float y_offset = in_rect.top - src_domain.top; local
244 out_rect->bottom = src_domain.bottom - y_offset;
  /device/google/cuttlefish_common/guest/libs/remoter/
remoter_framework_pkt.h 53 uint32_t y_offset; member in struct:remoter_request_packet::__anon2022::__anon2023
  /external/ImageMagick/MagickCore/
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);
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_t) bounds.height
397 y_offset; local
    [all...]
  /external/ImageMagick/coders/
txt.c 392 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/decoder/
ih264d_thread_parse_decode.c 122 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 = (i16_mb_y * u4_frame_stride) << 3
    [all...]
  /external/libpng/
pnginfo.h 174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 214 int mi_offset, y_offset, uv_offset; local
231 y_offset = 32;
235 y_offset = 16;
253 mfqe_block(bs_tmp, y + y_offset, u + uv_offset, v + uv_offset, y_stride,
254 uv_stride, yd + y_offset, ud + uv_offset, vd + uv_offset,
259 mfqe_block(bs_tmp, y + y_offset * y_stride, u + uv_offset * uv_stride,
261 yd + y_offset * yd_stride, ud + uv_offset * uvd_stride,
264 mfqe_block(bs_tmp, y + y_offset * y_stride + y_offset,
267 yd + y_offset * yd_stride + y_offset
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.h 91 /** 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/
pnginfo.h 174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
  /external/webp/include/webp/
demux.h 146 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator
mux.h 203 int y_offset; // y-offset of the frame. member in struct:WebPMuxFrameInfo
  /external/webp/src/webp/
demux.h 146 int x_offset, y_offset; // offset relative to the canvas. member in struct:WebPIterator

Completed in 1103 milliseconds

1 2 3