Home
last modified time | relevance | path

Searched defs:center (Results 76 - 100 of 215) sorted by relevance

123456789

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart2.cpp1469 OH_Drawing_Point *center = OH_Drawing_PointCreate(100, 100); in HWTEST_F() local
1492 OH_Drawing_Point *center = OH_Drawing_PointCreate(100, 100); in HWTEST_F() local
1519 OH_Drawing_Point *center in HWTEST_F() local
1546 OH_Drawing_Point *center = OH_Drawing_PointCreate(FLT_MAX, 100); HWTEST_F() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmetasound.c45 int i, j, center; in add_peak() local
H A Dtwinvqdec.c161 int center; in add_peak() local
/third_party/ffmpeg/libavfilter/
H A Daf_virtualbass.c118 const double center = (lsrc[n] + rsrc[n]) * 0.5; in vb_stereo() local
/third_party/ffmpeg/libavresample/
H A Dresample.c74 const int center = (tap_count - 1) / 2; in build_filter() local
/third_party/glfw/tests/
H A Djoysticks.c127 struct nk_vec2 center; in hat_widget() local
[all...]
/third_party/glfw/examples/
H A Dsplitview.c168 vec3 center = { 0.f, 0.f, 0.f }; in drawGrid() local
262 vec3 center = { 0.f, 0.f, 0.f }; in drawAllViews() local
276 vec3 center = { 0.f, 0.f, 0.f }; in drawAllViews() local
290 vec3 center = { 0.f, 0.f, 0.f }; in drawAllViews() local
326 vec3 center = { 0.f, 0.f, 0.f }; in drawAllViews() local
[all...]
/third_party/markupsafe/
H A D__init__.py221 center = _simple_escaping_wrapper(str.center) variable in Markup
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c97 const int center= (tap_count-1)/2; in av_build_filter() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawBaseVertexVariantsTest.cpp49 const auto center = GetTileCenter(x, y); in GetQuadVertices() local
/third_party/skia/src/core/
H A DSkLatticeIter.cpp209 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) { in Valid() argument
/third_party/skia/src/c/
H A Dsk_effects.cpp92 SkPoint center = to_skpoint(*ccenter); in sk_shader_new_radial_gradient() local
/third_party/skia/tests/
H A DM44Test.cpp237 SkV2 center = map2d(m, {src.centerX(), src.centerY()}); in DEF_TEST() local
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h98 AI float2 center() const { in center() function in skgpu::Rect
/third_party/skia/gm/
H A Dconvex_all_line_paths.cpp274 SkPoint center; in drawPath() local
H A Dconvexpolyclip.cpp128 const SkPoint center = { kRadius, kRadius }; variable
H A Dtilemodes.cpp176 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() local
H A Dtilemodes_scaled.cpp176 SkPoint center = { SkIntToScalar(gWidth)/2, SkIntToScalar(gHeight)/2 }; in make_grad() local
H A Dgradients_no_texture.cpp49 SkPoint center; in MakeRadial() local
56 SkPoint center; in MakeSweep() local
/third_party/skia/bench/
H A DGradientBench.cpp59 SkPoint center; in MakeRadial() local
69 SkPoint center; in MakeSweep() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp273 Offset center; in PaintStickyEffect() local
277 Offset center; in PaintStickyEffect() local
364 Point center; PaintCurrentSticky() local
396 Point center; PaintNextSticky() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp134 auto center = Offset(offset.GetX() + left + radius, offset.GetY() + top + radius); in MeasureLimitValueTextWidth() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.h34 Offset center; member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp32 void UIAnalogClock::SetHandImage(HandType type, const UIImageView& img, Point position, Point center) in SetHandImage() argument
66 SetHandLine(HandType type, Point position, Point center, ColorType color, uint16_t width, uint16_t height, OpacityType opacity) SetHandLine() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp328 OH_Drawing_Point* center = OH_Drawing_PointCreate(lightPos.x, lightPos.y); in draw_black_point() local

Completed in 17 milliseconds

123456789