HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 176 - 200 of 1044) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 814 PS_Blend blend = decoder->blend; local
820 if ( !blend )
828 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
858 for ( mm = 1; mm < blend->num_designs; mm++ )
859 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
874 PS_Blend blend = decoder->blend; local
877 if ( arg_cnt != 1 || blend == NULL )
883 idx + blend->num_designs > decoder->len_buildchar
942 PS_Blend blend = decoder->blend; local
963 PS_Blend blend = decoder->blend; local
    [all...]
  /external/freetype/src/psaux/
t1decode.c 814 PS_Blend blend = decoder->blend; local
820 if ( !blend )
828 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
858 for ( mm = 1; mm < blend->num_designs; mm++ )
859 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );
874 PS_Blend blend = decoder->blend; local
877 if ( arg_cnt != 1 || blend == NULL )
883 idx + blend->num_designs > decoder->len_buildchar
942 PS_Blend blend = decoder->blend; local
963 PS_Blend blend = decoder->blend; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 32 // Blend from background to |kDividerGrayscale| and back to
  /external/chromium_org/cc/output/
filter_operations.cc 155 FilterOperations FilterOperations::Blend(const FilterOperations& from,
181 FilterOperation::Blend(&from.at(i), &at(i), progress));
187 FilterOperation::Blend(&from.at(i), NULL, progress));
191 blended_filters.Append(FilterOperation::Blend(NULL, &at(i), progress));
  /external/chromium_org/chrome/browser/ui/cocoa/
background_gradient_view.h 26 // Otherwise the background image could be semi-transparent and blend against
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.h 15 // Blend parameters for the dialog prompt bar.
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 15 bool blend; member in struct:EnableFlags
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 62 bool blend; member in struct:gl::BlendState
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.h 23 D3DBLEND ConvertBlendFunc(GLenum blend);
  /external/chromium_org/third_party/libwebp/
README.chromium 27 6284854b Support for "Do not blend" in mux and demux libraries
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_program.h 43 struct pipe_blend_state blend; member in struct:program
  /external/chromium_org/tools/perf/page_sets/tough_layer_cases/
opacity.html 31 how to blend the offscreen rendering into the current composite rendering.
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h 44 virtual void setBlendBackgroundColor(bool blend);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlender.java 50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext); method in interface:TextureBlender
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java 104 float blend = (time - times[startFrame]) / (times[endFrame] - times[startFrame]); local
120 tempQ.nlerp(tempQ2, blend);
121 tempV.interpolate(tempV2, blend);
122 tempS.interpolate(tempS2, blend);
  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Blur/
RadialBlur.frag 44 //Blend the original color with the averaged pixels
RadialBlur15.frag 47 //Blend the original color with the averaged pixels
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 43 struct pipe_blend_state blend; member in struct:program
  /frameworks/native/cmds/flatland/
Flatland.h 58 Composer* blend();
  /frameworks/native/opengl/tests/gl_perf/
filltest.cpp 43 printf("\nvarColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\n");
  /packages/apps/Camera/jni/
Android.mk 19 feature_mos/src/mosaic/Blend.cpp \
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
213 Blend *blender;
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
213 Blend *blender;
  /packages/apps/LegacyCamera/jni/
Android.mk 19 feature_mos/src/mosaic/Blend.cpp \
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 28 #include "Blend.h"
42 int blendingType = Blend::BLEND_TYPE_CYLPAN;
43 int stripType = Blend::STRIP_TYPE_THIN;
207 Blend *blender;

Completed in 724 milliseconds

1 2 3 4 5 6 78 91011>>