HomeSort by relevance Sort by last modified time
    Searched refs:dtdy (Results 1 - 25 of 36) 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) { }
40 float dtdy; member in struct:android::SpriteTransformationMatrix
46 && dtdy == other.dtdy;
  /frameworks/native/include/private/gui/
LayerState.h 63 matrix.dsdx = matrix.dtdy = 1.0f;
75 float dtdy; member in struct:android::layer_state_t::matrix22_t
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 372 float dtdy = (float)screen_h/src_crop_height; local
377 dtdy > scaleLimitMax ||
379 dtdy < 1/scaleLimitMin) {
380 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
381 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
386 dtdy > copybitsMaxScale ||
388 dtdy < 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 395 float dtdy = (float)screen_h/src_crop_height; local
400 dtdy > scaleLimitMax ||
402 dtdy < 1/scaleLimitMin) {
403 ALOGE("%s: greater than max supported size dsdx=%f dtdy=%f \
404 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
410 dtdy > copybitsMaxScale ||
412 dtdy < 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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 90 GLfloat t0, dtdy; local
130 dtdy = 1.0F / size;
131 t0 = 0.5F * dtdy;
135 dtdy = -1.0F / size;
136 t0 = 1.0F + 0.5F * dtdy;
165 span.attrStepY[attr][1] = dtdy;
179 span.attrStepY[FRAG_ATTRIB_PNTC][1] = dtdy;
233 tcoord += dtdy;
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,
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
443 GLfloat dtdy2 = (t + dtdy) / (q + dqdy) - t * invQ;
488 const GLfloat dtdy = span->attrStepY[attr][1]; local
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 90 GLfloat t0, dtdy; local
130 dtdy = 1.0F / size;
131 t0 = 0.5F * dtdy;
135 dtdy = -1.0F / size;
136 t0 = 1.0F + 0.5F * dtdy;
165 span.attrStepY[attr][1] = dtdy;
179 span.attrStepY[FRAG_ATTRIB_PNTC][1] = dtdy;
233 tcoord += dtdy;
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,
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy,
443 GLfloat dtdy2 = (t + dtdy) / (q + dqdy) - t * invQ;
488 const GLfloat dtdy = span->attrStepY[attr][1]; local
535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy,
    [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 197 int32_t dtdy = Hcr / h; // dtdy = ((Hcr/h)/Ht)*Ht local
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy
205 texcoords[5] = dtdy;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 470 float dtdy = (float)screen_h/(float)src_crop_height; local
475 dtdy > scaleLimitMax ||
477 dtdy < 1/scaleLimitMin) {
478 ALOGW("%s: greater than max supported size dsdx=%f dtdy=%f \
479 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
485 dtdy > copybitsMaxScale ||
487 dtdy < 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 470 float dtdy = (float)screen_h/src_crop_height; local
475 dtdy > scaleLimitMax ||
477 dtdy < 1/scaleLimitMin) {
478 ALOGW("%s: greater than max supported size dsdx=%f dtdy=%f \
479 scaleLimitMax=%f scaleLimitMin=%f", __FUNCTION__,dsdx,dtdy,
485 dtdy > copybitsMaxScale ||
487 dtdy < 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);
361 float dsdy, float dtdy) {
371 matrix.dtdy = dtdy;
609 float dsdy, float dtdy) {
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) {
  /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) {
634 + dsdy + "," + dtdy + "): OLD:" + this + ". Called by "
639 mDtdy = dtdy;
641 super.setMatrix(dsdx, dtdx, dsdy, dtdy);
    [all...]
WindowState.java 814 boolean isIdentityMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
816 if (dtdy < .99999f || dtdy > 1.00001f) return false;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 397 GGLfixed dtdy; member in struct:android::texture_iterators_t::__anon81100::__anon81101
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 294 jfloat dsdx, jfloat dtdx, jfloat dsdy, jfloat dtdy) {
296 status_t err = ctrl->setMatrix(dsdx, dtdx, dsdy, dtdy);

Completed in 526 milliseconds

1 2