Home
last modified time | relevance | path

Searched defs:formatSize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DPixelBuffer.h161 static uint32_t formatSize(GLenum format) { in formatSize() function
DRenderBuffer.h127 static uint32_t formatSize(GLenum format) { in formatSize() function
DFontRenderer.cpp328 const size_t formatSize = PixelBuffer::formatSize(GL_RGBA); in cacheBitmap() local
/frameworks/base/tools/aapt2/util/
DUtil.h131 inline ::std::function<::std::ostream&(::std::ostream&)> formatSize(size_t size) { in formatSize() function
/frameworks/base/libs/hwui/font/
DFont.cpp214 uint32_t formatSize = PixelBuffer::formatSize(pixelBuffer->getFormat()); in drawCachedGlyphBitmap() local