Searched defs:dstH (Results  1 – 11 of 11) sorted by relevance
| /external/skia/src/core/ | 
| D | SkMask.cpp | 68     size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY));  in PrepareDestination()  local
 | 
| D | SkMaskBlurFilter.cpp | 595                         uint8_t* dst, size_t dstStride, int dstW, int dstH) {  in blur_x_rect()613                           uint8_t* dst, size_t dstStride, int dstW, int dstH) {  in direct_blur_x()
 909         dstH = dst->fBounds.height();  in small_blur()  local
 983         dstH = dst->fBounds.height();  in blur()  local
 
 | 
| D | SkScalerContext.cpp | 478     int dstH = srcH;  in GenerateImageFromPath()  local
 | 
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/ | 
| D | ResizeWithCropOrPadOp.java | 122   private static PointF transformImpl(PointF point, int srcH, int srcW, int dstH, int dstW) {  in transformImpl()
 | 
| /external/deqp/framework/opengl/ | 
| D | gluTextureTestUtil.cpp | 482 	float										dstH				= (float)dst.getHeight();  in sampleTextureProjected()  local523 	float										dstH				= (float)dst.getHeight();  in sampleTextureProjected()  local
 661 	const float									dstH				= float(dstSize.y());  in sampleTextureCube()  local
 867 	float										dstH				= (float)dst.getHeight();  in sampleTextureProjected()  local
 937 	const float									dstH				= (float)dst.getHeight();  in sampleTextureCubeArray()  local
 1311 	const float									dstH				= float(dstSize.y());  in computeTextureLookupDiff()  local
 1427 	const float									dstH				= float(dstSize.y());  in computeTextureLookupDiff()  local
 1644 	const float									dstH				= float(dstSize.y());  in computeTextureLookupDiff()  local
 1841 	const float									dstH				= float(dstSize.y());  in computeTextureLookupDiff()  local
 2018 	const float									dstH				= float(dstSize.y());  in computeTextureLookupDiff()  local
 [all …]
 
 | 
| /external/mesa3d/src/mesa/drivers/common/ | 
| D | meta_blit.c | 105    const GLint dstH = abs(dstY1 - dstY0);  in blitframebuffer_texture()  local423    const GLint dstH = abs(dstY1 - dstY0);  in _mesa_meta_BlitFramebuffer()  local
 
 | 
| /external/deqp/modules/gles2/accuracy/ | 
| D | es2aVaryingInterpolationTests.cpp | 67 	float		dstH		= (float)dst.getHeight();  in renderReference()  local
 | 
| /external/deqp/modules/gles3/accuracy/ | 
| D | es3aVaryingInterpolationTests.cpp | 69 	float		dstH		= (float)dst.getHeight();  in renderReference()  local
 | 
| /external/skia/src/effects/imagefilters/ | 
| D | SkBlurImageFilter.cpp | 754          dstH = dstBounds.height();  in copy_image_with_bounds()  local847          dstH = dstBounds.height();  in cpu_blur()  local
 
 | 
| /external/mesa3d/src/gallium/frontends/xa/ | 
| D | xa_renderer.c | 288 		      float dstW, float dstH, struct xa_surface *srf[])  in setup_vertex_data_yuv()
 | 
| /external/deqp/framework/opengl/simplereference/ | 
| D | sglrReferenceContext.cpp | 3159 	int		dstH		= de::abs(dstY1-dstY0);  in blitFramebuffer()  local
 |