Home
last modified time | relevance | path

Searched defs:rad (Results 26 - 48 of 48) sorted by relevance

12

/third_party/skia/bench/
H A DDashBench.cpp140 SkScalar rad = -SK_ScalarPI / 2; in make_unit_star() local
/third_party/ffmpeg/libavfilter/
H A Daf_acrusher.c277 double rad, sunder, smax, sover; in config_input() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c775 int32_t rad = ecma_number_to_int32 (radix_num); in ecma_number_parse_int() local
[all...]
/third_party/skia/samplecode/
H A DSamplePath.cpp225 const SkScalar rad = 50; in ArcToView() local
H A DSampleQuadStroker.cpp629 SkScalar rad = 32; variable
/third_party/skia/tests/
H A DRRectInPathTest.cpp175 const SkScalar rad = 12814; in test_tricky_radii() local
200 const SkScalar rad = 40; in test_empty_crbug_458524() local
416 set_radii(SkVector radii[4], int index, float rad) set_radii() argument
426 const float rad = 33436320; test_skbug_3239() local
[all...]
H A DRoundRectTest.cpp21 const SkScalar rad = 12814; in test_tricky_radii() local
44 const SkScalar rad = 40; in test_empty_crbug_458524() local
[all...]
H A DPathTest.cpp33 static void set_radii(SkVector radii[4], int index, float rad) { in set_radii() argument
63 const float rad = 33436320; in test_skbug_3239() local
/third_party/skia/gm/
H A Ddashing.cpp109 SkScalar rad = -SK_ScalarPI / 2; in make_unit_star() local
H A Druntimeshader.cpp98 const SkScalar rad = 50; in make_threshold() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DMatrix.java143 public Matrix rotateX(float rad) { in rotateX() argument
153 public Matrix rotateY(float rad) { in rotateY() argument
163 public Matrix rotateZ(float rad) { in rotateZ() argument
173 rotate(float x, float y, float z, float rad) rotate() argument
210 nRotate(long mNativeInstance, float x, float y, float z, float rad) nRotate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_modifier.cpp220 float rad = cometAngal * PI_NUM / (TOTAL_ANGLE * HALF); in DrawOrbit() local
/third_party/skia/src/gpu/ops/
H A DStrokeRectOp.cpp65 const SkScalar rad = SkScalarHalf(width); in init_nonaa_stroke_rect_strip() local
139 SkScalar rad = SkScalarHalf(fStrokeWidth); NonAAStrokeRectOp() local
[all...]
/third_party/skia/src/core/
H A DSkPathBuilder.cpp454 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() argument
H A DSkMatrix.cpp462 SkScalar rad = SkDegreesToRadians(degrees); in setRotate() local
467 SkScalar rad = SkDegreesToRadians(degrees); in setRotate() local
/third_party/skia/src/c/
H A Dsk_surface.cpp311 void sk_canvas_draw_circle(sk_canvas_t* ccanvas, float cx, float cy, float rad, in sk_canvas_draw_circle() argument
/third_party/skia/include/core/
H A DSkMatrix.h106 static SkMatrix SK_WARN_UNUSED_RESULT RotateRad(SkScalar rad) { in RotateRad() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp304 static float Rad2deg(float rad) in Rad2deg() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp277 static float Rad2deg(float rad) in Rad2deg() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp376 static float Rad2deg(float rad) in Rad2deg() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1568 float rad = 0.0f; in SetHueRotateFilter() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp6064 const float rad = RAD_MIN + (RAD_MAX - RAD_MIN) * (float)n / (8.0f - 1.0f); local
6075 draw_list->AddCircle(ImVec2(p1.x + offset_x, p1.y + offset_y), rad, ImGui::GetColorU32(ImGuiCol_Text)); local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp5383 const float rad = g.FontSize * 0.5f; in Begin() local

Completed in 68 milliseconds

12