Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMask.cpp61 size_t dstW = safe.add(src.fBounds.width(), safe.add(radiusX, radiusX)); in PrepareDestination() local
DSkMaskBlurFilter.cpp551 uint8_t* dst, int dstW) { in blur_row()
594 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()
907 int dstW = dst->fBounds.width(), in small_blur() local
981 dstW = dst->fBounds.width(), in blur() local
DSkScalerContext.cpp389 int dstW = srcW; in generateMask() local
/external/skia/src/core/
DSkMask.cpp61 size_t dstW = safe.add(src.fBounds.width(), safe.add(radiusX, radiusX)); in PrepareDestination() local
DSkMaskBlurFilter.cpp554 uint8_t* dst, int dstW) { in blur_row()
597 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()
910 int dstW = dst->fBounds.width(), in small_blur() local
984 dstW = dst->fBounds.width(), in blur() local
DSkScalerContext.cpp469 int dstW = srcW; 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.c104 const GLint dstW = abs(dstX1 - dstX0); in blitframebuffer_texture() local
422 const GLint dstW = abs(dstX1 - dstX0); in _mesa_meta_BlitFramebuffer() local
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp471 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local
511 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local
617 const float dstW = float(dstSize.x()); in sampleTextureCube() local
810 float dstW = (float)dst.getWidth(); in sampleTextureProjected() local
870 const float dstW = (float)dst.getWidth(); in sampleTextureCubeArray() local
1244 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local
1348 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local
1548 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local
1728 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local
1898 const float dstW = float(dstSize.x()); in computeTextureLookupDiff() local
[all …]
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp363 dstW = dstBounds.width(), in copy_image_with_bounds() local
439 dstW = dstBounds.width(), in cpu_blur() local
/external/skqp/src/effects/imagefilters/
DSkBlurImageFilter.cpp410 dstW = dstBounds.width(), in copy_image_with_bounds() local
486 dstW = dstBounds.width(), in cpu_blur() local
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp68 float dstW = (float)dst.getWidth(); in renderReference() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp66 float dstW = (float)dst.getWidth(); 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 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int … in Decode()
DSurface.cpp3456 int dstW = dst->getWidth(); in copyCubeEdge() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3137 int dstW = de::abs(dstX1-dstX0); in blitFramebuffer() local