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

  /frameworks/native/include/private/gui/
LayerState.h 42 matrix.dsdx = matrix.dtdy = 1.0f;
54 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 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...]
  /system/core/include/private/pixelflinger/
ggl_context.h 375 GGLfixed dtdy; member in struct:android::texture_iterators_t::__anon36435::__anon36436

Completed in 78 milliseconds