/third_party/skia/docs/examples/ |
H A D | SkPath_arcTo_example.cpp | 18 SkPath arc; in REG_FIDDLE() local
|
H A D | SkPath_arcto_conic_parametric2.cpp | 45 SkPath arc; in REG_FIDDLE() local
|
H A D | SkPath_arcto_conic_parametric.cpp | 28 SkPath arc; in REG_FIDDLE() local
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | path2d.js | 3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { function
|
H A D | canvas2dcontext.js | |
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Polystar.cpp | 45 const auto arc = sk_ieee_float_divide(SK_ScalarPI * 2, count); variable
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | ArchiveExports.cpp | 76 const CArcInfo &arc = *g_Arcs[formatIndex];
in CreateArchiver() local 101 const CArcInfo &arc = *g_Arcs[formatIndex];
in GetHandlerProperty2() local [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 298 SkPath arc; in conservativeContains() local
|
H A D | GrShape.h | 69 explicit GrShape(const GrArc& arc) { this->setArc(arc); } in GrShape() argument 142 GrArc& arc() { SkASSERT(this->isArc()); return fArc; } in arc() function in GrShape 143 const GrArc& arc() const { SkASSERT(this->isArc()); return fArc; } in arc() function in GrShape 166 void setArc(const GrArc& arc) { in setArc() argument
|
/third_party/skia/modules/pathkit/ |
H A D | chaining.js | |
H A D | externs.js | |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | UpdateCallbackConsole.cpp | 59 const CArc &arc = arcLink.Arcs[level];
in OpenResult() local
|
H A D | ExtractCallbackConsole.cpp | 607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc)
in Print_ErrorFormatIndex_Warning() argument 647 const CArc &arc = arcLink.Arcs[level];
in OpenResult() local [all...] |
H A D | List.cpp | 958 const CArc &arc = arcLink.Arcs[r];
in Print_OpenArchive_Props() local 1199 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo;
in ListArchives() local 1249 const CArc &arc = arcLink.Arcs.Back(); ListArchives() local [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 51 const CArc &arc = arcLink.Arcs.Back();
in DecompressArchive() local 520 CArc &arc = arcLink.Arcs.Back();
in Extract() local [all...] |
H A D | LoadCodecs.h | 454 const CArcInfoEx &arc = Formats[i];
in FindOutFormatFromName() local
|
H A D | LoadCodecs.cpp | 789 const CArcInfo &arc = *g_Arcs[i];
in Load() local 890 const CArcInfoEx &arc = Formats[i]; FindFormatForArchiveName() local [all...] |
H A D | Update.cpp | 347 Compress( const CUpdateOptions &options, bool isUpdatingItself, CCodecs *codecs, const CActionSet &actionSet, const CArc *arc, CArchivePath &archivePath, const CObjectVector<CArcItem> &arcItems, Byte *processedItemsStatuses, const CDirItems &dirItems, const CDirItem *parentDirItem, CTempFiles &tempFiles, CMultiOutStream_Bunch &multiStreams, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI *callback, CFinishArchiveStat &st) Compress() argument 981 EnumerateInArchiveItems( const NWildcard::CCensor &censor, const CArc &arc, CObjectVector<CArcItem> &arcItems) EnumerateInArchiveItems() argument 1282 CArc &arc = arcLink.Arcs.Back(); UpdateArchive() local 1540 const CArc *arc = thereIsInArchive ? arcLink.GetArc() : NULL; UpdateArchive() local [all...] |
H A D | ArchiveExtractCallback.cpp | 296 Init( const CExtractNtOptions &ntOptions, const NWildcard::CCensorNode *wildcardCensor, const CArc *arc, IFolderArchiveExtractCallback *extractCallback2, bool stdOutMode, bool testMode, const FString &directoryPath, const UStringVector &removePathParts, bool removePartsForAltStreams, UInt64 packSize) Init() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 317 nir_ssa_def *arc = in nir_atan2() local
|
/third_party/skia/src/core/ |
H A D | SkOverdrawCanvas.cpp | 124 void SkOverdrawCanvas::onDrawArc(const SkRect& arc, SkScalar startAngle, SkScalar sweepAngle, in onDrawArc() argument
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 542 const CArc &arc = arcLink.Arcs[level];
in OpenResult_GUI() local
|
/third_party/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 43 SkDQuad arc = arcRef; in testArc() local
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 1347 FT_Vector* arc; in FT_EXPORT_DEF() local 1550 FT_Vector* arc; FT_EXPORT_DEF() local [all...] |