Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp91 SkISize fboSize; in onDraw() local
92 if (!GetFboDetails(canvas, &fboID, &fboSize)) { in onDraw()
118 fboSize = SkISize::Make(surfaceInfo.width(), surfaceInfo.height()); in onDraw()
140 info.width = fboSize.width(); in onDraw()
141 info.height = fboSize.height(); in onDraw()