/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-ot-shape-fallback.cc | 208 pos.x_offset = pos.y_offset = 0; in position_mark() 263 pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; in position_mark() 265 if ((y_gap > 0) == (pos.y_offset > 0)) in position_mark() 267 base_extents.height -= pos.y_offset; in position_mark() 268 pos.y_offset = 0; in position_mark() 283 pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); in position_mark() 285 if ((y_gap > 0) != (pos.y_offset > 0)) in position_mark() 287 unsigned int correction = -pos.y_offset / 2; in position_mark() 290 pos.y_offset += correction; in position_mark() 315 base_extents.y_bearing += buffer->pos[base].y_offset; in position_around_base() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 208 pos.x_offset = pos.y_offset = 0; in position_mark() 263 pos.y_offset += base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; in position_mark() 277 pos.y_offset += base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); in position_mark() 301 base_extents.y_bearing += buffer->pos[base].y_offset; in position_around_base() 306 hb_position_t x_offset = 0, y_offset = 0; in position_around_base() local 309 y_offset -= buffer->pos[base].y_advance; in position_around_base() 356 buffer->pos[i].y_offset += y_offset; in position_around_base() 361 y_offset -= buffer->pos[i].y_advance; in position_around_base() 364 y_offset += buffer->pos[i].y_advance; in position_around_base() 451 buffer->pos[skippy_iter.idx].y_offset += kern2; in _hb_ot_shape_fallback_kern()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_sse2.c | 348 int x_offset, int y_offset, \ 366 int y_offset, \ 372 y_offset, dst, dst_stride, \ 377 x_offset, y_offset, \ 384 x_offset, y_offset, \ 390 x_offset, y_offset, \ 425 int x_offset, int y_offset, \ 445 int y_offset, \ 452 y_offset, dst, dst_stride, \ 457 x_offset, y_offset, \ [all …]
|
D | vp9_subpel_variance.asm | 67 ; int x_offset, int y_offset, 144 x_offset, y_offset, \ 150 y_offset, dst, dst_stride, height, sse 158 x_offset, y_offset, \ 178 y_offset, dst, dst_stride, height, sse, \ 198 x_offset, y_offset, \ 211 y_offset, dst, dst_stride, height, sse 507 ; x_offset == 0.5 && y_offset == 0 572 ; x_offset == 0.5 && y_offset == 0.5 667 ; x_offset == 0.5 && y_offset == bilin interpolation [all …]
|
/external/chromium_org/remoting/base/ |
D | util.cc | 60 int y_offset = CalculateYOffset(x, y, y_stride); in ConvertRGB32ToYUVWithRect() local 64 y_plane + y_offset, y_stride, in ConvertRGB32ToYUVWithRect() 95 int y_offset = - CalculateYOffset(source_buffer_rect.left(), in ConvertAndScaleYUVToRGB32Rect() local 115 y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(), in ConvertAndScaleYUVToRGB32Rect() 122 libyuv::I420ToARGB(source_yplane + y_offset, source_ystride, in ConvertAndScaleYUVToRGB32Rect() 140 y_offset += CalculateYOffset(offset.x(), offset.y(), source_ystride); in ConvertAndScaleYUVToRGB32Rect() 151 media::ScaleYUVToRGB32WithRect(source_yplane + y_offset, in ConvertAndScaleYUVToRGB32Rect() 169 media::ScaleYUVToRGB32WithRect(source_yplane + y_offset, in ConvertAndScaleYUVToRGB32Rect()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.cpp | 36 y_offset(0) in brw_blorp_mip_info() 63 y_offset = rb.draw_y; in set() 135 *tile_y = y_offset & mask_y; in compute_tile_offsets() 138 y_offset & ~mask_y, in compute_tile_offsets()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_blorp.cpp | 36 y_offset(0) in brw_blorp_mip_info() 63 y_offset = rb.draw_y; in set() 135 *tile_y = y_offset & mask_y; in compute_tile_offsets() 138 y_offset & ~mask_y, in compute_tile_offsets()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 28 int y_offset, int uv_offset) in vp8_denoiser_filter_sse2() argument 32 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset; in vp8_denoiser_filter_sse2() 34 unsigned char *running_avg_y = running_avg->y_buffer + y_offset; in vp8_denoiser_filter_sse2() 117 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride, in vp8_denoiser_filter_sse2()
|
/external/chromium_org/ash/shelf/ |
D | shelf_button.cc | 192 int y_offset = (base_bounds_.height() - bounds.height()) / 2; in UpdateBounds() local 193 bounds.set_y(base_bounds_.y() + y_offset); in UpdateBounds() 409 int y_offset = shelf_layout_manager_->PrimaryAxisValue(icon_pad, 0); in Layout() local 414 button_bounds.height() - y_offset); in Layout() 422 y_offset = button_bounds.height() - (kIconSize + icon_pad); in Layout() 427 y_offset += shelf_layout_manager_->SelectValueForShelfAlignment( in Layout() 435 if (y_offset + icon_height + kBarSize > button_bounds.height()) in Layout() 436 icon_height = button_bounds.height() - (y_offset + kBarSize); in Layout() 438 y_offset = std::max(0, button_bounds.height() - icon_height) / 2; in Layout() 445 button_bounds.y() + y_offset, in Layout()
|
D | overflow_bubble_view.cc | 104 void OverflowBubbleView::ScrollByYOffset(int y_offset) { in ScrollByYOffset() argument 110 std::max(0, scroll_offset_.y() + y_offset)); in ScrollByYOffset() 160 ScrollByXOffset(-event.y_offset()); in OnMouseWheel() 162 ScrollByYOffset(-event.y_offset()); in OnMouseWheel() 178 ScrollByYOffset(-event->y_offset()); in OnScrollEvent()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_setup_line.c | 297 float y_offset=0; in try_setup_line() local 409 y_offset = x_offset * dydx; in try_setup_line() 417 y_offset = x_offset * dydx; in try_setup_line() 431 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) - fixed_width/2; in try_setup_line() 434 y[3] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) + fixed_width/2; in try_setup_line() 505 y_offset = - y2diff + 0.5; in try_setup_line() 506 x_offset = y_offset * dxdy; in try_setup_line() 512 y_offset = - y1diff - 0.5; in try_setup_line() 513 x_offset = y_offset * dxdy; in try_setup_line() 528 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset); in try_setup_line() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_line.c | 297 float y_offset=0; in try_setup_line() local 409 y_offset = x_offset * dydx; in try_setup_line() 417 y_offset = x_offset * dydx; in try_setup_line() 431 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) - fixed_width/2; in try_setup_line() 434 y[3] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset) + fixed_width/2; in try_setup_line() 505 y_offset = - y2diff + 0.5; in try_setup_line() 506 x_offset = y_offset * dxdy; in try_setup_line() 512 y_offset = - y1diff - 0.5; in try_setup_line() 513 x_offset = y_offset * dxdy; in try_setup_line() 528 y[0] = subpixel_snap(v1[0][1] + y_offset - setup->pixel_offset); in try_setup_line() [all …]
|
/external/chromium_org/media/filters/ |
D | skcanvas_video_renderer.cc | 152 size_t y_offset = (video_frame->stride(media::VideoFrame::kYPlane) * in FastPaint() local 160 video_frame->data(media::VideoFrame::kYPlane) + y_offset; in FastPaint() 212 size_t y_offset = 0; in ConvertVideoFrameToBitmap() local 218 y_offset = (video_frame->stride(media::VideoFrame::kYPlane) * in ConvertVideoFrameToBitmap() 232 video_frame->data(media::VideoFrame::kYPlane) + y_offset, in ConvertVideoFrameToBitmap() 246 video_frame->data(media::VideoFrame::kYPlane) + y_offset, in ConvertVideoFrameToBitmap() 260 video_frame->data(media::VideoFrame::kYPlane) + y_offset, in ConvertVideoFrameToBitmap()
|
/external/chromium_org/ui/app_list/views/ |
D | contents_view.cc | 189 if (abs(event.x_offset()) > abs(event.y_offset())) in OnMouseWheel() 192 offset = event.y_offset(); in OnMouseWheel() 248 if (abs(event->x_offset()) > abs(event->y_offset())) in OnScrollEvent() 251 offset = event->y_offset(); in OnScrollEvent()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | pngshim.c | 180 FT_Int y_offset, in Load_SBit_Png() argument 200 y_offset < 0 || y_offset + metrics->height > map->rows || in Load_SBit_Png() 317 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4; in Load_SBit_Png()
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 180 FT_Int y_offset, in Load_SBit_Png() argument 200 y_offset < 0 || y_offset + metrics->height > map->rows || in Load_SBit_Png() 317 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4; in Load_SBit_Png()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 39 static int scaled_buffer_offset(int x_offset, int y_offset, int stride, in scaled_buffer_offset() argument 43 const int y = scale ? scale->sfc->scale_value_y(y_offset, scale->sfc) : in scaled_buffer_offset() 44 y_offset; in scaled_buffer_offset()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.h | 33 int32_t y_offset() { return y_offset_; } in y_offset() function 40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
|
D | composite_bitmap_glyph.cc | 85 int32_t y_offset) in Component() argument 86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) { in Component()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | composite_bitmap_glyph.h | 33 int32_t y_offset() { return y_offset_; } in y_offset() function 40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
|
D | composite_bitmap_glyph.cc | 85 int32_t y_offset) in Component() argument 86 : glyph_code_(glyph_code), x_offset_(x_offset), y_offset_(y_offset) { in Component()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 56 unsigned int motion_magnitude, int y_offset, in vp8_denoiser_filter_c() argument 61 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset; in vp8_denoiser_filter_c() 63 unsigned char *running_avg_y = running_avg->y_buffer + y_offset; in vp8_denoiser_filter_c() 133 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride, in vp8_denoiser_filter_c()
|
/external/chromium_org/content/browser/renderer_host/ |
D | web_input_event_aura.cc | 142 webkit_event.deltaY = event->y_offset(); in MakeWebMouseWheelEventFromAuraEvent() 144 if (event->y_offset_ordinal() != 0.f && event->y_offset() != 0.f) { in MakeWebMouseWheelEventFromAuraEvent() 146 event->y_offset_ordinal() / event->y_offset(); in MakeWebMouseWheelEventFromAuraEvent() 159 webkit_event.data.flingStart.velocityY = event->y_offset(); in MakeWebGestureEventFromAuraEvent() 390 webkit_event.deltaY = event->y_offset(); in MakeWebMouseWheelEventFromAuraEvent()
|
/external/chromium_org/media/cdm/ppapi/ |
D | fake_cdm_video_decoder.cc | 64 int y_offset = 0; in DecodeFrame() local 74 decoded_frame->SetPlaneOffset(cdm::VideoFrame::kYPlane, y_offset); in DecodeFrame()
|
/external/chromium_org/ui/events/x/ |
D | events_x.cc | 522 float x_offset, y_offset; in GetMouseWheelOffset() local 524 native_event, &x_offset, &y_offset, NULL, NULL, NULL)) { in GetMouseWheelOffset() 526 static_cast<int>(y_offset)); in GetMouseWheelOffset() 601 float* y_offset, in GetScrollOffsets() argument 614 if (!y_offset) in GetScrollOffsets() 615 y_offset = &y_offset_; in GetScrollOffsets() 625 x_offset, y_offset, in GetScrollOffsets()
|