/third_party/skia/src/gpu/geometry/ |
H A D | GrTriangulator.cpp | 39 static void list_insert(T* t, T* prev, T* next, T** head, T** tail) { in list_insert() argument 113 void GrTriangulator::VertexList::insert(Vertex* v, Vertex* prev, Vertex* next) { in insert() argument 289 void GrTriangulator::EdgeList::insert(Edge* edge, Edge* prev, Edge* next) { in insert() argument 335 Vertex* next = v->fNext; in emitMonotonePoly() local 360 emitTriangle(Vertex* prev, Vertex* curr, Vertex* next, int winding, void* data) const emitTriangle() argument 619 makeEdge(Vertex* prev, Vertex* next, EdgeType type, const Comparator& c) const makeEdge() argument 631 Edge* next = prev ? prev->fRight : fHead; global() local 641 Edge* next = nullptr; FindEnclosingEdges() local 660 Edge* next; insertAbove() local 678 Edge* next; insertBelow() local 955 makeConnectingEdge(Vertex* prev, Vertex* next, EdgeType type, const Comparator& c, int windingScale) const makeConnectingEdge() argument 1120 Vertex* next = v->fNext; sanitizeContours() local 1146 Vertex* next = v->fNext; mergeCoincidentVertices() local 1166 Vertex* next = v->fNext; buildEdges() local [all...] |
/third_party/skia/src/core/ |
H A D | SkRegion.cpp | 701 void next() { in next() function 1405 void SkRegion::Iterator::next() { in next() function in SkRegion::Iterator 1461 void SkRegion::Cliperator::next() { in next() function in SkRegion::Cliperator 1528 bool SkRegion::Spanerator::next(int* left, int* right) { next() function in SkRegion::Spanerator [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_ciph.c | 162 struct cipher_order_st *next, *prev; member 815 CIPHER_ORDER *head, *tail, *curr, *next, *last; ssl_cipher_apply_rule() local [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 94 const char *next = *argv++; in parse() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngimage.c | 368 struct buffer_list *next; /* next buffer in list */ member 395 struct buffer_list *next = list->next; in buffer_destroy_list() local 1383 int next = first_transform(tr); skip_transform() local 1506 unsigned int next = current; test_one_file() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngrtran.c | 420 struct png_dsort_struct * next; member
|
H A D | pngstruct.h | 63 struct png_compression_buffer *next; member
|
H A D | pngtest.c | 504 struct memory_information *next; member
|
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
|