| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngwutil.c | 449 png_compression_bufferp next = list->next; in png_free_buffer_list() local 540 png_compression_buffer *next; in png_text_compress() local 642 png_compression_buffer *next = png_ptr->zbuffer_list; png_write_compressed_data_out() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | astro.cpp | 731 UDate CalendarAstronomer::getSunTime(double desired, UBool next) in getSunTime() argument 1247 UDate CalendarAstronomer::getMoonTime(double desired, UBool next) in getMoonTime() argument 1267 getMoonTime(const CalendarAstronomer::MoonAge& desired, UBool next) getMoonTime() argument 1299 timeOfAngle(AngleFunc& func, double desired, double periodDays, double epsilon, UBool next) timeOfAngle() argument [all...] |
| H A D | msgfmt.cpp | 1450 int32_t next; in parse() local
|
| H A D | plurrule_impl.h | 356 AndConstraint *next = nullptr; member in AndConstraint 371 OrConstraint *next = nullptr; member in OrConstraint
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | reslist.cpp | 175 SResource *next = current->fNext; in ~ContainerResource() local
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | daemon.c | 1735 struct MHD_Connection *next = NULL; in resume_suspended_connections() local 2175 struct MHD_Connection *next; in MHD_run_from_select() local 2359 struct MHD_Connection *next; MHD_poll_all() local 2640 struct MHD_Connection *next; MHD_epoll() local [all...] |
| H A D | internal.h | 219 struct MHD_HTTP_Header *next; member 531 struct MHD_Connection *next; member [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_win.cpp | 1182 POINTFX const * next() { in next() function in __anon18923::GDIGlyphbufferPointIter 1225 const TTPOLYGONHEADER* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonHeaderIter 1259 const TTPOLYCURVE* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonCurveIter 1298 const POINTFX* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonCurvePointIter [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpAngle.cpp | 753 SkOpAngle* next = fNext; in insert() local 825 const SkOpAngle* next = this; loopCount() local 844 SkOpAngle* next = working->fNext; merge() local 946 SkOpAngle* next = last->fNext; previous() local [all...] |
| H A D | SkPathOpsTSect.cpp | 60 SkTSpan* next = prior ? prior->fNext : fHead; in addFollowing() local 641 SkTSpan* last, * next; in coincidentCheck() local 778 SkTSpan* next = last->fNext; countConsecutiveSpans() local 807 SkTSpan* next = fHead; deleteEmptySpans() local 1347 const SkTSpanBounded* next = testBounded->fNext; removeAllBut() local 1364 SkTSpan* next; removeByPerpendicular() local 1425 SkTSpan* next = span->fNext; removeSpanRange() local 1443 SkTSpanBounded* next = bounded->fNext; removeSpans() local 1472 SkTSpan* next = fHead; tail() local 1494 const SkTSpanBounded* next = testBounded->fNext; trim() local 1521 SkTSpan* next = span->fNext; unlinkSpan() local 1562 const SkTSpan* next; validate() local [all...] |
| H A D | SkOpSegment.cpp | 64 SkOpSpanBase* next = upSpan->next(); in activeAngleInner() local 301 SkOpSpanBase* next = span->next(); calcAngles() local 431 SkOpAngle* next = angle->next(); computeSum() local 1096 const SkOpAngle* next = angle->next(); nextChase() local 1704 SkOpSpanBase* next; undoneSpan() local [all...] |
| H A D | SkOpCoincidence.cpp | 78 SkOpSpanBase* next = end->final() ? nullptr : end->upCast()->next(); in expand() local 114 set(SkCoincidentSpans* next, const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) set() argument 158 const SkOpSpanBase* next = start->upCast()->next(); ordered() local 1134 SkOpSpanBase* next = start->next(); DEBUG_COIN_DECLARE_ONLY_PARAMS() local 1155 SkCoincidentSpans* next; release() local 1179 SkCoincidentSpans* next; releaseDeleted() local 1364 SkOpSpanBase* next = start; DEBUG_COIN_DECLARE_ONLY_PARAMS() local [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsDebug.cpp | 578 const SkOpAngle* next in dumpTo() local 599 const SkOpAngle* next = this; dumpCurves() local 608 const SkOpAngle* next = this; dumpLoop() local 618 const SkOpAngle* next = this; dumpTest() local 674 const SkOpPtT* next = this; dumpAll() local 1308 const SkTSpanBounded* next = testBounded->fNext; dumpAll() local 1325 const SkTSpanBounded* next = testBounded->fNext; dump() local [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 355 int next = (curr + 1) % inputPolygonSize; in SkInsetConvexPolygon() local
|
| H A D | SkShadowTessellator.cpp | 178 bool SkBaseShadowTessellator::accumulateCentroid(const SkPoint& curr, const SkPoint& next) { in accumulateCentroid() argument 528 int next = (index + dir) % umbraPolygon.count(); in getClosestUmbraIndex() local [all...] |
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | decode.c | 578 int next = next_symbol[*repeat_code_len]; in ProcessRepeatedCodeLength() local [all...] |
| H A D | state.h | 222 HuffmanCode* next; member
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | freetype.h | 1910 FT_GlyphSlot next; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 568 FT_Int prev, next; in af_latin_metrics_init_blues() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrtypes.h | 180 PFR_KernItem next; member
|
| /third_party/skia/third_party/externals/freetype/src/sdf/ |
| H A D | ftsdf.c | 318 struct SDF_Edge_* next; member 350 struct SDF_Contour_* next; member [all...] |
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 458 PCell next; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.h | 764 TiXmlNode* next; member in TiXmlNode 887 TiXmlAttribute* next; global() member in TiXmlAttribute [all...] |
| /third_party/python/Lib/unittest/test/testmock/ |
| H A D | testmock.py | 25 def next(self): member in Iter
|
| /third_party/python/Lib/test/ |
| H A D | test_ast.py | 831 def next(self): member in AST_Tests.test_precedence_enum._Precedence
|