Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DMovie.h57 int fHeight; member
DMovieImpl.cpp43 return fInfo.fHeight; in height()
DGIFMovie.cpp96 info->fHeight = fGIF->SHeight; in onGetInfo()
/frameworks/native/libs/renderengine/skia/
DCache.cpp347 const Rect displayRect(0, 0, bounds.fWidth, bounds.fHeight); in primeShaderCache()
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp247 mat4.translate(translate.fWidth, translate.fHeight); in RENDERTHREAD_SKIA_PIPELINE_TEST()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp734 size.fHeight = ANativeWindow_getHeight(anw); in getNextFrameSize()