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

  /frameworks/native/include/private/gui/
LayerState.h 60 matrix.dsdy = matrix.dtdx = 0.0f;
69 float dtdx; member in struct:android::layer_state_t::matrix22_t
  /frameworks/base/services/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) { }
38 float dtdx; member in struct:android::SpriteTransformationMatrix
44 && dtdx == other.dtdx
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 367 // t = (x * dtdx)>>16 + ydtdy
368 // t = (x * dtdx)>>16 + (y*dtdy)>>16 + t0
380 CONTEXT_LOAD(t.reg, generated_vars.texture[i].dtdx);
604 int dtdx = scratches.obtain(); local
610 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx);
612 ADD(AL, 0, t.reg, t.reg, dtdx);
620 scratches.recycle(dtdx);
683 int dtdx = scratches.obtain(); local
685 CONTEXT_LOAD(dtdx, generated_vars.texture[i].dtdx)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 425 float dsdx, float dtdx, float dsdy, float dtdy) {
431 alpha, offx, offy, dsdx, dtdx, dsdy, dtdy); local
  /system/core/include/private/pixelflinger/
ggl_context.h 394 GGLfixed dtdx; member in struct:android::texture_iterators_t::__anon44043::__anon44044
485 int32_t dtdx; member in struct:android::generated_tex_vars_t
  /system/core/libpixelflinger/
scanline.cpp 671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
718 tc[i].t += ti.dtdx;
2009 int32_t sq, tq, dsdx, dtdx; local
    [all...]

Completed in 929 milliseconds