/third_party/skia/bench/ |
H A D | DashBench.cpp | 140 SkScalar rad = -SK_ScalarPI / 2; in make_unit_star() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrusher.c | 277 double rad, sunder, smax, sover; in config_input() local
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-number.c | 775 int32_t rad = ecma_number_to_int32 (radix_num); in ecma_number_parse_int() local [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePath.cpp | 225 const SkScalar rad = 50; in ArcToView() local
|
H A D | SampleQuadStroker.cpp | 629 SkScalar rad = 32; variable
|
/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 175 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 D | RoundRectTest.cpp | 21 const SkScalar rad = 12814; in test_tricky_radii() local 44 const SkScalar rad = 40; in test_empty_crbug_458524() local [all...] |
H A D | PathTest.cpp | 33 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 D | dashing.cpp | 109 SkScalar rad = -SK_ScalarPI / 2; in make_unit_star() local
|
H A D | runtimeshader.cpp | 98 const SkScalar rad = 50; in make_threshold() local
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Matrix.java | 143 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 D | loading_progress_modifier.cpp | 220 float rad = cometAngal * PI_NUM / (TOTAL_ANGLE * HALF); in DrawOrbit() local
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeRectOp.cpp | 65 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 D | SkPathBuilder.cpp | 454 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() argument
|
H A D | SkMatrix.cpp | 462 SkScalar rad = SkDegreesToRadians(degrees); in setRotate() local 467 SkScalar rad = SkDegreesToRadians(degrees); in setRotate() local
|
/third_party/skia/src/c/ |
H A D | sk_surface.cpp | 311 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 D | SkMatrix.h | 106 static SkMatrix SK_WARN_UNUSED_RESULT RotateRad(SkScalar rad) { in RotateRad() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 304 static float Rad2deg(float rad) in Rad2deg() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 277 static float Rad2deg(float rad) in Rad2deg() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 376 static float Rad2deg(float rad) in Rad2deg() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 1568 float rad = 0.0f; in SetHueRotateFilter() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 6064 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 D | imgui.cpp | 5383 const float rad = g.FontSize * 0.5f; in Begin() local
|