Home
last modified time | relevance | path

Searched refs:bufferWidth (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
97 if (cropRect->width() > 1 && cropRect->width() < bufferWidth) { in adjustCropForYUV()