Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/pdf/
DPdfRenderer.java430 int clipHeight = contentBottom - contentTop; in render() local
434 (float)clipHeight / getHeight()); in render()
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp664 const auto clipHeight = display.clip.height(); in initCanvas() local
666 auto rotatedClipHeight = clipHeight; in initCanvas()
681 canvas->translate(-clipWidth / 2, -clipHeight / 2); in initCanvas()