/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 | 36 Gr1DKernelEffect::Direction direction() const { return fDirection; } 40 Gr1DKernelEffect::Direction fDirection; 54 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 | 47 memcpy(light.fDirection, direction, sizeof(light.fDirection)); 67 normalize(fLight.fDirection); 72 normalize(fLight.fDirection); 114 matrix.mapVectors((SkVector*)(void*)light.fDirection, 115 (SkVector*)(void*)fLight.fDirection, 1); 119 SkVector* vec = (SkVector*)(void*)light.fDirection; 120 vec->setLength(light.fDirection[0], 121 light.fDirection[1], 122 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 | 47 memcpy(light.fDirection, direction, sizeof(light.fDirection)); 67 normalize(fLight.fDirection); 72 normalize(fLight.fDirection); 114 matrix.mapVectors((SkVector*)(void*)light.fDirection, 115 (SkVector*)(void*)fLight.fDirection, 1); 119 SkVector* vec = (SkVector*)(void*)light.fDirection; 120 vec->setLength(light.fDirection[0], 121 light.fDirection[1], 122 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/src/gpu/ |
FlingState.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/gpu/ |
FlingState.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/effects/ |
SkEmbossMaskFilter.h | 20 SkScalar fDirection[3]; // x,y,z
|
/external/skia/include/effects/ |
SkEmbossMaskFilter.h | 20 SkScalar fDirection[3]; // x,y,z
|
/external/icu4c/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 | 244 light.fDirection[0] = SK_Scalar1/2; 245 light.fDirection[1] = SK_Scalar1/2; 246 light.fDirection[2] = SK_Scalar1/3; 252 light.fDirection[0] = -light.fDirection[0]; 253 light.fDirection[1] = -light.fDirection[1]; 256 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 | 244 light.fDirection[0] = SK_Scalar1/2; 245 light.fDirection[1] = SK_Scalar1/2; 246 light.fDirection[2] = SK_Scalar1/3; 252 light.fDirection[0] = -light.fDirection[0]; 253 light.fDirection[1] = -light.fDirection[1]; 256 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/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); 616 fDirection = kUnknown_Direction; \ 797 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; [all...] |
/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); 616 fDirection = kUnknown_Direction; \ 797 fDirection = this->hasOnlyMoveTos() ? dir : kUnknown_Direction; [all...] |