Home
last modified time | relevance | path

Searched defs:dstH (Results 1 – 17 of 17) sorted by relevance

/external/skqp/src/core/
DSkMask.cpp63 size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY)); in PrepareDestination() local
DSkMaskBlurFilter.cpp594 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
612 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
908 dstH = dst->fBounds.height(); in small_blur() local
982 dstH = dst->fBounds.height(); in blur() local
DSkScalerContext.cpp390 int dstH = srcH; in generateMask() local
/external/skia/src/core/
DSkMask.cpp63 size_t dstH = safe.add(src.fBounds.height(), safe.add(radiusY, radiusY)); in PrepareDestination() local
DSkMaskBlurFilter.cpp597 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
615 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
911 dstH = dst->fBounds.height(); in small_blur() local
985 dstH = dst->fBounds.height(); in blur() local
DSkScalerContext.cpp470 int dstH = srcH; in generateMask() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DResizeWithCropOrPadOp.java122 private static PointF transformImpl(PointF point, int srcH, int srcW, int dstH, int dstW) { in transformImpl()
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c105 const GLint dstH = abs(dstY1 - dstY0); in blitframebuffer_texture() local
423 const GLint dstH = abs(dstY1 - dstY0); in _mesa_meta_BlitFramebuffer() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp472 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
512 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
618 const float dstH = float(dstSize.y()); in sampleTextureCube() local
811 float dstH = (float)dst.getHeight(); in sampleTextureProjected() local
871 const float dstH = (float)dst.getHeight(); in sampleTextureCubeArray() local
1245 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1349 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1549 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1729 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
1899 const float dstH = float(dstSize.y()); in computeTextureLookupDiff() local
[all …]
/external/skqp/src/effects/imagefilters/
DSkBlurImageFilter.cpp411 dstH = dstBounds.height(); in copy_image_with_bounds() local
487 dstH = dstBounds.height(); in cpu_blur() local
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp364 dstH = dstBounds.height(); in copy_image_with_bounds() local
440 dstH = dstBounds.height(); in cpu_blur() local
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp69 float dstH = (float)dst.getHeight(); in renderReference() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp67 float dstH = (float)dst.getHeight(); in renderReference() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c288 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp677 …e(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, in… in Decode()
DSurface.cpp3457 int dstH = dst->getHeight(); in copyCubeEdge() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3138 int dstH = de::abs(dstY1-dstY0); in blitFramebuffer() local