Searched defs:dstH (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkTestImageFilters.cpp33 int dstH = SkScalarRoundToInt(src.height() * scale); local
37 if (dstH < 1) {
38 dstH = 1;
45 SkBaseDevice* dev = proxy->createDevice(dstW, dstH);
/external/skia/src/effects/
H A DSkTestImageFilters.cpp33 int dstH = SkScalarRoundToInt(src.height() * scale); local
37 if (dstH < 1) {
38 dstH = 1;
45 SkBaseDevice* dev = proxy->createDevice(dstW, dstH);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbriva.c76 int dstW, dstH; local
89 dstH = rect->h;
101 Bitmap->UnclippedRectangle[0].WidthHeight = (dstW << 16) | dstH;
117 int dstW, dstH; local
135 dstH = dstrect->h;
148 Blt->WidthHeight = (dstH << 16) | dstW;
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp66 float dstH = (float)dst.getHeight(); local
80 float ny = wy / dstH;
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp69 float dstH = (float)dst.getHeight(); local
83 float ny = wy / dstH;
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.cpp406 int dstH = srcH; local
434 clip.setRect(SkIRect::MakeWH(dstW, dstH));
436 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_renderer.c294 float dstW, float dstH, struct xa_surface *srf[])
316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1);
318 add_vertex_1tex(r, dstX, dstY + dstH, s0, t1);
287 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c288 float dstX, float dstY, float dstW, float dstH,
310 add_vertex_1tex(r, dstX + dstW, dstY + dstH,
313 add_vertex_1tex(r, dstX, dstY + dstH,
286 setup_vertex_data_yuv(struct xorg_renderer *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct pipe_resource **tex) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c294 float dstW, float dstH, struct xa_surface *srf[])
316 add_vertex_1tex(r, dstX + dstW, dstY + dstH, s1, t1);
318 add_vertex_1tex(r, dstX, dstY + dstH, s0, t1);
287 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c288 float dstX, float dstY, float dstW, float dstH,
310 add_vertex_1tex(r, dstX + dstW, dstY + dstH,
313 add_vertex_1tex(r, dstX, dstY + dstH,
286 setup_vertex_data_yuv(struct xorg_renderer *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct pipe_resource **tex) argument
/external/skia/src/core/
H A DSkScalerContext.cpp580 int dstH = srcH; local
608 clip.setRect(SkIRect::MakeWH(dstW, dstH));
610 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp298 int dstH,
304 SkFixed dy = (srcH << 16) / dstH;
309 for (int j = 0; j < dstH; ++j) {
296 stretch_image(void* dst, int dstW, int dstH, const void* src, int srcW, int srcH, size_t bpp) argument
/external/skia/src/gpu/
H A DGrContext.cpp277 int dstH,
283 SkFixed dy = (srcH << 16) / dstH;
288 for (int j = 0; j < dstH; ++j) {
275 stretch_image(void* dst, int dstW, int dstH, const void* src, int srcW, int srcH, size_t bpp) argument
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp506 float dstH = (float)dst.getHeight(); local
521 float ny = wy / dstH;
525 float triWy = triNdx ? dstH - wy : wy;
542 float dstH = (float)dst.getHeight(); local
560 float ny = wy / dstH;
564 float triWy = triNdx ? dstH - wy : wy;
644 const float dstH = float(dstSize.y()); local
662 const float ny = wy / dstH;
674 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
675 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triN
827 float dstH = (float)dst.getHeight(); local
883 const float dstH = (float)dst.getHeight(); local
1694 const float dstH = float(dstSize.y()); local
1797 const float dstH = float(dstSize.y()); local
1982 const float dstH = float(dstSize.y()); local
2161 const float dstH = float(dstSize.y()); local
2331 const float dstH = float(dstSize.y()); local
2438 const float dstH = float(dstSize.y()); local
2629 const float dstH = float(dstSize.y()); local
2809 const float dstH = float(dstSize.y()); local
2921 const float dstH = float(dstSize.y()); local
3039 const float dstH = float(dstSize.y()); local
3140 const float dstH = float(dst.getHeight()); local
3176 const float dstH = float(dst.getHeight()); local
3213 const float dstH = float(dst.getHeight()); local
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc1583 Register dstH,
1588 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1589 DCHECK(!dstL.is(dstH));
1590 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 |
1596 Register dstH,
1601 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1602 DCHECK(!dstL.is(dstH));
1603 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 |
1609 Register dstH,
1614 DCHECK(!dstL.is(pc) && !dstH
1582 smlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1595 smull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1608 umlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1621 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
[all...]

Completed in 1294 milliseconds