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

  /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;
  /frameworks/native/include/private/gui/
LayerState.h 59 matrix.dsdx = matrix.dtdy = 1.0f;
71 float dtdy; 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) { }
40 float dtdy; member in struct:android::SpriteTransformationMatrix
46 && dtdy == other.dtdy;
  /frameworks/native/opengl/libagl/
texture.cpp 726 int32_t dtdy =-Hcr / h; // dtdy = -((Hcr/h)/Ht)*Ht local
728 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
734 texcoords[5] = dtdy;
    [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 395 GGLfixed dtdy; member in struct:android::texture_iterators_t::__anon44043::__anon44044

Completed in 141 milliseconds