Searched refs:ovalHeight (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | arcto.cpp | 79 SkScalar ovalHeight = oval.height() / oHeight; variable 81 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kSmall_ArcSize, 87 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize,
|
/external/skqp/gm/ |
D | arcto.cpp | 59 SkScalar ovalHeight = oval.height() / oHeight; variable 61 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kSmall_ArcSize, 67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize,
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 2475 short ovalHeight; in Qd_FrameRoundRect() local 2482 &ovalHeight)) in Qd_FrameRoundRect() 2486 ovalHeight); in Qd_FrameRoundRect() 2497 short ovalHeight; in Qd_PaintRoundRect() local 2504 &ovalHeight)) in Qd_PaintRoundRect() 2508 ovalHeight); in Qd_PaintRoundRect() 2519 short ovalHeight; in Qd_EraseRoundRect() local 2526 &ovalHeight)) in Qd_EraseRoundRect() 2530 ovalHeight); in Qd_EraseRoundRect() 2541 short ovalHeight; in Qd_InvertRoundRect() local [all …]
|