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

  /frameworks/base/include/private/surfaceflinger/
LayerState.h 42 matrix.dsdx = matrix.dtdy = 1.0f;
53 float dtdy; member in struct:android::layer_state_t::matrix22_t
  /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/base/services/input/
SpriteController.h 35 inline SpriteTransformationMatrix() : dsdx(1.0f), dtdx(0.0f), dsdy(0.0f), dtdy(1.0f) { }
36 inline SpriteTransformationMatrix(float dsdx, float dtdx, float dsdy, float dtdy) :
37 dsdx(dsdx), dtdx(dtdx), dsdy(dsdy), dtdy(dtdy) { }
42 float dtdy; member in struct:android::SpriteTransformationMatrix
48 && dtdy == other.dtdy;
  /frameworks/base/opengl/libagl/
texture.cpp 727 int32_t dtdy =-Hcr / h; // dtdy = -((Hcr/h)/Ht)*Ht local
729 int32_t t0 = (Vcr+Hcr) - gglMulx(dtdy, y); // t0 = (Vcr+Hcr) - y*dtdy
735 texcoords[5] = dtdy;
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 375 GGLfixed dtdy; member in struct:android::texture_iterators_t::__anon30613::__anon30614

Completed in 264 milliseconds