/third_party/typescript/tests/baselines/reference/ |
H A D | specialIntersectionsInMappedTypes.js | |
/third_party/skia/gm/ |
H A D | radial_gradient_precision.cpp | 21 SkPoint center = {1000, 1000}; in DEF_SIMPLE_GM() local
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkSweepGradient.cpp | 14 SkSweepGradient::SkSweepGradient(const SkPoint& center, SkScalar t0, SkScalar t1, in SkSweepGradient() argument
|
H A D | SkRadialGradient.cpp | 15 SkMatrix rad_to_unit_matrix(const SkPoint& center, SkScalar radius) { in rad_to_unit_matrix() argument 28 SkRadialGradient::SkRadialGradient(const SkPoint& center, SkScalar radius, const Descriptor& desc) in SkRadialGradient() argument 48 const SkPoint center = buffer.readPoint(); in CreateProc() local
|
/third_party/skia/docs/examples/ |
H A D | Point_DotProduct.cpp | 12 SkPoint center[] = {{32, 32}, {160, 32}, {32, 160}, {160, 160}}; in REG_FIDDLE() local
|
H A D | Shader_Methods_a.cpp | 8 SkPoint center = { 50, 50 }; in REG_FIDDLE() local
|
H A D | Point_dot.cpp | 12 SkPoint center[] = {{32, 32}, {160, 32}, {32, 160}, {160, 160}}; in REG_FIDDLE() local
|
H A D | Point_CrossProduct.cpp | 12 SkPoint center[] = {{32, 32}, {160, 32}, {32, 160}, {160, 160}}; in REG_FIDDLE() local
|
H A D | Point_cross.cpp | 12 SkPoint center[] = {{32, 32}, {160, 32}, {32, 160}, {160, 160}}; in REG_FIDDLE() local
|
H A D | mapradius.cpp | 10 const SkPoint center = {128, 103}; in REG_FIDDLE() local [all...] |
H A D | Canvas_drawImageNine_2.cpp | 7 SkIRect center = { 20, 10, 50, 40 }; in REG_FIDDLE() local
|
H A D | Path_arcTo_2_a.cpp | 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; in REG_FIDDLE() local [all...] |
H A D | Path_arcTo_2_b.cpp | 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; in REG_FIDDLE() local
|
H A D | Canvas_drawImageNine.cpp | 7 SkIRect center = { 20, 10, 50, 40 }; in REG_FIDDLE() local
|
H A D | Matrix_mapRadius.cpp | 11 const SkPoint center = {108, 93}; in REG_FIDDLE() local [all...] |
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
H A D | index.js | |
/third_party/skia/samplecode/ |
H A D | SampleStringArt.cpp | 28 SkPoint center = SkPoint::Make(SkScalarHalf(this->width()), SkScalarHalf(this->height())); variable
|
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_moon_track.cpp | 33 Offset center = offset + Offset(canvasSize.Width() / 2, canvasSize.Height() / 2); in Paint() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_painter.cpp | 37 Offset center = Offset(size.Width() / 2.0, height - radius); in Paint() local
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRadialGradient.cpp | 34 const auto center = SkPoint::Make( in onMakeShader() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_scroll_fade_painter.cpp | 40 Offset center = Offset(size.Width() / 2.0, height - radius); in Paint() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | point_t.h | 51 void Rotate(const PointT& center, T angle) in Rotate() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_view_unit_test.cpp | 28 const Point center = {0, 0}; member
|
H A D | ui_analog_clock_unit_test.cpp | 158 Point center = { 14, 223 }; // { 14, 223 }: the rotation center of this clock hand in HWTEST_F() local 246 Point center = { 14, 223 }; // { 14, 223 }: the rotation center of this clock hand in HWTEST_F() local [all...] |
/third_party/skia/tests/ |
H A D | ShaderImageFilterTest.cpp | 31 SkPoint center = SkPoint::Make(SkIntToScalar(5), SkIntToScalar(5)); in test_unscaled() local 79 SkPoint center = SkPoint::Make(SkIntToScalar(5), SkIntToScalar(5)); in test_scaled() local
|