Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp80 static void adjustCropForYUV(uint32_t format, int bufferWidth, int bufferHeight, SkRect* cropRect) { in adjustCropForYUV() argument
101 if (cropRect->height() > 1 && cropRect->height() < bufferHeight) { in adjustCropForYUV()