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

  /frameworks/base/include/private/surfaceflinger/
LayerState.h 41 matrix.dsdx = matrix.dtdy = 1.0f;
52 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/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::__anon17359::__anon17360

Completed in 321 milliseconds