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

  /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/skia/src/core/
SkLight.h 23 fDirection.set(0.0f, 0.0f, 1.0f);
29 fDirection.set(0.0f, 0.0f, 1.0f);
35 , fDirection(dir) {
36 if (!fDirection.normalize()) {
37 fDirection.set(0.0f, 0.0f, 1.0f);
45 return fDirection;
51 SkVector3 fDirection; // direction towards the light (+Z is out of the screen).
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 35 , fDirection(direction)
44 Direction direction() const { return fDirection; }
48 str.appendf("Direction: %s, Radius: %d ", kX_Direction == fDirection ? "X" : "Y", fRadius);
55 Direction fDirection;
  /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]);
SkLightingImageFilter.cpp 792 : INHERITED(color), fDirection(direction) {
796 return fDirection;
800 const SkPoint3& direction() const { return fDirection; }
818 fDirection == o.fDirection;
822 fDirection = readPoint3(buffer);
    [all...]
  /external/skia/samplecode/
SampleEmboss.cpp 32 fLight.fDirection[0] = SK_Scalar1;
33 fLight.fDirection[1] = SK_Scalar1;
34 fLight.fDirection[2] = SK_Scalar1;
SampleAll.cpp 378 light.fDirection[0] = SK_Scalar1/2;
379 light.fDirection[1] = SK_Scalar1/2;
380 light.fDirection[2] = SK_Scalar1/3;
SampleFilterFuzz.cpp 486 light.fDirection[i] = make_scalar();
  /external/skia/include/effects/
SkEmbossMaskFilter.h 20 SkScalar fDirection[3]; // x,y,z
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 333 const UBiDiDirection fDirection;
687 return fDirection;
726 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
732 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
739 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
  /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/skia/include/views/
SkTouchGesture.h 24 SkPoint fDirection;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlucode.h 59 SQLRETURN SQL_API SQLDataSourcesW(SQLHENV henv,SQLUSMALLINT fDirection,SQLWCHAR *szDSN,SQLSMALLINT cbDSNMax,SQLSMALLINT *pcbDSN,SQLWCHAR *szDescription,SQLSMALLINT cbDescriptionMax,SQLSMALLINT *pcbDescription);
71 SQLRETURN SQL_API SQLDriversW(SQLHENV henv,SQLUSMALLINT fDirection,SQLWCHAR *szDriverDesc,SQLSMALLINT cbDriverDescMax,SQLSMALLINT *pcbDriverDesc,SQLWCHAR *szDriverAttributes,SQLSMALLINT cbDrvrAttrMax,SQLSMALLINT *pcbDrvrAttr);
104 SQLRETURN SQL_API SQLDataSourcesA(SQLHENV henv,SQLUSMALLINT fDirection,SQLCHAR *szDSN,SQLSMALLINT cbDSNMax,SQLSMALLINT *pcbDSN,SQLCHAR *szDescription,SQLSMALLINT cbDescriptionMax,SQLSMALLINT *pcbDescription);
115 SQLRETURN SQL_API SQLDriversA(SQLHENV henv,SQLUSMALLINT fDirection,SQLCHAR *szDriverDesc,SQLSMALLINT cbDriverDescMax,SQLSMALLINT *pcbDriverDesc,SQLCHAR *szDriverAttributes,SQLSMALLINT cbDrvrAttrMax,SQLSMALLINT *pcbDrvrAttr);
sqlext.h     [all...]
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 2632 milliseconds