/third_party/skia/gm/ |
H A D | points.cpp | 36 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 D | alphagradients.cpp | 37 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } }; in draw_grad() local
|
H A D | blurroundrect.cpp | 34 SkPoint pts[2] = { in MakeRadial() local [all...] |
H A D | gradient_dirty_laundry.cpp | 50 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 D | crbug_938592.cpp | 24 static constexpr SkPoint pts[] = {{0, 0}, {0, 30}}; in DEF_SIMPLE_GM() local
|
H A D | patharcto.cpp | 60 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 D | transparency.cpp | 24 SkPoint pts[2]; in make_transparency() local
|
H A D | cgm.c | 29 sk_point_t pts[] = { { 0, 0 }, { W, H } }; in make_shader() local
|
H A D | gradtext.cpp | 31 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 D | SKIA_LOGO_ANIMATE.cpp | 102 const SkPoint pts[2] = {{160, 290}, {341, 290}}; in REG_FIDDLE_ANIMATED() local
|
H A D | SKIA_LOGO.cpp | 88 const SkPoint pts[2] = {{160, 290}, {341, 290}}; in REG_FIDDLE() local
|
H A D | Miter_Limit.cpp | 7 SkPoint pts[] = {{ 10, 50 }, { 110, 80 }, { 10, 110 }}; in REG_FIDDLE() local [all...] |
H A D | GradientShader_MakeLinear.cpp | 24 SkPoint pts[] = { {blockX, blockY}, {blockX + 50, blockY + 100} }; in REG_FIDDLE() local
|
/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.h | 89 int64_t pts = 0; member in OHOS::Media::TestRecorder
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | dcamera_frame_info.h | 40 int64_t pts = 0; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | split.c | 71 int64_t pts; in activate() local
|
/third_party/ffmpeg/libavformat/ |
H A D | voc.h | 30 int64_t pts; member
|
H A D | luodatdec.c | 61 int64_t pts, pos = avio_tell(pb); in dat_read_packet() local
|
H A D | oggparsevp8.c | 89 uint64_t pts = (granule >> 32) - invcnt; in vp8_gptopts() local
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty03.c | 104 int pts; in do_test() local
|
/third_party/skia/src/effects/ |
H A D | SkCornerPathEffect.cpp | 44 SkPoint pts[4]; variable [all...] |
/third_party/skia/src/core/ |
H A D | SkQuadClipper.cpp | 43 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { in chopMonoQuadAtY() argument
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkLinearGradient.cpp | 14 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 D | SkOpContour.cpp | 44 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 D | ClipperTest.cpp | 61 const SkPoint pts[] = { in test_edgeclipper() local
|