/external/skia/src/codec/ |
D | SkSwizzler.cpp | 88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() argument 100 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_grayscale() 113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() argument 124 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_n32() 136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() argument 147 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_565() 159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() argument 179 for (int x = 1; x < dstWidth; x++) { in swizzle_bit_to_f16() 190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() argument 201 for (int x = 1; x < dstWidth; x++) { in swizzle_small_index_to_565() [all …]
|
D | SkHeifCodec.cpp | 221 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 227 dstWidth = fSwizzler->swizzleWidth(); in readRows() 236 dstWidth = fSwizzler->swizzleWidth(); in readRows() 249 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows() 300 int dstWidth = dstInfo.width(); in allocateStorage() local 305 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage() 312 xformBytes = dstWidth * sizeof(uint32_t); in allocateStorage()
|
D | SkSwizzler.h | 111 int dstWidth, int bpp, int deltaSrc, int offset, 117 int dstWidth, int bpp, int deltaSrc, int offset, 219 int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP);
|
D | SkJpegCodec.cpp | 455 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local 470 while (dinfo.output_width != dstWidth || dinfo.output_height != dstHeight) { in onDimensionsSupported() 473 if (1 == num || dstWidth > dinfo.output_width || dstHeight > dinfo.output_height) { in onDimensionsSupported() 505 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 511 dstWidth = fSwizzler->swizzleWidth(); in readRows() 520 dstWidth = fSwizzler->swizzleWidth(); in readRows() 534 this->applyColorXform(dst, swizzleDst, dstWidth, kOpaque_SkAlphaType); in readRows() 615 int dstWidth = dstInfo.width(); in allocateStorage() local 620 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage() 627 xformBytes = dstWidth * sizeof(uint32_t); in allocateStorage()
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 152 GLint dstWidth, GLvoid *dstRow) in do_row() argument 154 const GLuint k0 = (srcWidth == dstWidth) ? 0 : 1; in do_row() 155 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; in do_row() 169 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 182 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 194 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 205 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 216 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 229 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() 241 for (i = j = 0, k = k0; i < (GLuint) dstWidth; in do_row() [all …]
|
D | mipmap.h | 39 GLint dstWidth, GLint dstHeight, GLint dstDepth, 55 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth);
|
D | copyimage.c | 468 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local 550 dstWidth = srcWidth * dst_bw / src_bw; in _mesa_CopyImageSubData() 560 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth, in _mesa_CopyImageSubData()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 44 NAME(GLint srcWidth, GLint dstWidth, \ 53 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 54 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 74 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \ 75 GLint srcCol = (dstCol * srcWidth) / dstWidth; \ 122 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_nearest() local 148 typedef void (*resample_func)(GLint srcWidth, GLint dstWidth, in blit_nearest() 194 dstBuffer = malloc(MAX_PIXEL_BYTES * dstWidth); in blit_nearest() 289 dstWidth, dstHeight, in blit_nearest() 335 (*resampleRow)(srcWidth, dstWidth, srcBuffer, dstBuffer, invertX); in blit_nearest() [all …]
|
/external/skia/src/effects/ |
D | SkTableMaskFilter.cpp | 44 int dstWidth = dst->fBounds.width(); in filterMask() local 45 int extraZeros = dst->fRowBytes - dstWidth; in filterMask() 48 for (int x = dstWidth - 1; x >= 0; --x) { in filterMask() 56 dstP += dstWidth; in filterMask()
|
D | SkBlurMask.cpp | 805 int dstWidth = dst->fBounds.width(); in BlurRect() local 809 SkAutoTMalloc<uint8_t> horizontalScanline(dstWidth); in BlurRect() 812 ComputeBlurredScanline(horizontalScanline, profile.get(), dstWidth, sigma); in BlurRect() 816 for (int x = 0 ; x < dstWidth ; x++) { in BlurRect() 830 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad; in BlurRect() 844 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() 849 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect() 922 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local 980 uint8_t *outPixel = dstPixels + (x-pad)*dstWidth + y; // transposed output in BlurGroundTruth()
|
D | SkAlphaThresholdFilter.cpp | 222 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local 227 for (int x = 0; x < dstWidth; ++x) { in onFilterImage() 253 dptr[y * dstWidth + x] = outputColor; in onFilterImage()
|
D | SkMagnifierImageFilter.cpp | 398 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local 400 for (int x = 0; x < dstWidth; ++x) { in onFilterImage() 401 SkScalar x_dist = SkMin32(x, dstWidth - x - 1) * invInset; in onFilterImage()
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale() argument 121 deImage* result = deImage_create(dstWidth, dstHeight, srcImage->format); in deImage_scale() 126 for (x = 0; x < dstWidth; x++) in deImage_scale() 128 float xFloat = ((float)x + 0.5f) / (float)dstWidth * (float)srcImage->width - 0.5f; in deImage_scale()
|
D | deImage.h | 59 deImage* deImage_scale (const deImage* image, int dstWidth, int dstHeight);
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 277 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local 293 dstWidth = minify(srcWidth, 1); in _mesa_meta_GenerateMipmap() 297 if (dstWidth == srcWidth && in _mesa_meta_GenerateMipmap() 323 _mesa_set_viewport(ctx, 0, 0, 0, dstWidth, dstHeight); in _mesa_meta_GenerateMipmap() 354 assert(dstWidth == ctx->DrawBuffer->Width); in _mesa_meta_GenerateMipmap()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBitmap.java | 57 … public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap() argument 61 shadowBitmap.appendDescription(" scaled to " + dstWidth + " x " + dstHeight); in createScaledBitmap() 65 shadowBitmap.setWidth(dstWidth); in createScaledBitmap()
|
/external/skia/src/core/ |
D | SkWritePixelsRec.h | 38 bool trim(int dstWidth, int dstHeight);
|
D | SkImageInfo.cpp | 196 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim() argument 207 if (!dstR.intersect(0, 0, dstWidth, dstHeight)) { in trim()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViESurfaceRenderer.java | 55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect() argument 56 dstRect.right = (int)(dstRect.left + dstRightScale * dstWidth); in changeDestRect()
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 77 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width() argument 79 SkScalar scale = dstWidth / bounds.width(); in scale_to_width()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1142 uint32 dstWidth; member
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 821 final double[] dstBlock, final int dstWidth, in copyBlockPart() argument 825 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart() 829 dstPos += dstWidth; in copyBlockPart()
|
D | BlockFieldMatrix.java | 795 final T[] dstBlock, final int dstWidth, in copyBlockPart() argument 799 int dstPos = dstStartRow * dstWidth + dstStartColumn; in copyBlockPart() 803 dstPos += dstWidth; in copyBlockPart()
|
/external/skia/tests/ |
D | CodecTest.cpp | 1009 const int dstWidth = subsetWidth / opts.fSampleSize; in check_color_xform() local 1014 SkImageInfo dstInfo = codec->getInfo().makeWH(dstWidth, dstHeight) in check_color_xform()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1835 int dstWidth = pBitmap->GetWidth(); in GetDIBits() local 1837 int dstRowBytes = dstWidth * sizeof(uint32_t); in GetDIBits() 1839 dstWidth, dstHeight, SkColorType::kN32_SkColorType, kPremul_SkAlphaType); in GetDIBits()
|