Searched defs:dstHeight (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp94 const int dstHeight = sampler.scaledHeight(); local
97 for (int y = 0; y < dstHeight; ++y) {
H A DSkImageDecoder_astc.cpp168 const int dstHeight = sampler.scaledHeight(); local
171 for (int y = 0; y < dstHeight; ++y) {
H A DSkImageDecoder_ktx.cpp154 const int dstHeight = sampler.scaledHeight(); local
157 for (int y = 0; y < dstHeight; ++y) {
183 const int dstHeight = sampler.scaledHeight(); local
186 for (int y = 0; y < dstHeight; ++y) {
202 const int dstHeight = sampler.scaledHeight(); local
205 for (int y = 0; y < dstHeight; ++y) {
232 const int dstHeight = sampler.scaledHeight(); local
235 for (int y = 0; y < dstHeight; ++y) {
H A DSkImageDecoder_libbmp.cpp153 const int dstHeight = sampler.scaledHeight(); local
157 for (int y = 0; y < dstHeight; y++) {
/external/skia/src/images/
H A DSkImageDecoder_pkm.cpp92 const int dstHeight = sampler.scaledHeight(); local
95 for (int y = 0; y < dstHeight; ++y) {
H A DSkImageDecoder_ktx.cpp126 const int dstHeight = sampler.scaledHeight(); local
129 for (int y = 0; y < dstHeight; ++y) {
145 const int dstHeight = sampler.scaledHeight(); local
148 for (int y = 0; y < dstHeight; ++y) {
175 const int dstHeight = sampler.scaledHeight(); local
178 for (int y = 0; y < dstHeight; ++y) {
H A DSkImageDecoder_libbmp.cpp153 const int dstHeight = sampler.scaledHeight(); local
157 for (int y = 0; y < dstHeight; y++) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; local
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViESurfaceRenderer.java54 private void changeDestRect(int dstWidth, int dstHeight) { argument
56 dstRect.bottom = (int)(dstRect.top + dstBottomScale * dstHeight);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; local
227 dstHeight = pt->array_size;
230 dstHeight = u_minify(pt->height0, dstLevel);
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight,
/external/deqp/framework/delibs/deimage/
H A DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) argument
121 deImage* result = deImage_create(dstWidth, dstHeight, srcImage->format);
124 for (y = 0; y < dstHeight; y++)
129 float yFloat = (float)(y + 0.5f) / (float)dstHeight * (float)srcImage->height - 0.5f;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmap.java57 public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { argument
61 shadowBitmap.appendDescription(" scaled to " + dstWidth + " x " + dstHeight);
66 shadowBitmap.setHeight(dstHeight);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c118 const GLint dstHeight = ABS(dstY1 - dstY0); local
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0); local
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c118 const GLint dstHeight = ABS(dstY1 - dstY0); local
258 dstWidth, dstHeight,
280 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
281 GLint srcRow = (dstRow * srcHeight) / dstHeight;
498 const GLint dstHeight = ABS(dstY1 - dstY0); local
499 const GLfloat dstHeightF = (GLfloat) dstHeight;
607 for (dstRow = 0; dstRow < dstHeight; dstRow++) {
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBrush.h305 IN REAL dstHeight)
315 dstHeight,
331 IN INT dstHeight)
341 dstHeight,
300 TextureBrush(IN Image* image, IN WrapMode wrapMode, IN REAL dstX, IN REAL dstY, IN REAL dstWidth, IN REAL dstHeight) argument
326 TextureBrush(IN Image* image, IN WrapMode wrapMode, IN INT dstX, IN INT dstY, IN INT dstWidth, IN INT dstHeight) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c1455 GLint dstWidth, GLint dstHeight,
1461 const GLint dstHeightNB = dstHeight - 2 * border;
1468 if (srcHeight > 1 && srcHeight > dstHeight) {
1500 memcpy(dstPtr + dstWidth * (dstHeight - 1) * bpt,
1503 memcpy(dstPtr + (dstWidth * dstHeight - 1) * bpt,
1515 dstPtr + (dstWidth * (dstHeight - 1) + 1) * bpt);
1517 if (srcHeight == dstHeight) {
1547 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1554 const GLint dstHeightNB = dstHeight - 2 * border;
1565 bytesPerDstImage = dstWidth * dstHeight * bp
1452 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1544 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1710 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1778 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1906 GLint dstWidth, dstHeight, dstDepth; local
2091 GLint dstWidth, dstHeight, dstDepth; local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp786 int dstHeight = dst->fBounds.height(); local
792 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight);
795 ComputeBlurredScanline(verticalScanline, profile, dstHeight, sigma);
797 for (int y = 0 ; y < dstHeight ; ++y) {
825 for (int y = pad ; y < dstHeight-pad ; y++) {
830 for (int y = pad ; y < dstHeight-pad ; y++) {
/external/mesa3d/src/mesa/main/
H A Dmipmap.c1448 GLint dstWidth, GLint dstHeight,
1454 const GLint dstHeightNB = dstHeight - 2 * border;
1461 if (srcHeight > 1 && srcHeight > dstHeight) {
1493 memcpy(dstPtr + dstWidth * (dstHeight - 1) * bpt,
1496 memcpy(dstPtr + (dstWidth * dstHeight - 1) * bpt,
1508 dstPtr + (dstWidth * (dstHeight - 1) + 1) * bpt);
1510 if (srcHeight == dstHeight) {
1540 GLint dstWidth, GLint dstHeight, GLint dstDepth,
1547 const GLint dstHeightNB = dstHeight - 2 * border;
1558 bytesPerDstImage = dstWidth * dstHeight * bp
1445 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1537 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1703 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1771 next_mipmap_level_size(GLenum target, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) argument
1899 GLint dstWidth, dstHeight, dstDepth; local
2084 GLint dstWidth, dstHeight, dstDepth; local
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp786 int dstHeight = dst->fBounds.height(); local
792 SkAutoTMalloc<uint8_t> verticalScanline(dstHeight);
795 ComputeBlurredScanline(verticalScanline, profile, dstHeight, sigma);
797 for (int y = 0 ; y < dstHeight ; ++y) {
825 for (int y = pad ; y < dstHeight-pad ; y++) {
830 for (int y = pad ; y < dstHeight-pad ; y++) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c984 int dstWidth, int dstHeight,
1010 for (row = 0; row < dstHeight; row++) {
1025 int dstWidth, int dstHeight, int dstDepth,
1040 dstImageStride = dstWidth * dstHeight * bpt;
1051 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcRowStride;
1063 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1082 for (row = 0; row < dstHeight; row++) {
981 reduce_2d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcRowStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstRowStride, ubyte *dstPtr) argument
1022 reduce_3d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcDepth, int srcRowStride, int srcImageStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstDepth, int dstRowStride, int dstImageStride, ubyte *dstPtr) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c984 int dstWidth, int dstHeight,
1010 for (row = 0; row < dstHeight; row++) {
1025 int dstWidth, int dstHeight, int dstDepth,
1040 dstImageStride = dstWidth * dstHeight * bpt;
1051 srcRowOffset = (srcHeight == dstHeight) ? 0 : srcRowStride;
1063 srcWidth, srcHeight, srcDepth, dstWidth, dstHeight, dstDepth);
1082 for (row = 0; row < dstHeight; row++) {
981 reduce_2d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcRowStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstRowStride, ubyte *dstPtr) argument
1022 reduce_3d(enum pipe_format pformat, int srcWidth, int srcHeight, int srcDepth, int srcRowStride, int srcImageStride, const ubyte *srcPtr, int dstWidth, int dstHeight, int dstDepth, int dstRowStride, int dstImageStride, ubyte *dstPtr) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_reg.h810 uint32 dstHeight; member in struct:SVGAOverlayUnit
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h810 uint32 dstHeight; member in struct:SVGAOverlayUnit
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; local
3378 dstHeight = MAX2(1, srcHeight / 2);
3382 dstHeight == srcImage->Height &&
3394 dstWidth, dstHeight, dstDepth,
3443 assert(dstHeight == ctx->DrawBuffer->Height);
3446 _mesa_set_viewport(ctx, 0, 0, dstWidth, dstHeight);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; local
3378 dstHeight = MAX2(1, srcHeight / 2);
3382 dstHeight == srcImage->Height &&
3394 dstWidth, dstHeight, dstDepth,
3443 assert(dstHeight == ctx->DrawBuffer->Height);
3446 _mesa_set_viewport(ctx, 0, 0, dstWidth, dstHeight);

Completed in 8788 milliseconds

12