Searched defs:dy (Results 326 - 350 of 554) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c701 FT_Byte dy = FT_NEXT_BYTE( p ); local
706 x_pos + dx, y_pos + dy );
H A Dttsbit0.c666 FT_Byte dy = FT_NEXT_BYTE( p ); local
671 x_pos + dx, y_pos + dy );
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc726 int dy = 0; local
729 &x, &y, &dx, &dy);
739 y += dy;
774 y += dy;
798 int dy = 0; local
801 &x, &y, &dx, &dy);
811 y += dy;
846 y += dy;
871 int dy = 0; local
885 &x, &y, &dx, &dy);
973 int dy = 0; local
1077 int dy = 0; local
1216 int dy = 0; local
1361 int dy = 0; local
1396 int dy = 0; local
1449 int dy = FixedDiv(src_height, dst_height); local
1533 int dy = FixedDiv(src_height, dst_height); local
[all...]
H A Dscale_common.cc873 int x, int y, int dy,
948 y += dy;
955 int x, int y, int dy,
1030 y += dy;
1097 int* x, int* y, int* dx, int* dy) {
1101 assert(dy != NULL);
1116 *dy = FixedDiv(src_height, dst_height);
1129 *dy = FixedDiv(src_height, dst_height);
1130 *y = CENTERSTART(*dy, -32768); // Subtract 0.5 (32768) to center filter.
1132 *dy
869 ScalePlaneVertical(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int y, int dy, int bpp, enum FilterMode filtering) argument
951 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument
1094 ScaleSlope(int src_width, int src_height, int dst_width, int dst_height, enum FilterMode filtering, int* x, int* y, int* dx, int* dy) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc726 int dy = 0; local
729 &x, &y, &dx, &dy);
739 y += dy;
774 y += dy;
798 int dy = 0; local
801 &x, &y, &dx, &dy);
811 y += dy;
846 y += dy;
871 int dy = 0; local
885 &x, &y, &dx, &dy);
973 int dy = 0; local
1077 int dy = 0; local
1216 int dy = 0; local
1361 int dy = 0; local
1396 int dy = 0; local
1449 int dy = FixedDiv(src_height, dst_height); local
1533 int dy = FixedDiv(src_height, dst_height); local
[all...]
H A Dscale_common.cc873 int x, int y, int dy,
948 y += dy;
955 int x, int y, int dy,
1030 y += dy;
1097 int* x, int* y, int* dx, int* dy) {
1101 assert(dy != NULL);
1116 *dy = FixedDiv(src_height, dst_height);
1129 *dy = FixedDiv(src_height, dst_height);
1130 *y = CENTERSTART(*dy, -32768); // Subtract 0.5 (32768) to center filter.
1132 *dy
869 ScalePlaneVertical(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_argb, uint8* dst_argb, int x, int y, int dy, int bpp, enum FilterMode filtering) argument
951 ScalePlaneVertical_16(int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint16* src_argb, uint16* dst_argb, int x, int y, int dy, int wpp, enum FilterMode filtering) argument
1094 ScaleSlope(int src_width, int src_height, int dst_width, int dst_height, enum FilterMode filtering, int* x, int* y, int* dx, int* dy) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h175 int dy; member in struct:dri2_egl_surface
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c566 float dy = header->v[1]->data[posPos][1] - header->v[0]->data[posPos][1]; local
567 double a = atan2(dy, dx);
573 dy = half_width;
594 pos[0] += (-dx * c_a - dy * s_a);
595 pos[1] += (-dx * s_a + dy * c_a);
598 pos[0] += (-dx * c_a - -dy * s_a);
599 pos[1] += (-dx * s_a + -dy * c_a);
602 pos[0] += ( dx * c_a - dy * s_a);
603 pos[1] += ( dx * s_a + dy * c_a);
606 pos[0] += ( dx * c_a - -dy * s_
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c141 unsigned dx, unsigned dy, unsigned dz,
175 PUSH_DATA (push, dy << dst->ms_y);
139 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c148 unsigned dx, unsigned dy, unsigned dz,
182 PUSH_DATA (push, dy << dst->ms_y);
146 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c118 struct pipe_resource *dst, VGint dx, VGint dy,
125 dst_loc[1] = dy;
156 struct pipe_surface *dst, VGint dx, VGint dy,
163 dst_loc[1] = dy;
510 void image_copy(struct vg_image *dst, VGint dx, VGint dy, argument
521 vg_copy_texture(ctx, dst->sampler_view->texture, dst->x + dx, dst->y + dy,
561 void image_set_pixels(VGint dx, VGint dy, argument
575 vg_copy_surface(ctx, strb->surface, dx, dy,
581 void image_get_pixels(struct vg_image *dst, VGint dx, VGint dy, argument
591 /*dy
117 vg_copy_texture(struct vg_context *ctx, struct pipe_resource *dst, VGint dx, VGint dy, struct pipe_sampler_view *src, VGint sx, VGint sy, VGint width, VGint height) argument
155 vg_copy_surface(struct vg_context *ctx, struct pipe_surface *dst, VGint dx, VGint dy, struct pipe_surface *src, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
H A Dmask.c393 VGint dx, VGint dy,
411 dx, dy, width, height,
391 mask_copy(struct vg_mask_layer *layer, VGint sx, VGint sy, VGint dx, VGint dy, VGint width, VGint height) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp354 double dy = cubic[index].y - cubic[zero].y; local
356 if (approximately_zero(dy)) {
364 rotPath[index].x = cubic[index].x * dx + cubic[index].y * dy;
365 rotPath[index].y = cubic[index].y * dx - cubic[index].x * dy;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp508 SkScalar dy = click->fCurr.fY - click->fPrev.fY; variable
509 fPts[0].offset(dx, dy);
510 fPts[1].offset(dx, dy);
511 fPts[2].offset(dx, dy);
H A DSampleWarp.cpp174 SkScalar dy = p1.fY - p0.fY; local
175 if (dy > 0) dy = 0;
177 cubic.fPts[1].fY += dy;
178 cubic.fPts[2].fY += dy;
287 const SkScalar dy = bounds.height() / cols; local
295 pts->set(bounds.fLeft + x*dx, bounds.fTop + y*dy);
383 SkScalar dy = delta.fY * d; local
385 SkScalar py = orig.fY + dy;
409 SkScalar dy local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapDevice.cpp277 SkScalar dx = 0, dy = 0; local
282 dy = SkIntToScalar(srcIR.fTop);
284 if (dx || dy) {
285 matrix.preTranslate(dx, dy);
H A DSkScalerContext.cpp644 SkFixed dy = glyph.getSubYFixed(); local
645 if (dx | dy) {
646 path.offset(SkFixedToScalar(dx), SkFixedToScalar(dy));
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp107 SkScalar dy, fy = srcPt.fY; local
114 dy = SkFixedToScalar(storage[1]);
118 dy = matrix.getSkewY();
124 fy += dy;
149 SkScalar dy, fy = srcPt.fY; local
156 dy = SkFixedToScalar(storage[1]);
160 dy = matrix.getSkewY();
168 fy += dy;
H A DSkTwoPointConicalGradient.cpp269 SkScalar dy, fy = srcPt.fY; local
275 dy = SkFixedToScalar(fixedY);
279 dy = fDstToIndex.getSkewY();
282 TwoPtRadialContext rec(twoPointConicalGradient.fRec, fx, fy, dx, dy);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp389 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop + SK_DistanceFieldInset); local
395 dy *= scale;
397 sy += dy;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp347 int dx = 0, dy = 0; local
350 dy = SkFixedToFDot6(glyph.getSubYFixed());
351 // negate dy since freetype-y-goes-up and skia-y-goes-down
352 dy = -dy;
357 offset(dx, dy)
364 dy - ((bbox.yMin + dy) & ~63));
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp89 void SkView::offset(SkScalar dx, SkScalar dy) argument
91 if (dx || dy)
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
/external/chromium_org/third_party/skia/tests/
H A DMatrix44Test.cpp241 SkMScalar dy = 0; local
243 matrix.setTranslate(-dx, -dy, -dz);
245 matrix.preTranslate(-dx, -dy, -dz);
247 matrix.postTranslate(-dx, -dy, -dz);
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_detector.cc233 const float dy = ev.GetY(action_index) - current_down_event_->GetY(); local
236 dx * dx + dy * dy < two_finger_tap_distance_square_) {
364 float dy = current_down_event_->GetY() - ev.GetY(ev_idx0); local
365 if (dx * dx + dy * dy > touch_slop_square_) {
374 dy = secondary_pointer_down_event_->GetY(idx1) - ev.GetY(ev_idx1);
375 if (dx * dx + dy * dy > touch_slop_square_)
H A Dgesture_provider.cc243 float dy = variable
247 std::abs(dy));

Completed in 908 milliseconds

<<11121314151617181920>>