Searched refs:one_d_pe (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | PathCoverageTest.cpp | 111 static bool one_d_pe(const int* array, const unsigned int count, in one_d_pe() function 153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); in TestQuadPointCount() 154 one_d_pe(gSawtooth, SK_ARRAY_COUNT(gSawtooth), reporter); in TestQuadPointCount() 155 one_d_pe(gOvalish, SK_ARRAY_COUNT(gOvalish), reporter); in TestQuadPointCount() 156 one_d_pe(gSharpSawtooth, SK_ARRAY_COUNT(gSharpSawtooth), reporter); in TestQuadPointCount() 157 one_d_pe(gRibbon, SK_ARRAY_COUNT(gRibbon), reporter); in TestQuadPointCount()
|
/external/skqp/tests/ |
D | PathCoverageTest.cpp | 111 static bool one_d_pe(const int* array, const unsigned int count, in one_d_pe() function 153 one_d_pe(gXY, SK_ARRAY_COUNT(gXY), reporter); in TestQuadPointCount() 154 one_d_pe(gSawtooth, SK_ARRAY_COUNT(gSawtooth), reporter); in TestQuadPointCount() 155 one_d_pe(gOvalish, SK_ARRAY_COUNT(gOvalish), reporter); in TestQuadPointCount() 156 one_d_pe(gSharpSawtooth, SK_ARRAY_COUNT(gSharpSawtooth), reporter); in TestQuadPointCount() 157 one_d_pe(gRibbon, SK_ARRAY_COUNT(gRibbon), reporter); in TestQuadPointCount()
|
/external/skqp/gm/ |
D | patheffects.cpp | 61 static void one_d_pe(SkPaint* paint) { in one_d_pe() function 76 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
|
/external/skia/gm/ |
D | patheffects.cpp | 75 static void one_d_pe(SkPaint* paint) { in one_d_pe() function 90 constexpr PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
|
/external/skqp/samplecode/ |
D | SampleSlides.cpp | 74 static void one_d_pe(SkPaint* paint) { in one_d_pe() function 89 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
|
/external/skia/samplecode/ |
D | SampleSlides.cpp | 73 static void one_d_pe(SkPaint* paint) { in one_d_pe() function 88 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
|