HomeSort by relevance Sort by last modified time
    Searched defs:dstW (Results 1 - 16 of 16) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PlaneCapabilities.cpp 177 int dstW, dstH;
181 dstW = dest.right - dest.left;
186 return ((srcW == dstW) && (srcH == dstH)) ? true : false;
194 if (dstW <= 1 || dstH <= 1 || srcW <= 1 || srcH <= 1) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
PlaneCapabilities.cpp 171 int dstW, dstH;
175 dstW = dest.right - dest.left;
179 if ((dstW - 1) <= 0 || (dstH - 1) <= 0 ||
180 (dstW - 1) >= SPRITE_PLANE_MAX_WIDTH ||
183 DLOGTRACE("invalid destination size: %d x %d, fall back to GLES", dstW, dstH);
188 return ((srcW == dstW) && (srcH == dstH)) ? true : false;
196 if (dstW <= 1 || dstH <= 1 || srcW <= 1 || srcH <= 1) {
198 DLOGTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH);
214 float scaleX = (float)srcW / dstW;
AnnRGBPlane.cpp 151 int dstX, dstY, dstW, dstH;
163 dstW = mPosition.w;
166 checkPosition(dstX, dstY, dstW, dstH);
231 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
239 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff);
  /external/skia/src/core/
SkBitmapController.cpp 129 const int dstW = SkScalarRoundToScalar(provider.width() / invScaleX);
131 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH);
173 fInvMatrix.postScale(SkIntToScalar(dstW) / provider.width(),
SkMaskBlurFilter.cpp 84 size_t dstW = srcW + 2 * borderW;
87 dst->fBounds.set(0, 0, dstW, dstH);
92 dst->fRowBytes = dstW;
99 dst->fImage = SkMask::AllocImage(dstW * dstH);
104 size_t tmpH = dstW;
133 dstStart, 1, dstStart + dstW);
151 std::memcpy(&dst->fImage[y * dst->fRowBytes], &src.fImage[y * src.fRowBytes], dstW);
SkScalerContext.cpp 361 int dstW = srcW;
378 dstW = 4*dstW - 8;
389 clip.setRect(SkIRect::MakeWH(dstW, dstH));
391 const SkImageInfo info = SkImageInfo::MakeA8(dstW, dstH);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp 92 int dstX, dstY, dstW, dstH;
104 dstW = mPosition.w;
107 checkPosition(dstX, dstY, dstW, dstH);
173 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
181 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff);
PlaneCapabilities.cpp 191 int dstW, dstH;
195 dstW = dest.right - dest.left;
200 return ((srcW == dstW) && (srcH == dstH)) ? true : false;
216 if (dstW <= 100 || dstH <= 1 || srcW <= 100 || srcH <= 1) {
218 DTRACE("invalid destination size: %dx%d, fall back to GLES", dstW, dstH);
234 float scaleX = (float)srcW / dstW;
241 if (trans == HAL_TRANSFORM_ROT_90 && (float)srcW / srcH != (float)dstW / dstH) {
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp 41 int dstX, dstY, dstW, dstH;
52 dstW = mPosition.w;
55 checkPosition(dstX, dstY, dstW, dstH);
102 ((dstH - 1) & 0xfff) << 16 | ((dstW - 1) & 0xfff);
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 66 float dstW = (float)dst.getWidth();
80 float nx = wx / dstW;
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 68 float dstW = (float)dst.getWidth();
82 float nx = wx / dstW;
  /external/mesa3d/src/mesa/drivers/common/
meta_blit.c 616 const GLint dstW = abs(dstX1 - dstX0);
699 scaled_blit = dstW != srcW || dstH != srcH;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp 288 int dstW = layer.displayFrame.right - layer.displayFrame.left;
291 if (abs(dstW - width) > 1 &&
293 dstW * dstH * 10 < width * height * 9) {
HwcLayerList.cpp 170 int dstW = dest.right - dest.left;
172 if (srcW != dstW || srcH != dstH) {
174 srcW, srcH, dstW, dstH);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 167 int dstW = dest.right - dest.left;
169 if (srcW != dstW || srcH != dstH) {
229 int dstW = dest.right - dest.left;
231 if (srcW != dstW || srcH != dstH) {
233 srcW, srcH, dstW, dstH);
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 471 float dstW = (float)dst.getWidth();
486 float nx = wx / dstW;
490 float triWx = triNdx ? dstW - wx : wx;
511 float dstW = (float)dst.getWidth();
529 float nx = wx / dstW;
533 float triWx = triNdx ? dstW - wx : wx;
617 const float dstW = float(dstSize.x());
635 const float nx = wx / dstW;
645 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy),
646 triDerivateX(triT[triNdx], triW[triNdx], wx, dstW, triNy)
    [all...]

Completed in 834 milliseconds