Searched refs:blend (Results 1 - 25 of 367) sorted by last modified time

1234567891011>>

/external/skia/samplecode/
H A DTransitionView.cpp161 SkScalar blend[] = { 0.8f, 0.0f, local
163 fInterp.setKeyFrame(0, SkTime::GetMSecs(), fBegin, blend);
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend);
/external/skia/src/animator/
H A DSkAnimateActive.cpp324 fInterpolators[index]->setKeyFrame(0, 0, existingValues.begin(), animate->blend[0]);
325 fInterpolators[index]->setKeyFrame(1, fState[index].fDuration, to, animate->blend[0]);
384 interpolator.setKeyFrame(0, 0, from, animate->blend[0]);
385 interpolator.setKeyFrame(1, duration, from, animate->blend[0]);
389 int blendIndex = SkMin32(animate->blend.count() - 1, entry);
391 animate->blend[blendIndex]);
H A DSkAnimateBase.cpp21 SK_MEMBER_ARRAY(blend, Float),
45 blend.setCount(1);
46 blend[0] = SK_Scalar1;
H A DSkAnimateBase.h51 SkTDScalarArray blend; member in class:SkAnimateBase
H A DSkAnimateField.cpp49 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
50 SkDebugf("blend=\"[");
52 for (int i = 0; i < blend.count(); i++) {
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
H A DSkDisplayRandom.cpp21 SK_MEMBER(blend, Float),
32 SkDisplayRandom::SkDisplayRandom() : blend(0), min(0), max(SK_Scalar1) {
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
49 SkScalar relativeT = SkUnitCubicInterp(random, SK_Scalar1 - blend, 0, 0, SK_Scalar1 - blend);
H A DSkDisplayRandom.h34 SkScalar blend; member in class:SkDisplayRandom
H A DSkOperandInterpolator.h30 @param blend A positive scalar specifying how to blend between this and the next key frame.
31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
32 1 is a linear blend (default)
33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
H A DSkOperandIterpolator.cpp39 bool SkOperandInterpolator::setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend) argument
42 blend = SkScalarPin(blend, 0, SK_Scalar1);
49 timeCode->fBlend[0] = SK_Scalar1 - blend;
52 timeCode->fBlend[3] = SK_Scalar1 - blend;
/external/skia/src/effects/
H A DSkArithmeticMode.cpp90 static int blend(int src, int dst, int scale) { function
165 a = blend(a, SkGetPackedA32(sc), scale);
166 r = blend(r, SkGetPackedR32(sc), scale);
167 g = blend(g, SkGetPackedG32(sc), scale);
168 b = blend(b, SkGetPackedB32(sc), scale);
/external/skia/src/utils/
H A DSkInterpolator.cpp41 <blend>
62 SkMSec nextTime, const SkScalar blend[4]) {
67 return blend ?
68 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t;
162 const SkScalar values[], const SkScalar blend[4]) {
165 if (blend == NULL) {
166 blend
61 ComputeRelativeT(SkMSec time, SkMSec prevTime, SkMSec nextTime, const SkScalar blend[4]) argument
161 setKeyFrame(int index, SkMSec time, const SkScalar values[], const SkScalar blend[4]) argument
[all...]
/external/skia/tests/
H A DBlendTest.cpp13 // We want a single channel blend, src over dst, assuming src is premultiplied by srcAlpha.
30 const uint8_t blend = algorithm(dst, src, alpha);
31 if (abs_diff(blend, golden) > maxDiff) {
33 dst, src, alpha, blend, golden, maxDiff);
34 ASSERT(abs_diff(blend, golden) <= maxDiff);
H A DBlitRowTest.cpp139 bool blend = (k & 2) != 0; local
140 if (gSrcRec[j].fSrc != 0 && blend) {
146 paint.setAlpha(blend ? 0x80 : 0xFF);
150 SkDebugf("--- src index %d dither %d blend %d\n", j, dither, blend);
/external/sepolicy/
H A Daccess_vectors474 blend
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp674 uint8_t blend = old > pix ? old : pix;
675 *resultPtr++ = blend;
/external/skia/gm/
H A Dimagefiltersgraph.cpp181 SkAutoTUnref<SkImageFilter> blend(
185 paint.setImageFilter(blend);
H A Dpathopsinverse.cpp25 SkColor blendColor = blend(oneColor, twoColor);
37 SkColor blend(SkColor one, SkColor two) { function in class:skiagm::PathOpsInverseGM
/external/skia/include/utils/
H A DSkInterpolator.h71 SkMSec nextTime, const SkScalar blend[4] = NULL);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = NULL);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/qemu/android/skin/
H A Dimage.c183 h += desc->blend * 7;
194 a->blend == b->blend &&
476 desc->blend == SKIN_BLEND_FULL)
489 desc0.blend = SKIN_BLEND_FULL;
518 if (desc->blend != SKIN_BLEND_FULL)
519 blend_image( node->pixels, node->pixels, node->w, node->h, desc->blend );
580 desc.blend = SKIN_BLEND_FULL;
665 int blend )
674 blend
[all...]
H A Dimage.h35 int blend; /* blending, 0..256 value */ member in struct:SkinImageDesc
87 int blend );
90 extern void skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend );
H A Dwindow.c173 display_set_onion( ADisplay* disp, SkinImage* onion, SkinRotation rotation, int blend )
182 disp->onion = skin_image_clone_full( onion, rotation, blend );
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c1177 blend,
1189 mode = blend;
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpsaux.h647 PS_Blend blend,
689 PS_Blend blend; /* for multiple master support */ member in struct:T1_DecoderRec_
H A Dt1types.h209 PS_Blend blend; member in struct:T1_FaceRec_

Completed in 382 milliseconds

1234567891011>>