/third_party/skia/gm/ |
H A D | crbug_1073670.cpp | 16 SkPoint pts[] = {{0, 0}, {0, 250}}; in DEF_SIMPLE_GM() local
|
H A D | crbug_1174186.cpp | 23 SkPoint pts[] = {{SkBits2Float(0x3f7ffff2), SkBits2Float(0x43483d60)}, in DEF_SIMPLE_GM() local
|
H A D | crbug_1162942.cpp | 31 SkPoint pts[4] = {{SkBits2Float(0x3F39778B), SkBits2Float(0x43FF7FFC)}, in DEF_SIMPLE_GM() local
|
H A D | shadermaskfilter.cpp | 44 const SkPoint pts[] = { in make_shader() local
|
/third_party/skia/docs/examples/ |
H A D | IRect_contains.cpp | 8 SkIPoint pts[] = { { 30, 50}, { 40, 50}, { 30, 60} }; in REG_FIDDLE() local
|
H A D | Path_isRect.cpp | 26 const SkPoint pts[] = { {0, 0}, {0, 80}, {80, 80}, {80, 0}, {40, 0}, {20, 0} }; in REG_FIDDLE() local
|
H A D | Path_cubicTo_2.cpp | 10 SkPoint pts[] = { {20, 20}, {300, 80}, {-140, 90}, {220, 10} }; in REG_FIDDLE() local
|
H A D | Path_quadTo_2.cpp | 11 SkPoint pts[] = {{128, 10}, {10, 214}, {236, 214}}; in REG_FIDDLE() local
|
H A D | draw_vertices.cpp | 10 SkPoint pts[3] = {{64, 32}, {0, 224}, {128, 224}}; in REG_FIDDLE() local
|
H A D | draw_patch.cpp | 12 const SkPoint pts[] = {{100.f / 4.f, 0.f}, {3.f * 100.f / 4.f, 100.f}}; in REG_FIDDLE() local
|
H A D | Matrix_mapPoints_2.cpp | 10 SkPoint pts[count]; in REG_FIDDLE() local
|
H A D | Matrix_mapRectToQuad.cpp | 12 SkPoint pts[4]; in REG_FIDDLE() local
|
H A D | Path_Iter.cpp | 14 SkPoint start[4], pts[4]; in REG_FIDDLE() local
|
H A D | SKIA_LOGO_svg.cpp | 54 const SkPoint pts[2] = {{160, 290}, {341, 290}}; in REG_FIDDLE() local
|
H A D | skpaint_path_2d_path_effect.cpp | 8 static const int8_t pts[] = {2, 2, 1, 3, 0, 3, 2, 1, 3, 1, 4, 0, 4, 1, in REG_FIDDLE() local
|
H A D | SmoothBezierSplineInterpolation.cpp | 7 SkPath MakeCubicSplineInterpolation(const SkPoint* pts, size_t N) { in REG_FIDDLE() argument 71 SkPoint pts[] = { REG_FIDDLE() local [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty02.c | 27 int ptmx, pts; in do_test() local
|
/third_party/skia/tests/ |
H A D | PathOpsDLineTest.cpp | 27 SkPoint pts[2] = {line[0].asSkPoint(), line[1].asSkPoint()}; in DEF_TEST() local
|
/third_party/ffmpeg/libavformat/ |
H A D | ivfdec.c | 74 int64_t pts = avio_rl64(s->pb); in read_packet() local
|
H A D | supenc.c | 32 uint32_t pts = 0, dts = 0; in sup_write_packet() local
|
/third_party/skia/src/gpu/ops/ |
H A D | DashLinePathRenderer.cpp | 20 SkPoint pts[2]; in onCanDrawPath() local 50 SkPoint pts[2]; in onDrawPath() local
|
/third_party/skia/src/core/ |
H A D | HMSymbol.cpp | 22 SkPoint pts[4]; // the 4 is number of points in PathOutlineDecompose() local [all...] |
/third_party/skia/samplecode/ |
H A D | SampleHairCurves.cpp | 33 SkScalar pts[] = { variable 55 SkScalar pts[] = { global() variable 73 SkScalar pts[] = { global() variable 94 SkScalar pts[] = { global() variable [all...] |
/third_party/skia/tests/graphite/ |
H A D | UniformTest.cpp | 18 SkPoint pts[2] = {{-100, -100}, in create_paint() local
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGradient.cpp | 41 const SkPoint pts[] = { fStartPoint, fEndPoint }; in onMakeShader() local
|