Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java32 private final int unscaledHeight; field in TextureBufferImpl
69 private TextureBufferImpl(int unscaledWidth, int unscaledHeight, int width, int height, Type type, in TextureBufferImpl() argument
73 this.unscaledHeight = unscaledHeight; in TextureBufferImpl()
140 (int) Math.round(unscaledHeight * cropHeight / (float) height), scaleWidth, scaleHeight); in cropAndScale()
156 return unscaledHeight; in getUnscaledHeight()
180 int unscaledHeight, int scaledWidth, int scaledHeight) { in applyTransformMatrix() argument
184 return new TextureBufferImpl(unscaledWidth, unscaledHeight, scaledWidth, scaledHeight, type, id, in applyTransformMatrix()
/external/skqp/experimental/docs/
DcanvasBackend.js159 var unscaledHeight = canvas.height;
161 canvas.height = unscaledHeight * resScale;
163 canvas.style.height = unscaledHeight + 'px';
/external/skia/experimental/docs/
DcanvasBackend.js159 var unscaledHeight = canvas.height;
161 canvas.height = unscaledHeight * resScale;
163 canvas.style.height = unscaledHeight + 'px';