Home
last modified time | relevance | path

Searched defs:fPoints (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/core/
DSkQuadClipper.h51 SkPoint fPoints[kMaxPoints]; variable
DSkEdgeClipper.h50 SkPoint fPoints[kMaxPoints]; variable
DSkPathEffectBase.h54 SkPoint* fPoints; // the center point of each generated point variable
DSkPathPriv.h191 const SkPoint* fPoints; member
/external/skia/include/android/
DSkAndroidFrameworkUtils.h79 SkPoint fPoints[2]; //!< Type specific, see above. member
/external/skia/src/gpu/tessellate/
DMidpointContourParser.h105 const SkPoint* fPoints; variable
/external/skia/bench/
DTriangulatorBench.cpp22 std::vector<SkPoint> fPoints; member
DPathBench.cpp398 AutoTArray<SkPoint> fPoints; member in RandomPathBench
/external/skia/tools/viewer/
DStrokeVerbSlide.cpp64 SkPoint fPoints[4] = { member in StrokeVerbSlide
DSimpleStrokerSlide.cpp85 std::vector<SkPoint> fPoints; member in __anonc7a6a1c40111::PathRecorder
96 SkPoint fPoints[4]; member
DVariableWidthStrokerSlide.cpp442 std::array<SkPoint, 4> fPoints; member
/external/skia/tests/
DParsePathTest.cpp85 int fPoints; in DEF_TEST() member
DTriangulatingPathRendererTests.cpp919 AutoTMalloc<SkPoint> fPoints; member in __anon7111d3d02111::SimpleVertexAllocator
DPathTest.cpp2120 SkPoint *fPoints; in test_isRect() member
2433 SkPoint *fPoints; in test_isNestedFillRects() member
/external/skia/gm/
Dtrickycubicstrokes.cpp41 SkPoint fPoints[4]; member
Dpolygons.cpp62 SkPoint* fPoints; in onOnceBeforeDraw() member
/external/skia/tools/fonts/
DTestTypeface.h37 const SkScalar* fPoints; member
/external/skia/src/gpu/graphite/
DKeyHelpers.h108 SkPoint fPoints[2]; member
/external/skia/include/private/
DSkPathRef.h509 PointsArray fPoints; variable
/external/skia/include/core/
DSkPath.h1597 const SkPoint* fPoints = nullptr; variable
/external/skia/src/utils/
DSkPatchUtils.cpp142 SkPoint fFwDiff[4], fPoints[4]; member in FwDCubicEvaluator