/frameworks/native/include/private/gui/ |
LayerState.h | 59 matrix.dsdy = matrix.dtdx = 0.0f; 69 float dsdy; 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) { } 39 float dsdy; member in struct:android::SpriteTransformationMatrix 45 && dsdy == other.dsdy
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, 420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); 436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, 442 GLfloat dsdy2 = (s + dsdy) / (q + dqdy) - s * invQ; 486 const GLfloat dsdy = span->attrStepY[attr][0]; local 535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy, 552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy, [all...] |
s_texfilter.c | 1887 const GLfloat dsdy = span->attrStepY[attr][0]; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 414 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, 420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ); 436 _swrast_compute_lambda(GLfloat dsdx, GLfloat dsdy, GLfloat dtdx, GLfloat dtdy, 442 GLfloat dsdy2 = (s + dsdy) / (q + dqdy) - s * invQ; 486 const GLfloat dsdy = span->attrStepY[attr][0]; local 535 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy, 552 lambda[i] = _swrast_compute_lambda(dsdx, dsdy, dtdx, dtdy, [all...] |