Searched refs:kLarge_ArcSize (Results 1 – 8 of 8) sorted by relevance
/external/skqp/gm/ |
D | arcto.cpp | 67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize, 97 path.arcTo(0, 0, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 200); 102 path.arcTo(80, 80, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 100);
|
/external/skia/gm/ |
D | arcto.cpp | 67 svgArc.arcTo(oval.width() / 2, ovalHeight, SkIntToScalar(angle), SkPath::kLarge_ArcSize, 97 path.arcTo(0, 0, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 200); 102 path.arcTo(80, 80, 0, SkPath::kLarge_ArcSize, SkPath::kCW_Direction, 200, 100);
|
/external/skqp/include/core/ |
D | SkPath.h | 877 kLarge_ArcSize, //!< larger of arc pair enumerator
|
/external/skia/include/core/ |
D | SkPath.h | 877 kLarge_ArcSize, //!< larger of arc pair enumerator
|
/external/skia/docs/ |
D | SkPath_Reference.bmh | 2656 kLarge_ArcSize, 2668 #Const kLarge_ArcSize 1 2684 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2688 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) { 2717 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2721 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) {
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 2656 kLarge_ArcSize, 2668 #Const kLarge_ArcSize 1 2684 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2688 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) { 2717 for (auto arcSize : { SkPath::kSmall_ArcSize, SkPath::kLarge_ArcSize } ) { 2721 if (SkPath::kCCW_Direction == sweep && SkPath::kLarge_ArcSize == arcSize) {
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 100 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3016 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3038 …ddddd; padding: 8px; '><a name='SkPath_kLarge_ArcSize'><code>SkPath::kLarge_ArcSize</code></a></td>
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 100 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3016 <a href='#SkPath_kLarge_ArcSize'>kLarge_ArcSize</a>, 3038 …ddddd; padding: 8px; '><a name='SkPath_kLarge_ArcSize'><code>SkPath::kLarge_ArcSize</code></a></td>
|