OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:horizontalblur
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
BloomFilter.java
87
private Pass
horizontalBlur
= new Pass();
147
horizontalBlur
= new Pass() {
157
horizontalBlur
.init(renderManager.getRenderer(), screenWidth, screenHeight, Format.RGBA8, Format.Depth, 1, hBlurMat);
158
postRenderPasses.add(
horizontalBlur
);
166
vBlurMat.setTexture("Texture",
horizontalBlur
.getRenderedTexture());
/frameworks/base/libs/hwui/
FontRenderer.h
217
static void
horizontalBlur
(float* weights, int32_t radius, const uint8_t *source, uint8_t *dest,
Completed in 579 milliseconds