Home
last modified time | relevance | path

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

/external/skia/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.cpp421 int dstW = srcW; in generateMask() local
/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/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/skqp/src/effects/imagefilters/
DSkBlurImageFilter.cpp410 dstW = dstBounds.width(), in copy_image_with_bounds() local
486 dstW = dstBounds.width(), in cpu_blur() local
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp410 dstW = dstBounds.width(), in copy_image_with_bounds() local
486 dstW = dstBounds.width(), in cpu_blur() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c616 const GLint dstW = abs(dstX1 - dstX0); in blitframebuffer_texture() local
953 const GLint dstW = abs(dstX1 - dstX0); in _mesa_meta_BlitFramebuffer() 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/state_trackers/xa/
Dxa_renderer.c307 float dstW, float dstH, struct xa_surface *srf[]) in setup_vertex_data_yuv()
/external/swiftshader/src/Device/
DETC_Decoder.cpp677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int … in Decode()
DSurface.cpp3048 int dstW = dst->getWidth(); in copyCubeEdge() local
/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.cpp3647 int dstW = dst->getWidth(); in copyCubeEdge() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3119 int dstW = de::abs(dstX1-dstX0); in blitFramebuffer() local