Home
last modified time | relevance | path

Searched defs:dstWidth (Results 1 – 25 of 37) sorted by relevance

12

/external/skqp/src/codec/
DSkSwizzler.cpp88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale()
113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32()
136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565()
159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16()
190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565()
211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32()
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32()
247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ()
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565()
275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32()
[all …]
DSkHeifCodec.cpp213 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
283 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkJpegCodec.cpp463 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
515 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
618 int dstWidth = dstInfo.width(); in allocateStorage() local
/external/skia/src/codec/
DSkSwizzler.cpp88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale()
113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32()
136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565()
159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16()
190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565()
211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32()
234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32()
247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ()
262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565()
275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32()
[all …]
DSkJpegCodec.cpp413 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
465 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
570 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkHeifCodec.cpp251 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
401 int dstWidth = dstInfo.width(); in allocateStorage() local
/external/mesa3d/src/mesa/swrast/
Ds_blit.c122 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_nearest() local
401 resample_linear_row_ub(GLint srcWidth, GLint dstWidth, in resample_linear_row_ub()
456 resample_linear_row_float(GLint srcWidth, GLint dstWidth, in resample_linear_row_float()
523 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_linear() local
/external/skqp/src/core/
DSkImageInfo.cpp139 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp444 int dstWidth = dst->fBounds.width(); in BlurRect() local
561 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
/external/skia/src/core/
DSkImageInfo.cpp165 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp442 int dstWidth = dst->fBounds.width(); in BlurRect() local
556 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c276 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/skia/samplecode/
DSampleStrokePath.cpp77 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/external/skqp/samplecode/
DSampleStrokePath.cpp79 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/external/skia/src/effects/
DSkTableMaskFilter.cpp66 int dstWidth = dst->fBounds.width(); in filterMask() local
/external/skqp/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp150 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkAlphaThresholdFilter.cpp237 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/external/skqp/src/effects/
DSkTableMaskFilter.cpp65 int dstWidth = dst->fBounds.width(); in filterMask() local
/external/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp182 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkAlphaThresholdImageFilter.cpp221 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/external/mesa3d/src/mesa/main/
Dmipmap.c177 GLint dstWidth, GLvoid *dstRow) in do_row()
811 GLint dstWidth, GLvoid *dstRow) in do_row_3D()
1443 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap()
1474 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
1566 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1730 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1794 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size()
1962 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
2149 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
/external/deqp/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/external/skia/bench/
DCompositingImagesBench.cpp280 float dstWidth = srcRect.width() * 1.25f; in getEntry() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DImageUtils.java296 final int dstWidth, in getTransformationMatrix()
/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java72 final int dstWidth = rotationMode % 180 == 0 ? srcWidth : srcHeight; in I420Rotate() local

12