Searched refs:kBufferWidth (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RefreshRateOverlay.cpp | 48 return {kBufferHeight, kBufferWidth}; in draw() 50 canvasTransform.setRotate(270.f, kBufferWidth / 2.f, kBufferWidth / 2.f); in draw() 51 return {kBufferHeight, kBufferWidth}; in draw() 53 return {kBufferWidth, kBufferHeight}; in draw() 265 .setMatrix(mSurfaceControl->get(), frame.getWidth() / static_cast<float>(kBufferWidth), in setViewport()
|
D | HdrSdrRatioOverlay.cpp | 47 const int32_t bufferWidth = kBufferWidth; in draw() 48 const int32_t bufferHeight = kBufferWidth; in draw() 145 .setMatrix(mSurfaceControl->get(), frame.getWidth() / static_cast<float>(kBufferWidth), in setViewport()
|
/frameworks/native/services/surfaceflinger/Utils/ |
D | OverlayUtils.h | 40 inline constexpr int kBufferWidth = kMaxDigits * kDigitWidth + (kMaxDigits - 1) * kDigitSpace; variable 62 ->createSurface(name, kBufferWidth, kBufferHeight, PIXEL_FORMAT_RGBA_8888, in createSurfaceControlHolder()
|