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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GradientGeneratedImage.cpp 78 float dstY = (srcRect.y() + j * stepY) * 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_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;
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...]
  /external/clang/test/CodeGenCXX/
copy-assign-synthesis.cpp 71 X dstY;
74 dstY = dstX = srcX;
77 dstY.pr();
copy-assign-synthesis-1.cpp 86 X dstY;
89 dstY = dstX = srcX;
92 dstY.pr();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.h 23 int dstX, int dstY, int width, int height);
xorg_renderer.c 140 float srcX, float srcY, float dstX, float dstY,
173 add_vertex_1tex(r, dstX, dstY, s0, t0);
175 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
177 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
179 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
211 float dstX, float dstY, float width, float height,
272 add_vertex_2tex(r, dstX, dstY,
275 add_vertex_2tex(r, dstX + width, dstY,
278 add_vertex_2tex(r, dstX + width, dstY + height,
281 add_vertex_2tex(r, dstX, dstY + height
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.h 23 int dstX, int dstY, int width, int height);
xorg_renderer.c 140 float srcX, float srcY, float dstX, float dstY,
173 add_vertex_1tex(r, dstX, dstY, s0, t0);
175 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
177 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
179 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
211 float dstX, float dstY, float width, float height,
272 add_vertex_2tex(r, dstX, dstY,
275 add_vertex_2tex(r, dstX + width, dstY,
278 add_vertex_2tex(r, dstX + width, dstY + height,
281 add_vertex_2tex(r, dstX, dstY + height
    [all...]
  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 44 uint8_t *dstY, size_t dstStride, size_t dstVStride,
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_renderer.c 187 float srcX, float srcY, float dstX, float dstY,
220 add_vertex_1tex(r, dstX, dstY, s0, t0);
222 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
224 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
226 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
232 float dstX, float dstY, float width, float height,
273 add_vertex_2tex(r, dstX, dstY,
276 add_vertex_2tex(r, dstX + width, dstY,
279 add_vertex_2tex(r, dstX + width, dstY + height,
282 add_vertex_2tex(r, dstX, dstY + height
    [all...]
xa_composite.h 136 int dstX, int dstY, int width, int height);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 187 float srcX, float srcY, float dstX, float dstY,
220 add_vertex_1tex(r, dstX, dstY, s0, t0);
222 add_vertex_1tex(r, dstX + width, dstY, s1, t1);
224 add_vertex_1tex(r, dstX + width, dstY + height, s2, t2);
226 add_vertex_1tex(r, dstX, dstY + height, s3, t3);
232 float dstX, float dstY, float width, float height,
273 add_vertex_2tex(r, dstX, dstY,
276 add_vertex_2tex(r, dstX + width, dstY,
279 add_vertex_2tex(r, dstX + width, dstY + height,
282 add_vertex_2tex(r, dstX, dstY + height
    [all...]
xa_composite.h 136 int dstX, int dstY, int width, int height);
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnCursorPlane.cpp 99 int dstY = mPosition.y;
183 if (dstY < 0) {
185 dstY = -dstY;
187 mContext.ctx.cs_ctx.pos |= (dstY & 0xfff) << 16 | (dstX & 0xfff);
AnnRGBPlane.cpp 142 int dstX, dstY, dstW, dstH;
153 dstY = mPosition.y;
157 checkPosition(dstX, dstY, dstW, dstH);
222 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
224 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
226 mContext.ctx.sp_ctx.pos = (dstY & 0xfff) << 16 | (dstX & 0xfff);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFUtils.h 46 SkScalar dstX, SkScalar dstY, SkWStream* content);
SkPDFUtils.cpp 78 SkScalar dstX, SkScalar dstY, SkWStream* content) {
84 if (ctl2X != dstX || ctl2Y != dstY) {
93 SkPDFScalar::Append(dstY, content);
  /external/skia/src/pdf/
SkPDFUtils.h 46 SkScalar dstX, SkScalar dstY, SkWStream* content);
  /external/deqp/framework/delibs/deimage/
deTarga.c 85 int dstY = yFlipped ? (height-1 - y) : y;
86 deARGB* dst = (deUint32*)((deUint8*)image->pixels + dstY*image->width*bpp);
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 120 uint8_t *dstY, size_t dstStride, size_t dstVStride,
126 uint8_t *dstU = dstY + dstStride * dstVStride;
147 dstY[x] = luma;
168 dstY += dstStride;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 216 int dstX, int dstY, int width, int height,
230 int y = (dstY - srcY) / sampleSize;
257 (srcY - dstY) / sampleSize,

Completed in 466 milliseconds

1 2 3 4 5