Home
last modified time | relevance | path

Searched refs:boundsY (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/
DSkMagnifierImageFilter.cpp286 int boundsY = (texture->origin() == kTopLeft_GrSurfaceOrigin) ? bounds.y() : in asFragmentProcessor() local
290 SkIntToScalar(boundsY) / texture->height(), in asFragmentProcessor()