Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h264 struct FrameMetricsInfo { struct
335 RingBuffer<FrameMetricsInfo, 4> mLast4FrameMetricsInfos
H A DCanvasContext.cpp723 FrameMetricsInfo& next = mLast4FrameMetricsInfos.next(); in draw()