/external/skia/src/images/ |
SkImageDecoder_pkm.cpp | 87 const int dstHeight = sampler.scaledHeight(); 90 for (int y = 0; y < dstHeight; ++y) {
|
SkImageDecoder_astc.cpp | 162 const int dstHeight = sampler.scaledHeight(); 165 for (int y = 0; y < dstHeight; ++y) {
|
SkImageDecoder_libbmp.cpp | 157 const int dstHeight = sampler.scaledHeight(); 161 for (int y = 0; y < dstHeight; y++) {
|
SkImageDecoder_ktx.cpp | 148 const int dstHeight = sampler.scaledHeight(); 151 for (int y = 0; y < dstHeight; ++y) { 177 const int dstHeight = sampler.scaledHeight(); 180 for (int y = 0; y < dstHeight; ++y) { 196 const int dstHeight = sampler.scaledHeight(); 199 for (int y = 0; y < dstHeight; ++y) { 226 const int dstHeight = sampler.scaledHeight(); 229 for (int y = 0; y < dstHeight; ++y) {
|
/hardware/ti/omap4-aah/libI420colorconvert/ |
ColorConvert.cpp | 34 int dstHeight = srcRect.bottom - srcRect.top + 1; 35 size_t dst_y_size = dstWidth * dstHeight; 37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2; 42 for (int y = 0; y < dstHeight; ++y) { 49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) { 67 int dstWidth, int dstHeight, ARect dstRect, 78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
|
/hardware/ti/omap4xxx/libI420colorconvert/ |
ColorConvert.cpp | 34 int dstHeight = srcRect.bottom - srcRect.top + 1; 35 size_t dst_y_size = dstWidth * dstHeight; 37 size_t dst_uv_size = dstWidth / 2 * dstHeight / 2; 42 for (int y = 0; y < dstHeight; ++y) { 49 for (int y = 0; y < (dstHeight + 1) / 2; ++y) { 67 int dstWidth, int dstHeight, ARect dstRect, 78 uint8_t* pDst_uv = (uint8_t*)dstBits + dstWidth * dstHeight;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_gen_mipmap.c | 223 uint dstWidth, dstHeight, dstDepth; 227 dstHeight = pt->array_size; 230 dstHeight = u_minify(pt->height0, dstLevel); 249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
|
/external/skia/src/codec/ |
SkJpegCodec.cpp | 248 const unsigned int dstHeight = size.height(); 262 while (dinfo.output_width != dstWidth || dinfo.output_height != dstHeight) { 265 if (1 == num || dstWidth > dinfo.output_width || dstHeight > dinfo.output_height) { 319 uint32_t dstHeight = dstInfo.height(); 330 for (uint32_t y = 0; y < dstHeight; y++) {
|
SkSampledCodec.cpp | 204 int dstHeight = info.height(); 209 dstHeight, 0); 213 for (int y = 0; y < dstHeight; y++) { 216 options.fZeroInitialized, dstHeight, y + 1); 219 if (y < dstHeight - 1) { 222 options.fZeroInitialized, dstHeight, y + 1); 237 if (is_coord_necessary(srcY, sampleY, dstHeight)) { 260 if (!is_coord_necessary(srcY, sampleY, dstHeight)) { 276 dstHeight, 0); 281 for (int y = 0; y < dstHeight; y++) [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftVideoDecoderOMXComponent.cpp | 309 size_t dstHeight = outputBufferHeight(); 318 dst = dstStart + dstYStride * dstHeight; 325 dst = dstStart + (5 * dstYStride * dstHeight) / 4;
|
/hardware/intel/common/utils/ISV/include/ |
isv_worker.h | 74 uint32_t dstHeight;
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_fbupdate.cpp | 530 const uint32_t dstHeight = displayFrame.bottom - displayFrame.top; 531 const uint32_t layerClock = getLayerClock(dstWidth, dstHeight, cropHeight);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
DetermineFovActivity.java | 231 float dstHeight = drawRect.bottom - drawRect.top + 1;
|
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 118 const GLint dstHeight = ABS(dstY1 - dstY0); 258 dstWidth, dstHeight, 280 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 281 GLint srcRow = (dstRow * srcHeight) / dstHeight; 498 const GLint dstHeight = ABS(dstY1 - dstY0); 499 const GLfloat dstHeightF = (GLfloat) dstHeight; 607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
ShadowPainter.java | 89 int dstHeight = image.getHeight(); 96 int yStop = dstHeight - right; 110 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) {
|
/external/skia/src/effects/ |
SkBlurMask.cpp | 784 int dstHeight = dst->fBounds.height(); 790 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight); 793 ComputeBlurredScanline(verticalScanline, profile.get(), dstHeight, sigma); 795 for (int y = 0 ; y < dstHeight ; ++y) { 823 for (int y = pad ; y < dstHeight-pad ; y++) { 828 for (int y = pad ; y < dstHeight-pad ; y++) { [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
AnnOverlayPlane.cpp | 361 uint32_t dstHeight = h; 368 dstWidth, dstHeight, 381 if (srcWidth == dstWidth && srcHeight == dstHeight) { 386 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnOverlayPlane.cpp | 416 uint32_t dstHeight = h; 424 dstWidth, dstHeight, 428 float scaleY = (float)(srcHeight >> 1) / dstHeight; 449 if (srcWidth == dstWidth && srcHeight == dstHeight) { 454 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MockTvInputService.java | 310 int dstHeight = c.getHeight(); 313 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null);
|
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 358 final int dstHeight = (int) (sBallDiameter * mMetersToPixelsY + 0.5f); 359 mBitmap = Bitmap.createScaledBitmap(ball, dstWidth, dstHeight, true);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
Pixmap.java | 304 * @param dstHeight the target height */
306 int dstHeight) {
307 image(pixmap.getCanvasElement(), srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight);
472 private void image (CanvasElement image, int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight) {
478 context.rect(dstX, dstY, dstWidth, dstHeight);
485 context.drawImage(image, srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight);
|
/external/mesa3d/src/mesa/main/ |
mipmap.c | [all...] |
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
OverlayPlaneBase.cpp | 1034 uint32_t dstHeight = h; 1041 dstWidth, dstHeight); 1044 if (srcWidth == dstWidth && srcHeight == dstHeight) { 1049 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor); [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
OverlayPlaneBase.cpp | 1014 uint32_t dstHeight = h; 1018 dstWidth, dstHeight); 1021 if (srcWidth == dstWidth && srcHeight == dstHeight) { 1026 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 365 int dstHeight = image.getHeight(); 372 int yStop = dstHeight - right; 386 for (int y = 0, bufferOffset = 0; y < dstHeight; y++, bufferOffset = y * dstWidth) { [all...] |