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

  /external/skia/src/gpu/effects/
GrTextureDomain.h 64 SkScalar wInv = SK_Scalar1 / texture->width();
67 texelRect.fLeft * wInv,
69 texelRect.fRight * wInv,
77 SkScalar wInv = SK_Scalar1 / texture->width();
81 (texelRect.fLeft + inset) * wInv,
83 (texelRect.fRight - inset) * wInv,
  /external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp 432 SkScalar wInv = SkScalarMul(normA.fX, normB.fY) -
434 wInv = SkScalarInvert(wInv);
437 result->fX = SkScalarMul(result->fX, wInv);
440 result->fY = SkScalarMul(result->fY, wInv);
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 988 GLfloat wInv = (GLfloat)1.0 / light->_Position[3];
989 light->_Position[0] *= wInv;
990 light->_Position[1] *= wInv;
991 light->_Position[2] *= wInv;
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 224 milliseconds