OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blurImage
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.h
223
void
blurImage
(uint8_t** image, int32_t width, int32_t height, int32_t radius);
FontRenderer.cpp
650
blurImage
(&dataBuffer, paddedWidth, paddedHeight, radius);
728
void FontRenderer::
blurImage
(uint8_t** image, int32_t width, int32_t height, int32_t radius) {
Completed in 69 milliseconds