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

  /external/skia/samplecode/
SampleGradients.cpp 52 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
60 { 2, gColors, gPos1 },
SampleSlides.cpp 166 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
174 { 2, gColors, gPos1 },
  /external/skqp/samplecode/
SampleGradients.cpp 52 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
60 { 2, gColors, gPos1 },
SampleSlides.cpp 166 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
174 { 2, gColors, gPos1 },
  /external/skia/tests/
GradientTest.cpp 377 static const SkScalar gPos1[] = { 0, 0, 1 };
423 gPos1,
433 gPos1,
  /external/skqp/tests/
GradientTest.cpp 373 static const SkScalar gPos1[] = { 0, 0, 1 };
419 gPos1,
429 gPos1,
  /external/skia/gm/
gradients_2pt_conical.cpp 24 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
36 { 2, gColors, gPos1 },
gradients.cpp 32 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
50 { 2, gColors, gColors4f, gPos1 },
    [all...]
  /external/skqp/gm/
gradients_2pt_conical.cpp 24 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
36 { 2, gColors, gPos1 },
gradients.cpp 32 constexpr SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 };
50 { 2, gColors, gColors4f, gPos1 },
    [all...]

Completed in 236 milliseconds