/third_party/skia/gm/ |
D | widebuttcaps.cpp | 32 SkAutoCanvasRestore arc(canvas, true); in draw_strokes() local 65 SkAutoCanvasRestore arc(canvas, true); in draw_test() local
|
D | arcofzorro.cpp | 51 for (float arc = 134.0f; arc < 136.0f; arc += 0.01f) { in onDraw() local
|
D | circulararcs.cpp | 200 for (auto arc : noDrawArcs) { variable 218 for (auto arc : arcs) { variable 222 for (auto arc : arcs) { variable
|
D | mixercolorfilter.cpp | 117 SkAutoCanvasRestore arc(canvas, true); in mixRow() local
|
D | coloremoji_blendmodes.cpp | 144 SkAutoCanvasRestore arc(canvas, true); in onDraw() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrShape.h | 69 explicit GrShape(const GrArc& arc) { this->setArc(arc); } in GrShape() 142 GrArc& arc() { SkASSERT(this->isArc()); return fArc; } in arc() function 143 const GrArc& arc() const { SkASSERT(this->isArc()); return fArc; } in arc() function 166 void setArc(const GrArc& arc) { in setArc()
|
D | GrShape.cpp | 298 SkPath arc; in conservativeContains() local
|
/third_party/skia/docs/examples/ |
D | SkPath_arcTo_example.cpp | 18 SkPath arc; in draw() local
|
D | SkPath_arcto_conic_parametric.cpp | 28 SkPath arc; in draw() local
|
D | SkPath_arcto_conic_parametric2.cpp | 45 SkPath arc; in draw() local
|
/third_party/skia/bench/ |
D | ShaderMaskFilterBench.cpp | 65 SkAutoCanvasRestore arc(canvas, false); in onDraw() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 453 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw() in Archive_GetItemBoolProp() 465 HRESULT Archive_IsItem_Dir(IInArchive *arc, UInt32 index, bool &result) throw() in Archive_IsItem_Dir() 470 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw() in Archive_IsItem_Aux() 475 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw() in Archive_IsItem_AltStream() 480 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &result) throw() in Archive_IsItem_Deleted() 485 static HRESULT Archive_GetArcProp_Bool(IInArchive *arc, PROPID propid, bool &result) throw() in Archive_GetArcProp_Bool() 497 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &define… in Archive_GetArcProp_UInt() 515 static HRESULT Archive_GetArcProp_Int(IInArchive *arc, PROPID propid, Int64 &result, bool &defined) in Archive_GetArcProp_Int() 3294 CArc arc; in Open() local 3315 const CArc &arc = Arcs.Back(); in Open() local [all …]
|
D | Extract.cpp | 50 const CArc &arc = arcLink.Arcs.Back(); in DecompressArchive() local 512 CArc &arc = arcLink.Arcs.Back(); in Extract() local
|
D | Update.cpp | 507 const CArc *arc, in Compress() 1118 const CArc &arc, in EnumerateInArchiveItems() 1354 CArc &arc = arcLink.Arcs.Back(); in UpdateArchive() local 1610 const CArc *arc = thereIsInArchive ? arcLink.GetArc() : NULL; in UpdateArchive() local
|
D | LoadCodecs.cpp | 737 const CArcInfo &arc = *g_Arcs[i]; in Load() local 838 const CArcInfoEx &arc = Formats[i]; in FindFormatForArchiveName() local
|
/third_party/skia/modules/canvaskit/tests/ |
D | font.spec.js | 47 const arc = new CanvasKit.Path(); constant 78 const arc = new CanvasKit.Path(); constant
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | Polystar.cpp | 45 const auto arc = sk_ieee_float_divide(SK_ScalarPI * 2, count); in onSync() local
|
/third_party/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 100 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2() local
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { function 170 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { method in Path2D
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc) in Print_ErrorFormatIndex_Warning() 647 const CArc &arc = arcLink.Arcs[level]; in OpenResult() local
|
D | List.cpp | 956 const CArc &arc = arcLink.Arcs[r]; in Print_OpenArchive_Props() local 1197 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo; in ListArchives() local 1247 const CArc &arc = arcLink.Arcs.Back(); in ListArchives() local
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_ser.rs | 583 let arc = Arc::new(true); in test_arc_weak_some() localVariable
|
/third_party/skia/modules/pathkit/ |
D | chaining.js | 52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { method in PathKit.SkPath
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 1179 TPoint* arc, in Bezier_Up() 1314 TPoint* arc, in Bezier_Down() 1472 TPoint* arc; /* current Bezier arc pointer */ in Conic_To() local 1606 TPoint* arc; /* current Bezier arc pointer */ in Cubic_To() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 317 nir_ssa_def *arc = in nir_atan2() local
|