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

  /external/skia/tests/
PathCoverageTest.cpp 111 static bool one_d_pe(const int* array, const unsigned int count, function
153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter);
154 one_d_pe(gSawtooth, SK_ARRAY_COUNT(gSawtooth), reporter);
155 one_d_pe(gOvalish, SK_ARRAY_COUNT(gOvalish), reporter);
156 one_d_pe(gSharpSawtooth, SK_ARRAY_COUNT(gSharpSawtooth), reporter);
157 one_d_pe(gRibbon, SK_ARRAY_COUNT(gRibbon), reporter);
  /external/skia/gm/
patheffects.cpp 61 static void one_d_pe(SkPaint* paint) { function in namespace:skiagm
76 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
  /external/skia/samplecode/
SampleSlides.cpp 76 static void one_d_pe(SkPaint* paint) { function
91 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };

Completed in 55 milliseconds