Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h126 SkTSpan<OppCurve, TCurve>* findOppT(double t) const { in findOppT()
265 SkTSpan<TCurve, OppCurve>* addSplitAt(SkTSpan<TCurve, OppCurve>* span, double t) { in addSplitAt()
356 void SkTCoincident<TCurve, OppCurve>::setPerp(const TCurve& c1, double t, in setPerp()
392 void SkTSpan<TCurve, OppCurve>::addBounded(SkTSpan<OppCurve, TCurve>* span, SkArenaAlloc* heap) { in addBounded()
423 void SkTSect<TCurve, OppCurve>::addForPerp(SkTSpan<OppCurve, TCurve>* span, double t) { in addForPerp()
473 bool SkTSpan<TCurve, OppCurve>::debugIsBefore(const SkTSpan* span) const { in debugIsBefore()
485 bool SkTSpan<TCurve, OppCurve>::contains(double t) const { in contains()
591 bool SkTSpan<TCurve, OppCurve>::linearsIntersect(SkTSpan<OppCurve, TCurve>* span) { in linearsIntersect()
693 SkTSpan<OppCurve, TCurve>* SkTSpan<TCurve, OppCurve>::oppT(double t) const { in oppT()
758 bool SkTSpan<TCurve, OppCurve>::splitAt(SkTSpan* work, double t, SkArenaAlloc* heap) { in splitAt()
[all …]
DSkOpSpan.cpp99 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) { in init()
111 const SkOpSpanBase* span = this->span(); in onEnd() local
228 void SkOpSpanBase::initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in initBase()
244 void SkOpSpanBase::merge(SkOpSpan* span) { in merge()
385 void SkOpSpan::init(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in init()
407 SkOpSpan* span; in insertCoincidence() local
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
239 double t = get_t_guess(fTopTTry++, &dirOffset); in sortableTop() local
276 SkOpSpan* span = hit->fSpan; in sortableTop() local
299 SkOpSpan* span = hit->fSpan; in sortableTop() local
370 SkOpSpan* span = &fHead; in findSortableTop() local
DSkOpSegment.cpp191 const SkOpPtT* SkOpSegment::existing(double t, const SkOpSegment* opp) const { in existing()
247 SkOpPtT* SkOpSegment::addT(double t, const SkPoint& pt) { in addT()
260 SkOpSpan* span = this->insert(prev); in addT() local
276 SkOpPtT* SkOpSegment::addT(double t) { in addT()
294 SkOpSpan* span = spanBase->upCast(); in calcAngles() local
314 SkOpSpan* span = &fHead; in clearAll() local
322 void SkOpSegment::clearOne(SkOpSpan* span) { in clearOne()
329 const SkOpSpanBase* span = &fHead; in collapsed() local
481 void SkOpSegment::release(const SkOpSpan* span) { in release()
491 double SkOpSegment::distSq(double t, const SkOpAngle* oppAngle) const { in distSq()
[all …]
DSkOpSpan.h87 void insert(SkOpPtT* span) { in insert()
150 void setSpan(const SkOpSpanBase* span) { in setSpan()
154 const SkOpSpanBase* span() const { in span() function
158 SkOpSpanBase* span() { in span() function
370 double t() const { in t() function
DSkPathOpsDebug.cpp29 #define FAIL_WITH_NULL_IF(cond, span) \ argument
33 #define RETURN_FALSE_IF(cond, span) \ argument
56 const SkOpSpanBase* span) { in ChaseContains()
747 const SkOpPtT* SkOpSegment::debugAddT(double t, SkPathOpsDebug::GlitchLog* log) const { in debugAddT()
750 const SkOpSpanBase* span = &fHead; in debugAddT() local
781 const SkOpSpan* span; in debugCheckAngleCoin() local
809 const SkOpSpan* span = &fHead; in debugClearAll() local
817 void SkOpSegment::debugClearOne(const SkOpSpan* span, SkPathOpsDebug::GlitchLog* glitches) const { in debugClearOne() argument
826 SkOpSpan* span = this->head(); in debugLastAngle() local
839 void SkOpSegment::DebugClearVisited(const SkOpSpanBase* span) { in DebugClearVisited()
[all …]
DSkOpSegment.h324 bool ptsDisjoint(const SkOpPtT& span, const SkOpPtT& test) const { in ptsDisjoint()
330 bool ptsDisjoint(const SkOpPtT& span, double t, const SkPoint& pt) const { in ptsDisjoint()
DSkOpCoincidence.cpp306 double t = i[0][index]; in addEndMovedSpans() local
382 SkCoincidentSpans* span = fHead; in addEndMovedSpans() local
528 double SkOpCoincidence::TRange(const SkOpPtT* overS, double t, in TRange()
/external/skia/tests/
DPathOpsTSectDebug.h38 const SkTSpan<TCurve, OppCurve>* SkTSect<TCurve, OppCurve>::debugT(double t) const { in debugT()
151 const SkTSpan<TCurve, OppCurve>* SkTSpan<TCurve, OppCurve>::debugT(double t) const { in debugT()
161 const SkTSpan<OppCurve, TCurve>* span = testBounded->fBounded; in dumpAll() local
179 const SkTSpan<OppCurve, TCurve>* span = testBounded->fBounded; in dump() local
DPathOpsDebug.cpp291 const SkOpAngle* SkPathOpsDebug::DebugSegmentAngle(const SkOpSegment* span, int id) { in DebugSegmentAngle()
295 SkOpContour* SkPathOpsDebug::DebugSegmentContour(SkOpSegment* span, int id) { in DebugSegmentContour()
299 const SkOpPtT* SkPathOpsDebug::DebugSegmentPtT(const SkOpSegment* span, int id) { in DebugSegmentPtT()
303 const SkOpSegment* SkPathOpsDebug::DebugSegmentSegment(const SkOpSegment* span, int id) { in DebugSegmentSegment()
307 const SkOpSpanBase* SkPathOpsDebug::DebugSegmentSpan(const SkOpSegment* span, int id) { in DebugSegmentSpan()
311 const SkOpAngle* SkPathOpsDebug::DebugSpanAngle(const SkOpSpanBase* span, int id) { in DebugSpanAngle()
315 SkOpContour* SkPathOpsDebug::DebugSpanContour(SkOpSpanBase* span, int id) { in DebugSpanContour()
319 const SkOpPtT* SkPathOpsDebug::DebugSpanPtT(const SkOpSpanBase* span, int id) { in DebugSpanPtT()
323 const SkOpSegment* SkPathOpsDebug::DebugSpanSegment(const SkOpSpanBase* span, int id) { in DebugSpanSegment()
327 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/libtextclassifier/smartselect/
Dfeature-processor.cc116 void FindSubstrings(const UnicodeText& t, const std::set<char32>& codepoints, in FindSubstrings()
135 void StripTokensFromOtherLines(const std::string& context, CodepointSpan span, in StripTokensFromOtherLines()
247 const std::pair<CodepointIndex, CodepointIndex>& span, in SpanToLabel() argument
352 int CenterTokenFromClick(CodepointSpan span, in CenterTokenFromClick()
380 CodepointSpan span, const std::vector<Token>& selectable_tokens) { in CenterTokenFromMiddleOfSelection()
396 int FeatureProcessor::FindCenterToken(CodepointSpan span, in FindCenterToken()
427 CodepointSpan span; in SelectionLabelSpans() local
710 CodepointSpan span(-1, -1); in InternalRetokenize() local
740 CodepointSpan span, in TokenizeSubstring()
/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/icu/icu4c/source/common/
Dunisetspan.cpp183 appendUTF8(const UChar *s, int32_t length, uint8_t *t, int32_t capacity) { in appendUTF8()
451 matches16(const UChar *s, const UChar *t, int32_t length) { in matches16()
461 matches8(const uint8_t *s, const uint8_t *t, int32_t length) { in matches8()
474 matches16CPB(const UChar *s, int32_t start, int32_t limit, const UChar *t, int32_t length) { in matches16CPB()
634 int32_t UnicodeSetStringSpan::span(const UChar *s, int32_t length, USetSpanCondition spanCondition)… in span() function in UnicodeSetStringSpan
Duniset.cpp1025 UnicodeString* t = new UnicodeString(s); in _add() local
2212 int32_t UnicodeSet::span(const UChar *s, int32_t length, USetSpanCondition spanCondition) const { in span() function in UnicodeSet
/external/ImageMagick/MagickCore/
Dresize.c1304 t, in I0() local
2391 const MagickSizeType span,MagickOffsetType *offset,ExceptionInfo *exception) in HorizontalFilter()
2608 const MagickSizeType span,MagickOffsetType *offset,ExceptionInfo *exception) in VerticalFilter()
2837 span; in ResizeImage() local
3205 span; in ScaleImage() local
3474 t; in ScaleImage() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java371 public int span(CharSequence s, int start, SpanCondition spanCondition) { in span() method in UnicodeSetStringSpan
944 private static boolean matches16(CharSequence s, int start, final String t, int length) { in matches16()
964 static boolean matches16CPB(CharSequence s, int start, int limit, final String t, int tlength) { in matches16CPB()
/external/icu/icu4j/main/classes/core/src/com/ibm/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