Home
last modified time | relevance | path

Searched +defs:t +defs:span (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.cpp88 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { in init()
99 const SkOpSpanBase* span = this->span(); in onEnd() local
138 SkOpSpanBase* span = next->span(); in removeNext() local
182 void SkOpSpanBase::alignEnd(double t, const SkPoint& pt) { in alignEnd()
211 const SkOpSpanBase* span = ptT->span(); in alignInner() local
277 void SkOpSpanBase::initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in initBase()
292 void SkOpSpanBase::merge(SkOpSpan* span) { in merge()
353 void SkOpSpan::init(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in init()
DSkPathOpsTSect.h117 SkTSpan<OppCurve, TCurve>* findOppT(double t) const { in findOppT()
123 bool hasOppT(double t) const { in hasOppT()
252 SkTSpan<TCurve, OppCurve>* addSplitAt(SkTSpan<TCurve, OppCurve>* span, double t) { in addSplitAt()
334 void SkTCoincident<TCurve, OppCurve>::setPerp(const TCurve& c1, double t, in setPerp()
370 void SkTSpan<TCurve, OppCurve>::addBounded(SkTSpan<OppCurve, TCurve>* span, SkChunkAlloc* heap) { in addBounded()
400 void SkTSect<TCurve, OppCurve>::addForPerp(SkTSpan<OppCurve, TCurve>* span, double t) { in addForPerp()
450 bool SkTSpan<TCurve, OppCurve>::debugIsBefore(const SkTSpan* span) const { in debugIsBefore()
462 bool SkTSpan<TCurve, OppCurve>::contains(double t) const { in contains()
567 bool SkTSpan<TCurve, OppCurve>::linearsIntersect(SkTSpan<OppCurve, TCurve>* span) { in linearsIntersect()
669 SkTSpan<OppCurve, TCurve>* SkTSpan<TCurve, OppCurve>::oppT(double t) const { in oppT()
[all …]
DSkPathOpsWinding.cpp133 double t = tVals[index]; in rayCheck() local
171 SkOpSpan* span = this->windingSpanAtT(t); in rayCheck() local
189 SkOpSpan* span = &fHead; in windingSpanAtT() local
220 double t = 0.5; in get_t_guess() local
238 double t = get_t_guess(fTopTTry++, &dirOffset); in sortableTop() local
268 SkOpSpan* span = hit->fSpan; in sortableTop() local
291 SkOpSpan* span = hit->fSpan; in sortableTop() local
362 SkOpSpan* span = &fHead; in findSortableTop() local
DSkOpSegment.cpp301 SkOpPtT* SkOpSegment::addMissing(double t, SkOpSegment* opp, SkChunkAlloc* allocator) { in addMissing()
323 SkOpPtT* SkOpSegment::addT(double t, AllowAlias allowAlias, SkChunkAlloc* allocator) { in addT()
326 SkOpSpanBase* span = &fHead; in addT() local
368 SkOpSpan* span = insert(prev, allocator); in addT() local
387 SkOpSpanBase* span = &fHead; in align() local
401 SkOpSpan* span = &fHead; in align() local
424 SkOpSpan* span = spanBase->upCast(); in calcAngles() local
574 void SkOpSegment::detach(const SkOpSpan* span) { in detach()
582 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq()
912 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose()
[all …]
DSkPathOpsDebug.cpp38 const SkOpSpanBase* span) { in ChaseContains()
494 bool SkOpSegment::debugAddMissing(double t, const SkOpSegment* opp) const { in debugAddMissing()
510 const SkOpSpanBase* span = &fHead; in debugAlign() local
528 const SkOpSpan* span = &fHead; in debugAlign() local
547 const SkOpSpan* span; in debugCheckAngleCoin() local
578 const SkOpSpan* span = this->head(); in debugFindCollapsed() local
598 SkOpSpan* span = this->head(); in debugLastAngle() local
641 const SkOpSpan* span = spanBase->upCastable(); in debugMissingCoincidence() local
856 const SkOpSpan* span = &fHead; in debugShowActiveSpans() local
897 void SkOpSegment::debugShowNewWinding(const char* fun, const SkOpSpan* span, int winding) { in debugShowNewWinding()
[all …]
DSkOpSpan.h89 void insert(SkOpPtT* span) { in insert()
135 const SkOpSpanBase* span() const { in span() function
139 SkOpSpanBase* span() { in span() function
331 double t() const { in t() function
DSkOpSegment.h304 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint()
308 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint()
/external/skia/tests/
DPathOpsTSectDebug.h36 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugT(double t) const { in debugT()
149 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugT(double t) const { in debugT()
159 const SkTSpan<OppCurve, TCurve>* span = testBounded->fBounded; in dumpAll() local
177 const SkTSpan<OppCurve, TCurve>* span = testBounded->fBounded; in dump() local
DPathOpsDebug.cpp278 const SkOpAngle* SkPathOpsDebug::DebugSegmentAngle(const SkOpSegment* span, int id) { in DebugSegmentAngle()
282 SkOpContour* SkPathOpsDebug::DebugSegmentContour(SkOpSegment* span, int id) { in DebugSegmentContour()
286 const SkOpPtT* SkPathOpsDebug::DebugSegmentPtT(const SkOpSegment* span, int id) { in DebugSegmentPtT()
290 const SkOpSegment* SkPathOpsDebug::DebugSegmentSegment(const SkOpSegment* span, int id) { in DebugSegmentSegment()
294 const SkOpSpanBase* SkPathOpsDebug::DebugSegmentSpan(const SkOpSegment* span, int id) { in DebugSegmentSpan()
298 const SkOpAngle* SkPathOpsDebug::DebugSpanAngle(const SkOpSpanBase* span, int id) { in DebugSpanAngle()
302 SkOpContour* SkPathOpsDebug::DebugSpanContour(SkOpSpanBase* span, int id) { in DebugSpanContour()
306 const SkOpPtT* SkPathOpsDebug::DebugSpanPtT(const SkOpSpanBase* span, int id) { in DebugSpanPtT()
310 const SkOpSegment* SkPathOpsDebug::DebugSpanSegment(const SkOpSpanBase* span, int id) { in DebugSpanSegment()
314 const SkOpSpanBase* SkPathOpsDebug::DebugSpanSpan(const SkOpSpanBase* span, int id) { in DebugSpanSpan()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_span.c64 _swrast_span_default_attribs(struct gl_context *ctx, SWspan *span) in _swrast_span_default_attribs()
171 interpolate_active_attribs(struct gl_context *ctx, SWspan *span, in interpolate_active_attribs()
219 interpolate_int_colors(struct gl_context *ctx, SWspan *span) in interpolate_int_colors()
319 interpolate_float_colors(SWspan *span) in interpolate_float_colors()
380 _swrast_span_interpolate_z( const struct gl_context *ctx, SWspan *span ) in _swrast_span_interpolate_z()
416 GLfloat s, GLfloat t, GLfloat q, GLfloat invQ) in _swrast_compute_lambda()
470 interpolate_texcoords(struct gl_context *ctx, SWspan *span) in interpolate_texcoords()
493 GLfloat t = span->attrStart[attr][1] + span->leftClip * dtdx; in interpolate_texcoords() local
622 interpolate_wpos(struct gl_context *ctx, SWspan *span) in interpolate_wpos()
656 stipple_polygon_span(struct gl_context *ctx, SWspan *span) in stipple_polygon_span()
[all …]
Ds_atifragshader.c62 GLfloat s, t, r, q; in apply_swizzle() local
258 const SWspan *span, GLuint column, GLuint idx) in handle_pass_op()
278 struct atifs_setupinst *texinst, const SWspan *span, in handle_sample_op()
317 struct atifs_machine *machine, const SWspan *span, in execute_shader()
562 const SWspan *span, GLuint col) in init_machine()
582 _swrast_exec_fragment_shader(struct gl_context * ctx, SWspan *span) in _swrast_exec_fragment_shader()
Ds_triangle.c91 #define RENDER_SPAN( span ) _swrast_write_rgba_span(ctx, &span); argument
109 #define RENDER_SPAN( span ) _swrast_write_rgba_span(ctx, &span); argument
144 #define RENDER_SPAN( span ) \ argument
202 #define RENDER_SPAN( span ) \ argument
251 ilerp(GLint t, GLint a, GLint b) in ilerp()
270 affine_span(struct gl_context *ctx, SWspan *span, in affine_span()
587 #define RENDER_SPAN( span ) affine_span(ctx, &span, &info); argument
607 fast_persp_span(struct gl_context *ctx, SWspan *span, in fast_persp_span()
853 #define RENDER_SPAN( span ) \ argument
872 #define RENDER_SPAN( span ) _swrast_write_rgba_span(ctx, &span); argument
[all …]
Ds_blend.c140 const GLint t = rgba[i][ACOMP]; /* t is in [0, 255] */ in blend_transparency_ubyte() local
185 const GLint t = rgba[i][ACOMP]; in blend_transparency_ushort() local
223 const GLfloat t = rgba[i][ACOMP]; /* t in [0, 1] */ in blend_transparency_float() local
996 _swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span) in _swrast_blend_span()
Ds_texfilter.c95 lerp_rgba(GLfloat result[4], GLfloat t, const GLfloat a[4], const GLfloat b[4]) in lerp_rgba()
1873 SWspan *span = (SWspan *)lambda_iso; /* access the "hidden" SWspan struct */ in sample_lambda_2d_aniso() local
1893 GLfloat t = span->attrStart[attr][1] + span->leftClip * dtdx; in sample_lambda_2d_aniso() local
3707 const struct gl_texture_object *t, in _swrast_choose_texture_sample_func()
/external/pdfium/third_party/libtiff/
Dtif_fax3.c93 #define isAligned(p,t) ((((size_t)(p)) & (sizeof (t)-1)) == 0) argument
265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
638 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
812 int32 n, span; in find0span() local
871 int32 n, span; in find1span() local
950 int32 span; in Fax3Encode1DRow() local
1377 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
/external/opencv3/3rdparty/libtiff/
Dtif_fax3.c93 #define isAligned(p,t) ((((size_t)(p)) & (sizeof (t)-1)) == 0) argument
265 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
637 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
811 int32 n, span; in find0span() local
870 int32 n, span; in find1span() local
949 int32 span; in Fax3Encode1DRow() local
1376 #define SWAP(t,a,b) { t x; x = (a); (a) = (b); (b) = x; } argument
/external/icu/icu4c/source/common/
Dunisetspan.cpp181 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
449 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
459 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
472 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
632 int32_t UnicodeSetStringSpan::span(const UChar *s, int32_t length, USetSpanCondition spanCondition)… in span() function in UnicodeSetStringSpan
Duniset.cpp1023 UnicodeString* t = new UnicodeString(s); in _add() local
2210 int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const { in span() function in UnicodeSet
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java363 public int span(CharSequence s, int start, SpanCondition spanCondition) { in span() method in UnicodeSetStringSpan
936 private static boolean matches16(CharSequence s, int start, final String t, int length) { in matches16()
956 static boolean matches16CPB(CharSequence s, int start, int limit, final String t, int tlength) { in matches16CPB()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java367 public int span(CharSequence s, int start, SpanCondition spanCondition) { in span() method in UnicodeSetStringSpan
940 private static boolean matches16(CharSequence s, int start, final String t, int length) { in matches16()
960 static boolean matches16CPB(CharSequence s, int start, int limit, final String t, int tlength) { in matches16CPB()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c1081 ThreadId t; in PRE() local
5703 SizeT span = end_addr - start_addr; in mmapobj_process_phdrs() local