/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.cpp | 52 if (blender != NULL) 53 delete blender; 106 blender = new Blend(); 107 blender->initialize(blendingType, stripType, width, height); 109 blender = NULL; 199 if (blender != NULL) 201 ret = blender->runBlend((MosaicFrame **) frames, (MosaicFrame **) rframes,
|
Mosaic.h | 75 * Main class that creates a mosaic by creating an aligner and blender. 86 * Creates the aligner and blender and initializes state. 205 * Pointer to blender. 207 Blend *blender; member in class:Mosaic
|
Blend.cpp | 409 // For WIDE mode, set the pixel masks to guide the blender to cross-fade [all...] |
/external/mesa3d/docs/ |
relnotes-7.0.2.html | 57 <li>Fixed Blender crash bug (12164) 64 <li>Fixed Blender crash in Unichrome driver (bug 13142)
|
modelers.html | 17 </li><li><a href="http://www.blender.org/" target="_parent">Blender</a> - 3-D animation
|
/external/webkit/Source/WebCore/svg/ |
SVGPathParserFactory.cpp | 247 SVGPathBlender* blender = globalSVGPathBlender(); local 248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder); 249 blender->cleanup();
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | 35 * Blender Foundation / www.bigbuckbunny.org, and are licensed under the Creative Commons
|
/packages/apps/Gallery2/res/values-nb/ |
strings.xml | 123 <string name="aperture" msgid="5920657630303915195">"Blender"</string>
|
/system/core/libpixelflinger/ |
scanline.cpp | [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 57 struct Blender { 61 }; // struct Blender 63 // In this array, the index of each Blender equals the value of the first 65 static const Blender gBlends[] = { 86 static const Blender gBlendsSwap[] = { [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_RLEaccel.c | 584 /* basic 16bpp blender. mask is the pixels to keep when adding. */ [all...] |