Searched defs:hInv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureDomain.h61 SkScalar hInv = SK_Scalar1 / texture->height(); local
64 texelRect.fTop * hInv,
66 texelRect.fBottom * hInv
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h53 SkScalar hInv = SK_Scalar1 / texture->height(); local
56 texelRect.fTop * hInv,
58 texelRect.fBottom * hInv

Completed in 102 milliseconds