Searched refs:adjust_params (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrSurface.cpp | 73 template<typename T> static bool adjust_params(int surfaceWidth, in adjust_params() function 105 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data, in AdjustReadPixelParams() 115 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, in AdjustWritePixelParams()
|