HomeSort by relevance Sort by last modified time
    Searched defs:dstY (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GeneratorGeneratedImage.cpp 78 float dstY = (srcRect.y() + j * srcRect.height()) * scale.height() + phase.y();
80 ASSERT(j > firstRow || dstY <= destRect.y());
81 ASSERT(j == firstRow || dstY > destRect.y());
83 if (dstY >= destRect.maxY())
85 float dstMaxY = dstY + srcRect.height() * scale.height();
86 if (dstY < destRect.y())
87 dstY = destRect.y();
90 if (dstY >= dstMaxY)
93 tileDstRect.setY(dstY);
94 tileDstRect.setHeight(dstMaxY - dstY);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 57 int dstX, dstY;
74 dstY = rect->y;
83 tdfx_out32(LAUNCH_2D, dstX | (dstY << 16));
102 int dstX, dstY;
124 dstY = dstrect->y;
133 if ( srcY <= dstY ) {
136 dstY += (dstrect->h - 1);
157 tdfx_out32(DSTXY, dstX | (dstY << 16));
SDL_fbmatrox.c 67 int dstX, dstY;
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
93 dstY += rect->y;
99 ydstlen = (rect->h | (dstY << 16));
126 int dstX, dstY;
149 FB_dst_to_xy(this, dst, &dstX, &dstY);
155 dstY += dstrect->y;
163 if ( srcY < dstY ) {
166 dstY += (h - 1);
176 if ( srcY < dstY ) {
    [all...]
SDL_fbriva.c 75 int dstX, dstY;
90 FB_dst_to_xy(this, dst, &dstX, &dstY);
94 dstY += rect->y;
100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
116 int dstX, dstY;
137 FB_dst_to_xy(this, dst, &dstX, &dstY);
143 dstY += dstrect->y;
147 Blt->TopLeftDst = (dstY << 16) | dstX;
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 71 X dstY;
74 dstY = dstX = srcX;
77 dstY.pr();
copy-assign-synthesis-1.cpp 87 X dstY;
90 dstY = dstX = srcX;
93 dstY.pr();
  /external/chromium_org/third_party/skia/src/utils/
SkNinePatch.cpp 267 SkScalar dstY[4] = {
278 if (dstY[1] > dstY[2]) {
279 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * SkIntToScalar(margins.fTop) /
281 dstY[2] = dstY[1];
289 d.fTop = dstY[y]
    [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 267 SkScalar dstY[4] = {
278 if (dstY[1] > dstY[2]) {
279 dstY[1] = dstY[0] + (dstY[3] - dstY[0]) * SkIntToScalar(margins.fTop) /
281 dstY[2] = dstY[1];
289 d.fTop = dstY[y]
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 212 int dstY = y + glyph->mBitmapTop;
223 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 350 int dstY = y;
379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
415 dstY = YFLIP(xrb, dstY) - h + 1;
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
484 int dstY = y;
513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
548 dstY = YFLIP(xrb, dstY) - h + 1;
549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 608 const GLint dstY = dstYpos + dstRow;
686 GLubyte *dst = dstMap + dstY * dstRowStride + dstXpos * bpp;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 237 SkScalar dstY = SkIntToScalar(y);
239 dstProc(fDstToIndex, dstX, dstY, &srcPt);
418 SkScalar dstY = SkIntToScalar(y);
420 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkRadialGradient.cpp 208 SkScalar dstY = SkIntToScalar(y);
210 dstProc(fDstToIndex, dstX, dstY, &srcPt);
455 SkScalar dstY = SkIntToScalar(y);
457 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkTwoPointConicalGradient.cpp 241 SkScalar dstY = SkIntToScalar(y);
244 dstProc(fDstToIndex, dstX, dstY, &srcPt);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 350 int dstY = y;
379 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
415 dstY = YFLIP(xrb, dstY) - h + 1;
416 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h);
484 int dstY = y;
513 if (_mesa_clip_drawpixels(ctx, &dstX, &dstY, &w, &h, &clippedUnpack)) {
548 dstY = YFLIP(xrb, dstY) - h + 1;
549 XPutImage(dpy, xrb->pixmap, gc, &ximage, 0, 0, dstX, dstY, w, h)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 608 const GLint dstY = dstYpos + dstRow;
686 GLubyte *dst = dstMap + dstY * dstRowStride + dstXpos * bpp;
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 237 SkScalar dstY = SkIntToScalar(y);
239 dstProc(fDstToIndex, dstX, dstY, &srcPt);
418 SkScalar dstY = SkIntToScalar(y);
420 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkRadialGradient.cpp 208 SkScalar dstY = SkIntToScalar(y);
210 dstProc(fDstToIndex, dstX, dstY, &srcPt);
455 SkScalar dstY = SkIntToScalar(y);
457 dstProc(fDstToIndex, dstX, dstY, &srcPt);
SkTwoPointConicalGradient.cpp 241 SkScalar dstY = SkIntToScalar(y);
244 dstProc(fDstToIndex, dstX, dstY, &srcPt);
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 391 int dstY = (targetHeight - src.height()) / 2;
394 dstY,
396 targetHeight - dstY);
  /packages/apps/Gallery/src/com/android/camera/
Util.java 177 int dstY = (targetHeight - src.height()) / 2;
180 dstY,
182 targetHeight - dstY);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c     [all...]
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 587 milliseconds

1 2