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

  /external/skia/src/gpu/effects/
GrTextureDomain.h 65 SkScalar hInv = SK_Scalar1 / texture->height();
68 texelRect.fTop * hInv,
70 texelRect.fBottom * hInv
78 SkScalar hInv = SK_Scalar1 / texture->height();
82 (texelRect.fTop + inset) * hInv,
84 (texelRect.fBottom - inset) * hInv
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 118 milliseconds