Searched refs:dstWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DColorConverter.h42 size_t dstWidth, size_t dstHeight,
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java81 int dstWidth = image.getWidth();
87 int xStop = dstWidth - right;
99 int lastPixelOffset = right * dstWidth;
103 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
132 for (int x = 0, bufferOffset = 0; x < dstWidth; x++, bufferOffset = x) {
135 for (int y = 0; y < shadowSize; y++, bufferOffset += dstWidth) {
143 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) {
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp85 size_t dstWidth, size_t dstHeight,
99 dstWidth, dstHeight,
79 convert( const void *srcBits, size_t srcWidth, size_t srcHeight, size_t srcCropLeft, size_t srcCropTop, size_t srcCropRight, size_t srcCropBottom, void *dstBits, size_t dstWidth, size_t dstHeight, size_t dstCropLeft, size_t dstCropTop, size_t dstCropRight, size_t dstCropBottom) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java572 * @param dstWidth The new bitmap's desired width.
578 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, argument
593 final float sx = dstWidth / (float)width;

Completed in 109 milliseconds