HomeSort by relevance Sort by last modified time
    Searched refs:fDirection (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/animator/
SkDrawEmboss.cpp 16 SK_MEMBER_ARRAY(fDirection, Float),
26 fDirection.setCount(3);
30 if (fSigma < 0 || fDirection.count() !=3)
32 return SkBlurMaskFilter::CreateEmboss(fSigma, fDirection.begin(),
SkDrawEmboss.h 20 SkTDScalarArray fDirection;
  /external/skia/src/animator/
SkDrawEmboss.cpp 16 SK_MEMBER_ARRAY(fDirection, Float),
26 fDirection.setCount(3);
30 if (fSigma < 0 || fDirection.count() !=3)
32 return SkBlurMaskFilter::CreateEmboss(fSigma, fDirection.begin(),
SkDrawEmboss.h 20 SkTDScalarArray fDirection;
  /external/chromium_org/third_party/skia/src/gpu/effects/
Gr1DKernelEffect.h 35 , fDirection(direction)
44 Direction direction() const { return fDirection; }
48 Direction fDirection;
GrConvolutionEffect.cpp 37 Gr1DKernelEffect::Direction direction() const { return fDirection; }
41 Gr1DKernelEffect::Direction fDirection;
55 fDirection = c.direction();
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 35 , fDirection(direction)
44 Direction direction() const { return fDirection; }
48 Direction fDirection;
GrConvolutionEffect.cpp 36 Gr1DKernelEffect::Direction direction() const { return fDirection; }
40 Gr1DKernelEffect::Direction fDirection;
54 fDirection = c.direction();
  /external/chromium_org/third_party/skia/src/effects/
SkEmbossMaskFilter.cpp 50 memcpy(light.fDirection, direction, sizeof(light.fDirection));
70 normalize(fLight.fDirection);
109 matrix.mapVectors((SkVector*)(void*)light.fDirection,
110 (SkVector*)(void*)fLight.fDirection, 1);
114 SkVector* vec = (SkVector*)(void*)light.fDirection;
115 vec->setLength(light.fDirection[0],
116 light.fDirection[1],
117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1]))
    [all...]
SkEmbossMask.cpp 88 SkFixed lx = SkScalarToFixed(light.fDirection[0]);
89 SkFixed ly = SkScalarToFixed(light.fDirection[1]);
90 SkFixed lz = SkScalarToFixed(light.fDirection[2]);
  /external/skia/src/effects/
SkEmbossMaskFilter.cpp 50 memcpy(light.fDirection, direction, sizeof(light.fDirection));
70 normalize(fLight.fDirection);
109 matrix.mapVectors((SkVector*)(void*)light.fDirection,
110 (SkVector*)(void*)fLight.fDirection, 1);
114 SkVector* vec = (SkVector*)(void*)light.fDirection;
115 vec->setLength(light.fDirection[0],
116 light.fDirection[1],
117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1]))
    [all...]
SkEmbossMask.cpp 88 SkFixed lx = SkScalarToFixed(light.fDirection[0]);
89 SkFixed ly = SkScalarToFixed(light.fDirection[1]);
90 SkFixed lz = SkScalarToFixed(light.fDirection[2]);
  /external/chromium_org/third_party/skia/samplecode/
SampleEmboss.cpp 32 fLight.fDirection[0] = SK_Scalar1;
33 fLight.fDirection[1] = SK_Scalar1;
34 fLight.fDirection[2] = SK_Scalar1;
  /external/skia/samplecode/
SampleEmboss.cpp 32 fLight.fDirection[0] = SK_Scalar1;
33 fLight.fDirection[1] = SK_Scalar1;
34 fLight.fDirection[2] = SK_Scalar1;
  /external/chromium_org/third_party/skia/include/effects/
SkEmbossMaskFilter.h 20 SkScalar fDirection[3]; // x,y,z
  /external/skia/include/effects/
SkEmbossMaskFilter.h 20 SkScalar fDirection[3]; // x,y,z
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 326 const UBiDiDirection fDirection;
680 return fDirection;
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 245 light.fDirection[0] = SK_Scalar1/2;
246 light.fDirection[1] = SK_Scalar1/2;
247 light.fDirection[2] = SK_Scalar1/3;
253 light.fDirection[0] = -light.fDirection[0];
254 light.fDirection[1] = -light.fDirection[1];
257 light.fDirection[2] += SK_Scalar1/4;
SkTouchGesture.cpp 53 fDirection.set(sx, sy);
54 fSpeed0 = SkPoint::Normalize(&fDirection);
58 unit_axis_align(&fDirection);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
79 float tx = fDirection.fX * dist;
80 float ty = fDirection.fY * dist;
  /external/skia/src/views/
SkWidgets.cpp 245 light.fDirection[0] = SK_Scalar1/2;
246 light.fDirection[1] = SK_Scalar1/2;
247 light.fDirection[2] = SK_Scalar1/3;
253 light.fDirection[0] = -light.fDirection[0];
254 light.fDirection[1] = -light.fDirection[1];
257 light.fDirection[2] += SK_Scalar1/4;
SkTouchGesture.cpp 53 fDirection.set(sx, sy);
54 fSpeed0 = SkPoint::Normalize(&fDirection);
58 unit_axis_align(&fDirection);
59 // printf("---- speed %g dir %g %g\n", fSpeed0, fDirection.fX, fDirection.fY);
79 float tx = fDirection.fX * dist;
80 float ty = fDirection.fY * dist;
  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 24 SkPoint fDirection;
  /external/skia/include/views/
SkTouchGesture.h 24 SkPoint fDirection;
  /external/skia/src/core/
SkPath.cpp 41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
45 fPath->fDirection = fSaved;
142 fDirection = kUnknown_Direction;
180 fDirection = that.fDirection;
198 SkTSwap<uint8_t>(fDirection, that.fDirection);
656 fDirection = kUnknown_Direction; \
837 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection);
45 fPath->fDirection = fSaved;
142 fDirection = kUnknown_Direction;
180 fDirection = that.fDirection;
198 SkTSwap<uint8_t>(fDirection, that.fDirection);
656 fDirection = kUnknown_Direction; \
839 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction;
    [all...]

Completed in 619 milliseconds

1 2