Searched defs:dstX (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis.cpp70 X dstX; variable
74 dstY = dstX = srcX;
76 dstX.pr();
H A Dcopy-assign-synthesis-1.cpp85 X dstX; variable
89 dstY = dstX = srcX;
91 dstX.pr();
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c437 GLint dstX, GLint dstY, GLenum type)
487 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
513 dstMap = map + dstY * rowStride + dstX * pixelBytes;
538 ctx->Driver.MapRenderbuffer(ctx, dstRb, dstX, dstY,
433 swrast_fast_copy_pixels(struct gl_context *ctx, struct gl_framebuffer *srcFb, struct gl_framebuffer *dstFb, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLint dstX, GLint dstY, GLenum type) argument
/external/skia/src/codec/
H A DSkBmpRLECodec.cpp176 const int dstX = get_dst_coord(x, fSampleX); local
181 dstRow[dstX] = fColorTable->operator[](index);
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
210 const int dstX = get_dst_coord(x, fSampleX); local
214 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue);
219 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue);
224 dstRow[dstX] = SkPack888ToRGB16(red, green, blue);
H A DSkWebpCodec.cpp452 int dstX = frameRect.x(); local
466 int minXOffset = SkTMin(dstX, subset.x());
468 dstX -= minXOffset;
503 dstX = scaleX * dstX;
589 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY));
621 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY);
/external/skqp/src/codec/
H A DSkBmpRLECodec.cpp176 const int dstX = get_dst_coord(x, fSampleX); local
181 dstRow[dstX] = fColorTable->operator[](index);
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index));
210 const int dstX = get_dst_coord(x, fSampleX); local
214 dstRow[dstX] = SkPackARGB_as_RGBA(0xFF, red, green, blue);
219 dstRow[dstX] = SkPackARGB_as_BGRA(0xFF, red, green, blue);
224 dstRow[dstX] = SkPack888ToRGB16(red, green, blue);
H A DSkWebpCodec.cpp452 int dstX = frameRect.x(); local
466 int minXOffset = SkTMin(dstX, subset.x());
468 dstX -= minXOffset;
503 dstX = scaleX * dstX;
589 config.output.u.RGBA.rgba = reinterpret_cast<uint8_t*>(webpDst.getAddr(dstX, dstY));
621 dst = SkTAddOffset<void>(dst, dstBpp * dstX + rowBytes * dstY);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c511 int dstX, int dstY, int width, int height)
514 renderer_solid(ctx, dstX, dstY, dstX + width, dstY + height,
518 int pos[6] = {srcX, srcY, maskX, maskY, dstX, dstY};
522 xa_scissor_update(ctx, dstX, dstY, dstX + width, dstY + height);
509 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) argument
H A Dxa_renderer.c200 float srcX, float srcY, float dstX, float dstY,
233 add_vertex_1tex(r, dstX, dstY, s0, t0);
235 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
237 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
239 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
245 float dstX, float dstY, float width, float height,
286 add_vertex_2tex(r, dstX, dstY,
289 add_vertex_2tex(r, dstX + width, dstY,
292 add_vertex_2tex(r, dstX + width, dstY + height,
295 add_vertex_2tex(r, dstX, dst
199 add_vertex_data1(struct xa_context *r, float srcX, float srcY, float dstX, float dstY, float width, float height, struct pipe_resource *src, const float *src_matrix) argument
243 add_vertex_data2(struct xa_context *r, float srcX, float srcY, float maskX, float maskY, float dstX, float dstY, float width, float height, struct pipe_resource *src, struct pipe_resource *mask, const float *src_matrix, const float *mask_matrix) argument
300 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dcopyimage.c457 GLint dstX, GLint dstY, GLint dstZ,
478 dstX, dstY, dstZ,
530 if ((dstX % dst_bw != 0) || (dstY % dst_bh != 0)) {
560 dstX, dstY, dstZ, dstWidth, dstHeight, dstDepth,
610 dstX, dstY, newDstZ,
454 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) argument
H A Dteximage.c3721 GLint srcX = x, srcY = y, dstX = 0, dstY = 0, dstZ = 0; local
3733 if (_mesa_clip_copytexsubimage(ctx, &dstX, &dstY, &srcX, &srcY,
3739 dstX, dstY, dstZ,
/external/skia/include/core/
H A DSkBitmap.h1038 /** Copies a SkRect of pixels from src. Copy starts at (dstX, dstY), and does not exceed
1055 dstX and dstY may be negative to copy only top or left of source. Returns
1057 Returns false if abs(dstX) >= Bitmap width(), or if abs(dstY) >= Bitmap height().
1060 @param dstX column index whose absolute value is less than width()
1064 bool writePixels(const SkPixmap& src, int dstX, int dstY) { argument
1065 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
/external/skia/src/pdf/
H A DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) {
83 if (ctl2X != dstX || ctl2Y != dstY) {
90 SkPDFUtils::AppendScalar(dstX, content);
75 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) argument
/external/skqp/include/core/
H A DSkBitmap.h1048 /** Copies a SkRect of pixels from src. Copy starts at (dstX, dstY), and does not exceed
1065 dstX and dstY may be negative to copy only top or left of source. Returns
1067 Returns false if abs(dstX) >= this->width(), or if abs(dstY) >= this->height().
1070 @param dstX column index whose absolute value is less than width()
1074 bool writePixels(const SkPixmap& src, int dstX, int dstY) { argument
1075 return this->writePixels(src, dstX, dstY, SkTransferFunctionBehavior::kRespect);
/external/skqp/src/pdf/
H A DSkPDFUtils.cpp77 SkScalar dstX, SkScalar dstY, SkWStream* content) {
83 if (ctl2X != dstX || ctl2Y != dstY) {
90 SkPDFUtils::AppendScalar(dstX, content);
75 AppendCubic(SkScalar ctl1X, SkScalar ctl1Y, SkScalar ctl2X, SkScalar ctl2Y, SkScalar dstX, SkScalar dstY, SkWStream* content) argument
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_blit.c614 const GLint dstX = MIN2(dstX0, dstX1); local
808 _mesa_set_viewport(ctx, 0, dstX, dstY, dstW, dstH);
H A Dmeta.c1845 GLint dstX, GLint dstY, GLenum type)
1857 _swrast_CopyPixels(ctx, srcX, srcY, width, height, dstX, dstY, type);
1884 const GLfloat dstX0 = (GLfloat) dstX;
1886 const GLfloat dstX1 = dstX + width * ctx->Pixel.ZoomX;
1843 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcX, GLint srcY, GLsizei width, GLsizei height, GLint dstX, GLint dstY, GLenum type) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c349 int dstX = x; local
377 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
414 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
481 int dstX = x; local
509 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
545 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
/external/skia/src/core/
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, argument
494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);
/external/skqp/src/core/
H A DSkBitmap.cpp488 bool SkBitmap::writePixels(const SkPixmap& src, int dstX, int dstY, argument
494 SkWritePixelsRec rec(src.info(), src.addr(), src.rowBytes(), dstX, dstY);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp400 byte *dstX = destBuffer; local
401 for(unsigned int x = 0; x < width; ++x, dstX += bytes, srcX -= bytes)
403 memcpy(dstX, srcX, bytes);
412 byte *dstX = destBuffer; local
413 for(unsigned int x = 0; x < width; ++x, dstX += bytes, srcX -= bytes)
415 memcpy(dstX, srcX, bytes);
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp226 icvCalcIxIy_32f( const float* src, int src_step, float* dstX, float* dstY, int dst_step, argument
234 dst_step /= sizeof(dstX[0]);
236 for( ; height--; src += src_step, dstX += dst_step, dstY += dst_step )
252 dstX[x] = t0; dstY[x] = t1;
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1140 int32 dstX; member in struct:SVGAOverlayUnit
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 556 milliseconds

12