Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPixelBuffer.h159 static uint32_t formatAlphaOffset(GLenum format) { in formatAlphaOffset() function
/frameworks/base/libs/hwui/font/
DFont.cpp214 uint32_t alpha_channel_offset = PixelBuffer::formatAlphaOffset(pixelBuffer->getFormat()); in drawCachedGlyphBitmap()