Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java134 final int cropYFromBottom = height - (cropY + cropHeight); in cropAndScale() local
135 cropAndScaleMatrix.preTranslate(cropX / (float) width, cropYFromBottom / (float) height); in cropAndScale()