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

1 2

  /frameworks/base/libs/input/
SpriteController.h 33 inline SpriteTransformationMatrix() : dsdx(1.0f), dtdx(0.0f), dsdy(0.0f), dtdy(1.0f) { }
34 inline SpriteTransformationMatrix(float dsdx, float dtdx, float dsdy, float dtdy) :
35 dsdx(dsdx), dtdx(dtdx), dsdy(dsdy), dtdy(dtdy) { }
37 float dsdx; member in struct:android::SpriteTransformationMatrix
43 return dsdx == other.dsdx
  /frameworks/native/include/private/gui/
LayerState.h 63 matrix.dsdx = matrix.dtdy = 1.0f;
72 float dsdx; member in struct:android::layer_state_t::matrix22_t
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 371 float dsdx = (float)screen_w/src_crop_width; local
376 if(dsdx > scaleLimitMax ||
378 dsdx < 1/scaleLimitMin ||
380 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
381 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
385 if(dsdx > copybitsMaxScale ||
387 dsdx < 1/copybitsMinScale ||
391 ALOGE("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
394 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
407 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 394 float dsdx = (float)screen_w/src_crop_width; local
399 if(dsdx > scaleLimitMax ||
401 dsdx < 1/scaleLimitMin ||
403 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
404 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
409 if(dsdx > copybitsMaxScale ||
411 dsdx < 1/copybitsMinScale ||
415 ALOGD("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
418 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
431 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /frameworks/native/include/gui/
SurfaceControl.h 69 status_t setMatrix(float dsdx, float dtdx, float dsdy, float dtdy);
SurfaceComposerClient.h 132 status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dsdy, float dtdy);
  /system/core/libpixelflinger/
raster.cpp 196 int32_t dsdx = Wcr / w; // dsdx = ((Wcr/w)/Wt)*Wt local
198 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx
201 texcoords[1] = dsdx;
scanline.cpp 686 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
725 tc[i].s += ti.dsdx;
2025 int32_t sq, tq, dsdx, dtdx; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
  /external/mesa3d/src/mesa/swrast/
s_span.h 194 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
s_span.c 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
440 GLfloat dsdx2 = (s + dsdx) / (q + dqdx) - s * invQ;
485 const GLfloat dsdx = span->attrStepX[attr][0]; local
492 GLfloat s = span->attrStart[attr][0] + span->leftClip * dsdx;
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
538 s += dsdx;
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
555 s += dsdx;
    [all...]
s_points.c 124 GLfloat s, r, dsdx; local
128 dsdx = 1.0F / size;
159 span.attrStepX[attr][0] = dsdx;
176 span.attrStepX[FRAG_ATTRIB_PNTC][0] = dsdx;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 469 float dsdx = (float)screen_w/(float)src_crop_width; local
474 if(dsdx > scaleLimitMax ||
476 dsdx < 1/scaleLimitMin ||
478 ALOGW("%s: greater than max supported size dsdx=%f dtdy=%f \
479 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
484 if(dsdx > copybitsMaxScale ||
486 dsdx < 1/copybitsMinScale ||
490 ALOGD("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
493 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
500 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 469 float dsdx = (float)screen_w/src_crop_width; local
474 if(dsdx > scaleLimitMax ||
476 dsdx < 1/scaleLimitMin ||
478 ALOGW("%s: greater than max supported size dsdx=%f dtdy=%f \
479 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
484 if(dsdx > copybitsMaxScale ||
486 dsdx < 1/copybitsMinScale ||
490 ALOGD("%s:%d::Need to scale twice dsdx=%f, dtdy=%f,copybitsMaxScale=%f,\
493 dsdx,dtdy,copybitsMaxScale,1/copybitsMinScale,screen_w,screen_h,
500 if (dsdx > copybitsMaxScale || dtdy > copybitsMaxScale )
    [all...]
  /frameworks/native/libs/gui/
SurfaceControl.cpp 137 status_t SurfaceControl::setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
140 return mClient->setMatrix(mHandle, dsdx, dtdx, dsdy, dtdy);
SurfaceComposerClient.cpp 155 float dsdx, float dtdx, float dsdy, float dtdy);
360 const sp<IBinder>& id, float dsdx, float dtdx,
368 matrix.dsdx = dsdx;
608 status_t SurfaceComposerClient::setMatrix(const sp<IBinder>& id, float dsdx, float dtdx,
610 return getComposer().setMatrix(this, id, dsdx, dtdx, dsdy, dtdy);
  /frameworks/base/core/java/android/view/
SurfaceControl.java 56 private static native void nativeSetMatrix(long nativeObject, float dsdx, float dtdx, float dsdy, float dtdy);
423 public void setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
425 nativeSetMatrix(mNativeObject, dsdx, dtdx, dsdy, dtdy);
IWindowSession.aidl 191 float dsdx, float dtdx, float dsdy, float dtdy);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 195 float dsdx, float dtdx, float dsdy, float dtdy) {
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 365 // s = (x * dsdx)>>16 + ydsdy
366 // s = (x * dsdx)>>16 + (y*dsdy)>>16 + s0
378 CONTEXT_LOAD(s.reg, generated_vars.texture[i].dsdx);
603 int dsdx = scratches.obtain(); local
609 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx);
611 ADD(AL, 0, s.reg, s.reg, dsdx);
619 scratches.recycle(dsdx);
682 int dsdx = scratches.obtain(); local
684 CONTEXT_LOAD(dsdx, generated_vars.texture[i].dsdx)
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 392 GGLfixed dsdx; member in struct:android::texture_iterators_t::__anon81100::__anon81101
486 int32_t dsdx; member in struct:android::generated_tex_vars_t
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 449 float dsdx, float dtdx, float dsdy, float dtdy) {
455 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); local
WindowStateAnimator.java 631 public void setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
632 if (dsdx != mDsdx || dtdx != mDtdx || dsdy != mDsdy || dtdy != mDtdy) {
633 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setMatrix(" + dsdx + "," + dtdx + ","
636 mDsdx = dsdx;
641 super.setMatrix(dsdx, dtdx, dsdy, dtdy);
    [all...]

Completed in 1015 milliseconds

1 2