Home
last modified time | relevance | path

Searched defs:pts (Results 51 - 75 of 551) sorted by relevance

12345678910>>...23

/third_party/skia/gm/
H A Dpoints.cpp36 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() argument
63 SkPoint* pts = new SkPoint[n]; variable
84 SkPoint pts[ in DEF_SIMPLE_GM() local
[all...]
H A Dalphagradients.cpp37 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } }; in draw_grad() local
H A Dblurroundrect.cpp34 SkPoint pts[2] = { in MakeRadial() local
[all...]
H A Dgradient_dirty_laundry.cpp50 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() argument
54 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() argument
59 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode) { in MakeSweep() argument
84 SkPoint pts[2] = { { 0, 0 }, global() variable
[all...]
H A Dcrbug_938592.cpp24 static constexpr SkPoint pts[] = {{0, 0}, {0, 30}}; in DEF_SIMPLE_GM() local
H A Dpatharcto.cpp60 static SkPath old_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in old_school_polygon() argument
66 static SkPath new_school_polygon(const SkPoint pts[], size_t count, bool isClosed) { in new_school_polygon() argument
H A Dtransparency.cpp24 SkPoint pts[2]; in make_transparency() local
H A Dcgm.c29 sk_point_t pts[] = { { 0, 0 }, { W, H } }; in make_shader() local
H A Dgradtext.cpp31 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad() local
39 SkPoint pts[] = { { 0, 0 }, { width, 0 } }; in make_grad2() local
46 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in make_chrome_solid() local
/third_party/skia/docs/examples/
H A DSKIA_LOGO_ANIMATE.cpp102 const SkPoint pts[2] = {{160, 290}, {341, 290}}; in REG_FIDDLE_ANIMATED() local
H A DSKIA_LOGO.cpp88 const SkPoint pts[2] = {{160, 290}, {341, 290}}; in REG_FIDDLE() local
H A DMiter_Limit.cpp7 SkPoint pts[] = {{ 10, 50 }, { 110, 80 }, { 10, 110 }}; in REG_FIDDLE() local
[all...]
H A DGradientShader_MakeLinear.cpp24 SkPoint pts[] = { {blockX, blockY}, {blockX + 50, blockY + 100} }; in REG_FIDDLE() local
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.h89 int64_t pts = 0; member in OHOS::Media::TestRecorder
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h40 int64_t pts = 0; member
/third_party/ffmpeg/libavfilter/
H A Dsplit.c71 int64_t pts; in activate() local
/third_party/ffmpeg/libavformat/
H A Dvoc.h30 int64_t pts; member
H A Dluodatdec.c61 int64_t pts, pos = avio_tell(pb); in dat_read_packet() local
H A Doggparsevp8.c89 uint64_t pts = (granule >> 32) - invcnt; in vp8_gptopts() local
/third_party/ltp/testcases/kernel/pty/
H A Dpty03.c104 int pts; in do_test() local
/third_party/skia/src/effects/
H A DSkCornerPathEffect.cpp44 SkPoint pts[4]; variable
[all...]
/third_party/skia/src/core/
H A DSkQuadClipper.cpp43 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { in chopMonoQuadAtY() argument
/third_party/skia/src/shaders/gradients/
H A DSkLinearGradient.cpp14 static SkMatrix pts_to_unit_matrix(const SkPoint pts[2]) { in pts_to_unit_matrix() argument
29 SkLinearGradient::SkLinearGradient(const SkPoint pts[2], const Descriptor& desc) in SkLinearGradient() argument
40 SkPoint pts[2]; CreateProc() local
[all...]
/third_party/skia/src/pathops/
H A DSkOpContour.cpp44 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic() argument
49 void SkOpContourBuilder::addCubic(SkPoint pts[4]) { in addCubic() argument
54 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve() argument
81 void SkOpContourBuilder::addLine(const SkPoint pts[ argument
95 addQuad(SkPoint pts[3]) addQuad() argument
[all...]
/third_party/skia/tests/
H A DClipperTest.cpp61 const SkPoint pts[] = { in test_edgeclipper() local

Completed in 13 milliseconds

12345678910>>...23