/external/jpeg/ |
rdppm.c | 77 JSAMPLE *rescale; /* => maxval-remapping array, or NULL */ member in struct:__anon6987 147 register JSAMPLE *rescale = source->rescale; local 152 *ptr++ = rescale[read_pbm_integer(cinfo, infile)]; 165 register JSAMPLE *rescale = source->rescale; local 170 *ptr++ = rescale[read_pbm_integer(cinfo, infile)]; 171 *ptr++ = rescale[read_pbm_integer(cinfo, infile)]; 172 *ptr++ = rescale[read_pbm_integer(cinfo, infile)]; 185 register JSAMPLE *rescale = source->rescale local 206 register JSAMPLE *rescale = source->rescale; local 244 register JSAMPLE *rescale = source->rescale; local 268 register JSAMPLE *rescale = source->rescale; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ImageLayerChromium.cpp | 107 // Tiler also draws at the original content size, so rescale the original
|
/external/mesa3d/docs/ |
conform.html | 190 Rescale Normal test passed. 303 Rescale Normal test passed. 416 Rescale Normal test passed. 529 Rescale Normal test passed. 642 Rescale Normal test passed.
|
/external/openssl/crypto/bn/asm/ |
armv4-mont.s | 17 mov r0,r0,lsl#2 @ rescale r0 for byte count
|
armv4-mont.pl | 68 mov $num,$num,lsl#2 @ rescale $num for byte count
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.h | 88 /* FIXME: rescale values to 0..255 here? */ 267 /* FIXME: Should we rescale alpha into 0..255 here? */
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 150 img.Rescale(dstIntRect.width(), dstIntRect.height());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutActionBar.java | 431 rescale(-1); 441 rescale(+1); 521 void rescale(int direction) { method in class:LayoutActionBar
|
LayoutCanvas.java | 336 actionBar.rescale(1); 338 actionBar.rescale(-1); [all...] |
/external/webp/src/dec/ |
io.c | 509 static int Rescale(const uint8_t* src, int src_stride, 527 const int num_lines_out = Rescale(io->y, io->y_stride, mb_h, &p->scaler_y); 528 Rescale(io->u, io->uv_stride, uv_mb_h, &p->scaler_u); 529 Rescale(io->v, io->uv_stride, uv_mb_h, &p->scaler_v); 535 Rescale(io->a, io->width, io->mb_h, &p->scaler_a); [all...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
isp_az.c | 128 /* rescale data if overflow has occured and reprocess the loop */
|
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 470 * Rescale the UI control so the progress bar doesn't go all 494 * Rescale the UI control so the progress bar doesn't go all
|
/system/core/libpixelflinger/ |
scanline.cpp | 428 static void rescale(uint32_t& u, uint8_t& su, uint32_t& v, uint8_t& sv); 439 void rescale(uint32_t& u, uint8_t& su, uint32_t& v, uint8_t& sv) function in namespace:android 454 rescale(fragment->c[0], fragment->s[0], fb->c[0], fb->s[0]); 455 rescale(fragment->c[1], fragment->s[1], fb->c[1], fb->s[1]); 456 rescale(fragment->c[2], fragment->s[2], fb->c[2], fb->s[2]); 457 rescale(fragment->c[3], fragment->s[3], fb->c[3], fb->s[3]); 788 rescale(Cf, sf, Ct, st); 803 rescale(Cf, sf, Ct, st); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
tabpose_window.mm | 767 static int rescale(int value, int from_scale, int to_scale) { 783 tile_x = rescale(tile_x, last_row_count_x(), count_x()); 786 tile_x = rescale(tile_x, count_x(), last_row_count_x()); 798 tile_x = rescale(tile_x, count_x(), last_row_count_x()); 801 tile_x = rescale(tile_x, last_row_count_x(), count_x()); [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 2236 FT_Bool rescale = FALSE; local [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 674 printf("nResizeMode 100:No Rescaling\nnResizeMode 50:Rescale to 50 percent of original size \n"); 675 printf("nResizeMode 25:Rescale to 25 percent of original size\nnResizeMode 12:Rescale to 12.5 percent of original size\n\n"); [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 355 // rescale the ball so it's about 0.5 cm on screen
|
/external/webp/include/webp/ |
encode.h | 234 // Rescale a picture to new dimension width x height.
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 490 OMX_U32 ulInResizeOption; /*Rescale factor */
|
/external/freetype/src/truetype/ |
ttobjs.c | 1009 /* rescale CVT when needed */ [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
abap.php | 1118 'rescale', [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
isp_az.cpp | 235 /* rescale data if overflow has occured and reprocess the loop */
|
/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DChromium.cpp | 196 // pixel data. We will then use Skia to rescale this bitmap to [all...] |
/external/libvpx/vp8/encoder/ |
onyx_if.c | 1445 rescale(int val, int num, int denom) function [all...] |
/external/webp/src/enc/ |
quant.c | 268 // we rescale by the user-defined strength of adaptation
|