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

/external/skia/src/core/
H A DSkBitmapController.cpp124 const int dstH = SkScalarRoundToScalar(provider.height() / invScaleY); local
125 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH);
137 dstW, dstH, SkResourceCache::GetAllocator())) {
153 SkIntToScalar(dstH) / provider.height());
H A DSkBitmapScaler.cpp202 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { argument
205 source.width() >= 1 && source.height() >= 1 && dstW >= 1 && dstH >= 1;
H A DSkScalerContext.cpp361 int dstH = srcH; local
388 clip.setRect(SkIRect::MakeWH(dstW, dstH));
390 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH);
/external/skia/src/gpu/
H A DGrTextureToYUVPlanes.cpp23 GrRenderTargetContext* dst, int dstW, int dstH,
27 SkScalar yScale = SkIntToScalar(src->height()) / dstH;
52 SkRect::MakeIWH(dstW, dstH));
22 convert_proxy(sk_sp<GrTextureProxy> src, GrRenderTargetContext* dst, int dstW, int dstH, SkYUVColorSpace colorSpace, MakeFPProc proc) argument
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp67 float dstH = (float)dst.getHeight(); local
81 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/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/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp472 float dstH = (float)dst.getHeight(); local
487 float ny = wy / dstH;
491 float triWy = triNdx ? dstH - wy : wy;
512 float dstH = (float)dst.getHeight(); local
530 float ny = wy / dstH;
534 float triWy = triNdx ? dstH - wy : wy;
618 const float dstH = float(dstSize.y()); local
636 const float ny = wy / dstH;
648 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
649 triDerivateY(triT[triNdx], triW[triNdx], wy, dstH, triN
811 float dstH = (float)dst.getHeight(); local
871 const float dstH = (float)dst.getHeight(); local
1245 const float dstH = float(dstSize.y()); local
1349 const float dstH = float(dstSize.y()); local
1533 const float dstH = float(dstSize.y()); local
1713 const float dstH = float(dstSize.y()); local
1883 const float dstH = float(dstSize.y()); local
1991 const float dstH = float(dstSize.y()); local
2179 const float dstH = float(dstSize.y()); local
2359 const float dstH = float(dstSize.y()); local
2472 const float dstH = float(dstSize.y()); local
2594 const float dstH = float(dstSize.y()); local
2697 const float dstH = float(dst.getHeight()); local
2733 const float dstH = float(dst.getHeight()); local
2770 const float dstH = float(dst.getHeight()); local
[all...]
/external/swiftshader/src/Renderer/
H A DETC_Decoder.cpp648 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) argument
664 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED);
676 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 2, x, y, dstW, dstH, dstPitch, inputType == ETC_RG_SIGNED);
687 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, inputType == ETC_RGB_PUNCHTHROUGH_ALPHA);
698 ETC2::DecodeBlock(&sources[0], &(alphaValues[0][0]), 1, x, y, dstW, dstH, 4, false);
702 sources[0]->decodeBlock(dstRow + (x * dstBpp), x, y, dstW, dstH, dstPitch, alphaValues, false);
/external/valgrind/VEX/priv/
H A Dhost_arm64_isel.c3381 HReg dstH = newVRegD(env); local
3382 addInstr(env, ARM64Instr_VCvtHS(False/*!hToS*/, dstH, srcS));
3383 return dstH;
3388 HReg dstH = newVRegD(env); local
3389 addInstr(env, ARM64Instr_VCvtHD(False/*!hToD*/, dstH, srcD));
3390 return dstH;
/external/v8/src/arm/
H A Dassembler-arm.cc1741 Register dstH,
1746 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1747 DCHECK(!dstL.is(dstH));
1748 emit(cond | B23 | B22 | A | s | dstH.code()*B16 | dstL.code()*B12 |
1754 Register dstH,
1759 DCHECK(!dstL.is(pc) && !dstH.is(pc) && !src1.is(pc) && !src2.is(pc));
1760 DCHECK(!dstL.is(dstH));
1761 emit(cond | B23 | B22 | s | dstH.code()*B16 | dstL.code()*B12 |
1767 Register dstH,
1772 DCHECK(!dstL.is(pc) && !dstH
1740 smlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1753 smull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1766 umlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
1779 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) argument
[all...]

Completed in 496 milliseconds