OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjust_params
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrSurface.cpp
94
template<typename T> static bool
adjust_params
(int surfaceWidth,
function
126
return
adjust_params
<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
136
return
adjust_params
<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
/external/skqp/src/gpu/
GrSurface.cpp
94
template<typename T> static bool
adjust_params
(int surfaceWidth,
function
126
return
adjust_params
<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
136
return
adjust_params
<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
Completed in 527 milliseconds