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