Home
last modified time | relevance | path

Searched refs:fDirection (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/src/effects/
DSkEmbossMaskFilter.cpp50 memcpy(light.fDirection, direction, sizeof(light.fDirection)); in CreateEmboss()
70 normalize(fLight.fDirection); in SkEmbossMaskFilter()
109 matrix.mapVectors((SkVector*)(void*)light.fDirection, in filterMask()
110 (SkVector*)(void*)fLight.fDirection, 1); in filterMask()
114 SkVector* vec = (SkVector*)(void*)light.fDirection; in filterMask()
115 vec->setLength(light.fDirection[0], in filterMask()
116 light.fDirection[1], in filterMask()
117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1])); in filterMask()
149 str->appendScalar(fLight.fDirection[0]); in toString()
151 str->appendScalar(fLight.fDirection[1]); in toString()
[all …]
DSkEmbossMask.cpp88 SkFixed lx = SkScalarToFixed(light.fDirection[0]); in Emboss()
89 SkFixed ly = SkScalarToFixed(light.fDirection[1]); in Emboss()
90 SkFixed lz = SkScalarToFixed(light.fDirection[2]); in Emboss()
/external/chromium_org/third_party/skia/src/effects/
DSkEmbossMaskFilter.cpp50 memcpy(light.fDirection, direction, sizeof(light.fDirection)); in CreateEmboss()
70 normalize(fLight.fDirection); in SkEmbossMaskFilter()
109 matrix.mapVectors((SkVector*)(void*)light.fDirection, in filterMask()
110 (SkVector*)(void*)fLight.fDirection, 1); in filterMask()
114 SkVector* vec = (SkVector*)(void*)light.fDirection; in filterMask()
115 vec->setLength(light.fDirection[0], in filterMask()
116 light.fDirection[1], in filterMask()
117 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1])); in filterMask()
158 str->appendScalar(fLight.fDirection[0]); in toString()
160 str->appendScalar(fLight.fDirection[1]); in toString()
[all …]
DSkEmbossMask.cpp88 SkFixed lx = SkScalarToFixed(light.fDirection[0]); in Emboss()
89 SkFixed ly = SkScalarToFixed(light.fDirection[1]); in Emboss()
90 SkFixed lz = SkScalarToFixed(light.fDirection[2]); in Emboss()
/external/skia/src/animator/
DSkDrawEmboss.cpp16 SK_MEMBER_ARRAY(fDirection, Float),
26 fDirection.setCount(3); in SkDrawEmboss()
30 if (fSigma < 0 || fDirection.count() !=3) in getMaskFilter()
32 return SkBlurMaskFilter::CreateEmboss(fSigma, fDirection.begin(), in getMaskFilter()
DSkDrawEmboss.h20 SkTDScalarArray fDirection;
/external/chromium_org/third_party/skia/src/animator/
DSkDrawEmboss.cpp16 SK_MEMBER_ARRAY(fDirection, Float),
26 fDirection.setCount(3); in SkDrawEmboss()
30 if (fSigma < 0 || fDirection.count() !=3) in getMaskFilter()
32 return SkBlurMaskFilter::CreateEmboss(fSigma, fDirection.begin(), in getMaskFilter()
DSkDrawEmboss.h20 SkTDScalarArray fDirection;
/external/skia/src/gpu/effects/
DGr1DKernelEffect.h35 , fDirection(direction) in Gr1DKernelEffect()
44 Direction direction() const { return fDirection; } in direction()
48 Direction fDirection;
DGrConvolutionEffect.cpp36 Gr1DKernelEffect::Direction direction() const { return fDirection; } in direction()
40 Gr1DKernelEffect::Direction fDirection; member in GrGLConvolutionEffect
54 fDirection = c.direction(); in GrGLConvolutionEffect()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGr1DKernelEffect.h35 , fDirection(direction) in Gr1DKernelEffect()
44 Direction direction() const { return fDirection; } in direction()
48 Direction fDirection;
DGrConvolutionEffect.cpp37 Gr1DKernelEffect::Direction direction() const { return fDirection; } in direction()
41 Gr1DKernelEffect::Direction fDirection; member in GrGLConvolutionEffect
55 fDirection = c.direction(); in GrGLConvolutionEffect()
/external/chromium_org/third_party/skia/samplecode/
DSampleEmboss.cpp32 fLight.fDirection[0] = SK_Scalar1; in EmbossView()
33 fLight.fDirection[1] = SK_Scalar1; in EmbossView()
34 fLight.fDirection[2] = SK_Scalar1; in EmbossView()
/external/skia/samplecode/
DSampleEmboss.cpp32 fLight.fDirection[0] = SK_Scalar1; in EmbossView()
33 fLight.fDirection[1] = SK_Scalar1; in EmbossView()
34 fLight.fDirection[2] = SK_Scalar1; in EmbossView()
/external/skia/src/views/
DSkWidgets.cpp245 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;
DSkTouchGesture.cpp53 fDirection.set(sx, sy); in reset()
54 fSpeed0 = SkPoint::Normalize(&fDirection); in reset()
58 unit_axis_align(&fDirection); in reset()
79 float tx = fDirection.fX * dist; in evaluateMatrix()
80 float ty = fDirection.fY * dist; in evaluateMatrix()
/external/chromium_org/third_party/skia/src/views/
DSkWidgets.cpp245 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;
DSkTouchGesture.cpp53 fDirection.set(sx, sy); in reset()
54 fSpeed0 = SkPoint::Normalize(&fDirection); in reset()
58 unit_axis_align(&fDirection); in reset()
79 float tx = fDirection.fX * dist; in evaluateMatrix()
80 float ty = fDirection.fY * dist; in evaluateMatrix()
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h326 const UBiDiDirection fDirection; variable
680 return fDirection; in getDirection()
719 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
725 …: UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), … in VisualRun()
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount), in VisualRun()
/external/skia/src/core/
DSkPath.cpp41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection); in SkAutoDisableDirectionCheck()
45 fPath->fDirection = fSaved; in ~SkAutoDisableDirectionCheck()
142 fDirection = kUnknown_Direction; in resetFields()
180 fDirection = that.fDirection; in copyFields()
198 SkTSwap<uint8_t>(fDirection, that.fDirection); in swap()
656 fDirection = kUnknown_Direction; \
837 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; in addRect()
1098 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; in addRRect()
1172 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; in addRoundRect()
1257 fDirection = dir; in addOval()
[all …]
/external/chromium_org/third_party/skia/src/core/
DSkPath.cpp41 fSaved = static_cast<SkPath::Direction>(fPath->fDirection); in SkAutoDisableDirectionCheck()
45 fPath->fDirection = fSaved; in ~SkAutoDisableDirectionCheck()
142 fDirection = kUnknown_Direction; in resetFields()
180 fDirection = that.fDirection; in copyFields()
198 SkTSwap<uint8_t>(fDirection, that.fDirection); in swap()
656 fDirection = kUnknown_Direction; \
839 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; in addRect()
1095 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; in addRRect()
1163 fDirection = dir; in addOval()
1165 fDirection = kUnknown_Direction; in addOval()
[all …]
/external/chromium_org/third_party/skia/include/effects/
DSkEmbossMaskFilter.h20 SkScalar fDirection[3]; // x,y,z member
/external/skia/include/effects/
DSkEmbossMaskFilter.h20 SkScalar fDirection[3]; // x,y,z member
/external/chromium_org/third_party/skia/include/views/
DSkTouchGesture.h24 SkPoint fDirection;
/external/skia/include/views/
DSkTouchGesture.h24 SkPoint fDirection;

12