| /third_party/skia/samplecode/ |
| H A D | SampleVertices.cpp | 42 SkPoint pts[] = { { 0, 0 }, in make_shader1() local
|
| /third_party/skia/src/core/ |
| H A D | SkMatrixPriv.h | 85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() argument [all...] |
| H A D | SkRect.cpp | 67 bool SkRect::setBoundsCheck(const SkPoint pts[], int count) { in setBoundsCheck() argument 107 setBoundsNoCheck(const SkPoint pts[], int count) setBoundsNoCheck() argument [all...] |
| /third_party/skia/src/gpu/effects/ |
| H A D | GrConvexPolyEffect.cpp | 41 SkPoint pts[4]; in Make() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkAddIntersections.cpp | 15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() argument 35 static void debugShowQuadLineIntersection(int pts, cons argument 56 debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowQuadIntersection() argument 76 debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicLineIntersection() argument 96 debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicQuadIntersection() argument 116 debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowConicIntersection() argument 137 debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicLineIntersection() argument 157 debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicQuadIntersection() argument 177 debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicConicIntersection() argument 197 debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, const SkIntersectionHelper& wn, const SkIntersections& i) debugShowCubicIntersection() argument 283 int pts = 0; AddIntersectTs() local [all...] |
| H A D | SkPathOpsQuad.h | 19 SkDPoint pts[5]; member [all...] |
| H A D | SkPathOpsCubic.h | 181 SkDPoint pts[7]; global() member [all...] |
| /third_party/skia/tests/ |
| H A D | PathBuilderTest.cpp | 236 SkPoint pts[N]; in DEF_TEST() local 266 SkPoint pts[] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}}; in DEF_TEST() local [all...] |
| H A D | PointTest.cpp | 43 const SkPoint pts[] = { { 0, v }, { v, 0 }, { 1, v }, { v, 1 }, { v, v } }; in test_normalize_cannormalize_consistent() local
|
| H A D | PathOpsConicLineIntersectionTest.cpp | 111 SkPoint pts[3] = { conic.fPts.fPts[0].asSkPoint(), conic.fPts.fPts[1].asSkPoint(), in DEF_TEST() local
|
| /third_party/skia/tools/fonts/ |
| H A D | TestTypeface.cpp | 57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() argument [all...] |
| /third_party/skia/gm/ |
| H A D | vertices.cpp | 43 const SkPoint pts[] = {{kShaderSize / 4, 0}, {3 * kShaderSize / 4, kShaderSize}}; in make_shader1() local 77 static void fill_mesh(SkPoint pts[kMeshVertexCnt], SkPoint texs[kMeshVertexCnt], in fill_mesh() argument 223 SkPoint* pts = builder.positions(); draw_batching() local [all...] |
| H A D | bitmaprect.cpp | 31 const SkPoint pts[] = { { 0, 0 }, { 64, 64 } }; in make_image() local
|
| H A D | concavepaths.cpp | 61 const SkPoint pts[] = { in test_inversion_repeat_vertex() local 115 const SkPoint pts[] = { in test_twist() local
|
| H A D | arithmode.cpp | 38 SkPoint pts[] = { {0, 0}, {SkIntToScalar(w), SkIntToScalar(h)} }; in make_src() local 54 SkPoint pts[] = { {0, SkIntToScalar(h)}, {SkIntToScalar(w), 0} }; in make_dst() local
|
| H A D | highcontrastfilter.cpp | 88 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in draw_scene() local
|
| H A D | rectangletexture.cpp | 69 SkPoint pts[] = {{0, 0}, {0, SkIntToScalar(size)}}; in makeImagePixels() local
|
| H A D | surface.cpp | 42 SkPoint pts[] = { { 0, 0 }, { W, H } }; in make_shader() local 330 SkPoint pts[] = {{0, 0}, {40, 50}}; in DEF_SURFACE_TESTS() local 359 SkPoint pts[] = {{SkIntToScalar(subset.left()), 0}, {SkIntToScalar(subset.right()), 0}}; in DEF_SURFACE_TESTS() local
|
| H A D | rrects.cpp | 97 SkPoint pts[3] = {{0, 0}, {1.5f, 1}}; variable
|
| H A D | drawquadset.cpp | 49 static constexpr SkPoint pts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} }; in draw_gradient_tiles() local 152 SkPoint pts[] = {{x * kTileWidth, 0}, {x * kTileWidth, kRowCount * kTileHeight}}; in draw_tile_boundaries() local 159 SkPoint pts[] = {{0, y * kTileHeight}, {kTileWidth * kColCount, y * kTileHeight}}; in draw_tile_boundaries() local [all...] |
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | LinearWipeEffect.cpp | 89 const SkPoint pts[] = { variable
|
| H A D | VenetianBlindsEffect.cpp | 138 const SkPoint pts[] = { variable
|
| /third_party/skia/fuzz/ |
| H A D | FuzzDrawFunctions.cpp | 123 SkPoint pts[kPtsLen]; in fuzz_drawText() local
|
| H A D | FuzzGradients.cpp | 68 static void logLinearGradient(const SkPoint pts[2], in logLinearGradient() argument 109 SkPoint pts[2]; in fuzzLinearGradient() local [all...] |
| /third_party/skia/experimental/sorttoy/ |
| H A D | Cmds.cpp | 117 SkPoint pts[] = { { 0.0f, 0.0f, }, { 256.0f, 256.0f } }; in execute() local
|