Home
last modified time | relevance | path

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

/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 …]
DSkHeifCodec.cpp221 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
300 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkJpegCodec.cpp455 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
505 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
615 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
399 resample_linear_row_ub(GLint srcWidth, GLint dstWidth, in resample_linear_row_ub()
454 resample_linear_row_float(GLint srcWidth, GLint dstWidth, in resample_linear_row_float()
521 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_linear() local
/external/skia/src/effects/
DSkTableMaskFilter.cpp44 int dstWidth = dst->fBounds.width(); in filterMask() local
DSkAlphaThresholdFilter.cpp222 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkBlurMask.cpp805 int dstWidth = dst->fBounds.width(); in BlurRect() local
922 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
DSkMagnifierImageFilter.cpp398 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c277 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect()
/external/skia/samplecode/
DSampleStrokePath.cpp77 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/external/skia/src/core/
DSkImageInfo.cpp196 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmap.java57 … public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/external/deqp/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/external/mesa3d/src/mesa/main/
Dmipmap.c152 GLint dstWidth, GLvoid *dstRow) in do_row()
786 GLint dstWidth, GLvoid *dstRow) in do_row_3D()
1418 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap()
1449 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
1541 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1705 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1770 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size()
1938 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
2125 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
Dcopyimage.c468 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java821 final double[] dstBlock, final int dstWidth, in copyBlockPart()
DBlockFieldMatrix.java795 final T[] dstBlock, final int dstWidth, in copyBlockPart()
/external/skia/tests/
DCodecTest.cpp1009 const int dstWidth = subsetWidth / opts.fSampleSize; in check_color_xform() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1142 uint32 dstWidth; member
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1835 int dstWidth = pBitmap->GetWidth(); in GetDIBits() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3452 const int dstWidth = rnd.getInt(1, dstSize.x()); in init() local