Searched defs:dstH (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/effects/ |
D | SkTestImageFilters.cpp | 39 int dstH = SkScalarRoundToInt(src.height() * scale); in onFilterImageDeprecated() local
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 509 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 549 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 655 const float dstH = float(dstSize.y()); in sampleTextureCube() local 848 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local 908 const float dstH = (float)dst.getHeight(); in sampleTextureCubeArray() local 1711 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1815 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 1999 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 2179 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local 2349 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local [all …]
|
/external/skia/src/core/ |
D | SkBitmapController.cpp | 113 const int dstH = SkScalarRoundToScalar(provider.height() / invScaleY); in processHQRequest() local
|
D | SkBitmapScaler.cpp | 208 static bool valid_for_resize(const SkPixmap& source, int dstW, int dstH) { in valid_for_resize()
|
D | SkScalerContext.cpp | 379 int dstH = srcH; in generateMask() local
|
/external/skia/src/gpu/ |
D | GrTextureToYUVPlanes.cpp | 22 static bool convert_texture(GrTexture* src, GrDrawContext* dst, int dstW, int dstH, in convert_texture()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 69 float dstH = (float)dst.getHeight(); in renderReference() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 66 float dstH = (float)dst.getHeight(); in renderReference() local
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 288 float dstX, float dstY, float dstW, float dstH, in setup_vertex_data_yuv()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 294 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1635 Register dstH, in smlal() 1648 Register dstH, in smull() 1661 Register dstH, in umlal() 1674 Register dstH, in umull()
|
/external/valgrind/VEX/priv/ |
D | host_arm64_isel.c | 3381 HReg dstH = newVRegD(env); in iselF16Expr_wrk() local 3388 HReg dstH = newVRegD(env); in iselF16Expr_wrk() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3120 int dstH = de::abs(dstY1-dstY0); in blitFramebuffer() local
|