Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DProgram.cpp155 glUniform2f(mCropCenterLoc, desc.cropSize.x / 2.0f, desc.cropSize.y / 2.0f); in setUniforms()
DGLESRenderEngine.cpp1332 mState.cropSize = half2(width, height); in setupCornerRadiusCropSize()
/frameworks/native/libs/renderengine/gl/
DProgram.cpp167 glUniform2f(mCropCenterLoc, desc.cropSize.x / 2.0f, desc.cropSize.y / 2.0f); in setUniforms()
DGLESRenderEngine.cpp1411 mState.cropSize = half2(width, height); in setupCornerRadiusCropSize()
/frameworks/av/media/libstagefright/renderfright/include/renderengine/private/
DDescription.h57 half2 cropSize; member
/frameworks/native/libs/renderengine/include/renderengine/private/
DDescription.h58 half2 cropSize; member