Home
last modified time | relevance | path

Searched defs:pts (Results 176 - 200 of 624) sorted by relevance

12345678910>>...25

/third_party/skia/samplecode/
H A DSampleVertices.cpp42 SkPoint pts[] = { { 0, 0 }, in make_shader1() local
/third_party/skia/src/core/
H A DSkMatrixPriv.h85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride() argument
[all...]
H A DSkRect.cpp67 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 DGrConvexPolyEffect.cpp41 SkPoint pts[4]; in Make() local
/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp15 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 DSkPathOpsQuad.h19 SkDPoint pts[5]; member
[all...]
H A DSkPathOpsCubic.h181 SkDPoint pts[7]; global() member
[all...]
/third_party/skia/tests/
H A DPathBuilderTest.cpp236 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 DPointTest.cpp43 const SkPoint pts[] = { { 0, v }, { v, 0 }, { 1, v }, { v, 1 }, { v, v } }; in test_normalize_cannormalize_consistent() local
H A DPathOpsConicLineIntersectionTest.cpp111 SkPoint pts[3] = { conic.fPts.fPts[0].asSkPoint(), conic.fPts.fPts[1].asSkPoint(), in DEF_TEST() local
/third_party/skia/tools/fonts/
H A DTestTypeface.cpp57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init() argument
[all...]
/third_party/skia/gm/
H A Dvertices.cpp43 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 Dbitmaprect.cpp31 const SkPoint pts[] = { { 0, 0 }, { 64, 64 } }; in make_image() local
H A Dconcavepaths.cpp61 const SkPoint pts[] = { in test_inversion_repeat_vertex() local
115 const SkPoint pts[] = { in test_twist() local
H A Darithmode.cpp38 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 Dhighcontrastfilter.cpp88 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in draw_scene() local
H A Drectangletexture.cpp69 SkPoint pts[] = {{0, 0}, {0, SkIntToScalar(size)}}; in makeImagePixels() local
H A Dsurface.cpp42 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 Drrects.cpp97 SkPoint pts[3] = {{0, 0}, {1.5f, 1}}; variable
H A Ddrawquadset.cpp49 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 DLinearWipeEffect.cpp89 const SkPoint pts[] = { variable
H A DVenetianBlindsEffect.cpp138 const SkPoint pts[] = { variable
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp123 SkPoint pts[kPtsLen]; in fuzz_drawText() local
H A DFuzzGradients.cpp68 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 DCmds.cpp117 SkPoint pts[] = { { 0.0f, 0.0f, }, { 256.0f, 256.0f } }; in execute() local

Completed in 12 milliseconds

12345678910>>...25