Home
last modified time | relevance | path

Searched refs:aOffset (Results 1 – 25 of 3235) sorted by relevance

12345678910>>...130

/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaResource.cpp79 if (aOffset < 0 || endOffset < aOffset) { in ReadAt()
114 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
115 aOffset += read; in ReadAt()
200 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
201 aOffset += read; in ReadAt()
247 aCount, aOffset, aCount, toRead, aOffset); in CacheOrReadAt()
257 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
264 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
274 aCount, aOffset, toCopy, aOffset, *aBytes); in CacheOrReadAt()
323 if (aOffset < 0) { in UncachedReadAt()
[all …]
H A DBufferMediaResource.h33 nsresult ReadAt(int64_t aOffset, char* aBuffer, uint32_t aCount, in ReadAt() argument
35 if (aOffset < 0 || aOffset > mLength) { in ReadAt()
38 *aBytes = std::min(mLength - static_cast<uint32_t>(aOffset), aCount); in ReadAt()
39 memcpy(aBuffer, mBuffer + aOffset, *aBytes); in ReadAt()
48 int64_t GetNextCachedData(int64_t aOffset) override { return aOffset; } in GetNextCachedData() argument
49 int64_t GetCachedDataEnd(int64_t aOffset) override { in GetCachedDataEnd() argument
50 return std::max(aOffset, int64_t(mLength)); in GetCachedDataEnd()
52 bool IsDataCachedToEndOfResource(int64_t aOffset) override { return true; } in IsDataCachedToEndOfResource() argument
53 nsresult ReadFromCache(char* aBuffer, int64_t aOffset, in ReadFromCache() argument
55 if (aOffset < 0) { in ReadFromCache()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaResource.cpp92 if (aOffset < 0 || endOffset < aOffset) { in ReadAt()
127 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
128 aOffset += read; in ReadAt()
213 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
214 aOffset += read; in ReadAt()
260 aCount, aOffset, aCount, toRead, aOffset); in CacheOrReadAt()
270 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
277 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
287 aCount, aOffset, toCopy, aOffset, *aBytes); in CacheOrReadAt()
336 if (aOffset < 0) { in UncachedReadAt()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaResource.cpp79 if (aOffset < 0 || endOffset < aOffset) { in ReadAt()
114 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
115 aOffset += read; in ReadAt()
200 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
201 aOffset += read; in ReadAt()
247 aCount, aOffset, aCount, toRead, aOffset); in CacheOrReadAt()
257 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
264 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
274 aCount, aOffset, toCopy, aOffset, *aBytes); in CacheOrReadAt()
323 if (aOffset < 0) { in UncachedReadAt()
[all …]
H A DBufferMediaResource.h33 nsresult ReadAt(int64_t aOffset, char* aBuffer, uint32_t aCount, in ReadAt() argument
35 if (aOffset < 0 || aOffset > mLength) { in ReadAt()
38 *aBytes = std::min(mLength - static_cast<uint32_t>(aOffset), aCount); in ReadAt()
39 memcpy(aBuffer, mBuffer + aOffset, *aBytes); in ReadAt()
48 int64_t GetNextCachedData(int64_t aOffset) override { return aOffset; } in GetNextCachedData() argument
49 int64_t GetCachedDataEnd(int64_t aOffset) override { in GetCachedDataEnd() argument
50 return std::max(aOffset, int64_t(mLength)); in GetCachedDataEnd()
52 bool IsDataCachedToEndOfResource(int64_t aOffset) override { return true; } in IsDataCachedToEndOfResource() argument
53 nsresult ReadFromCache(char* aBuffer, int64_t aOffset, in ReadFromCache() argument
55 if (aOffset < 0) { in ReadFromCache()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaResource.cpp79 if (aOffset < 0 || endOffset < aOffset) { in ReadAt()
114 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
115 aOffset += read; in ReadAt()
200 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
201 aOffset += read; in ReadAt()
247 aCount, aOffset, aCount, toRead, aOffset); in CacheOrReadAt()
257 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
264 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
274 aCount, aOffset, toCopy, aOffset, *aBytes); in CacheOrReadAt()
323 if (aOffset < 0) { in UncachedReadAt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaResource.cpp96 if (aOffset < 0 || endOffset < aOffset) { in ReadAt()
131 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
217 aCount, aOffset, read, aCount - read, aOffset + read); in ReadAt()
218 aOffset += read; in ReadAt()
264 aCount, aOffset, aCount, toRead, aOffset); in CacheOrReadAt()
274 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
281 aCount, aOffset, aCount, toRead, aOffset, read); in CacheOrReadAt()
291 aCount, aOffset, toCopy, aOffset, *aBytes); in CacheOrReadAt()
340 if (aOffset < 0) { in UncachedReadAt()
378 aOffset = mResource->GetLength() - aOffset; in Seek()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxSkipChars.cpp13 : mOffset(aOffset) {} in SkippedRangeStartComparator()
24 aOffset = mSkipChars->mCharCount; in SetOriginalOffset()
27 mOriginalStringOffset = aOffset; in SetOriginalOffset()
31 mSkippedStringOffset = aOffset; in SetOriginalOffset()
36 if (aOffset == 0) { in SetOriginalOffset()
54 mSkippedStringOffset = aOffset; in SetOriginalOffset()
62 if (uint32_t(aOffset) < r.End()) { in SetOriginalOffset()
73 : mOffset(aOffset) {} in SkippedRangeOffsetComparator()
86 mSkippedStringOffset = aOffset; in SetSkippedOffset()
90 mOriginalStringOffset = aOffset; in SetSkippedOffset()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxSkipChars.cpp13 : mOffset(aOffset) {} in SkippedRangeStartComparator()
24 aOffset = mSkipChars->mCharCount; in SetOriginalOffset()
27 mOriginalStringOffset = aOffset; in SetOriginalOffset()
31 mSkippedStringOffset = aOffset; in SetOriginalOffset()
36 if (aOffset == 0) { in SetOriginalOffset()
54 mSkippedStringOffset = aOffset; in SetOriginalOffset()
62 if (uint32_t(aOffset) < r.End()) { in SetOriginalOffset()
73 : mOffset(aOffset) {} in SkippedRangeOffsetComparator()
86 mSkippedStringOffset = aOffset; in SetSkippedOffset()
90 mOriginalStringOffset = aOffset; in SetSkippedOffset()
[all …]
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxSkipChars.cpp13 : mOffset(aOffset) {} in SkippedRangeStartComparator()
24 aOffset = mSkipChars->mCharCount; in SetOriginalOffset()
27 mOriginalStringOffset = aOffset; in SetOriginalOffset()
31 mSkippedStringOffset = aOffset; in SetOriginalOffset()
36 if (aOffset == 0) { in SetOriginalOffset()
54 mSkippedStringOffset = aOffset; in SetOriginalOffset()
62 if (uint32_t(aOffset) < r.End()) { in SetOriginalOffset()
73 : mOffset(aOffset) {} in SkippedRangeOffsetComparator()
86 mSkippedStringOffset = aOffset; in SetSkippedOffset()
90 mOriginalStringOffset = aOffset; in SetSkippedOffset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxSkipChars.cpp13 : mOffset(aOffset) {} in SkippedRangeStartComparator()
24 aOffset = mSkipChars->mCharCount; in SetOriginalOffset()
27 mOriginalStringOffset = aOffset; in SetOriginalOffset()
31 mSkippedStringOffset = aOffset; in SetOriginalOffset()
36 if (aOffset == 0) { in SetOriginalOffset()
54 mSkippedStringOffset = aOffset; in SetOriginalOffset()
62 if (uint32_t(aOffset) < r.End()) { in SetOriginalOffset()
73 : mOffset(aOffset) {} in SkippedRangeOffsetComparator()
86 mSkippedStringOffset = aOffset; in SetSkippedOffset()
90 mOriginalStringOffset = aOffset; in SetSkippedOffset()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxSkipChars.cpp12 explicit SkippedRangeStartComparator(const uint32_t aOffset) : mOffset(aOffset) {}
24 "invalid offset " << aOffset <<
26 aOffset = mSkipChars->mCharCount;
29 mOriginalStringOffset = aOffset;
33 mSkippedStringOffset = aOffset;
38 if (aOffset == 0) {
57 mSkippedStringOffset = aOffset;
65 if (uint32_t(aOffset) < r.End()) {
76 explicit SkippedRangeOffsetComparator(const uint32_t aOffset) : mOffset(aOffset) {}
91 mSkippedStringOffset = aOffset;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxSkipChars.cpp12 : mOffset(aOffset) {} in SkippedRangeStartComparator()
23 aOffset = mSkipChars->mCharCount; in SetOriginalOffset()
26 mOriginalStringOffset = aOffset; in SetOriginalOffset()
30 mSkippedStringOffset = aOffset; in SetOriginalOffset()
35 if (aOffset == 0) { in SetOriginalOffset()
53 mSkippedStringOffset = aOffset; in SetOriginalOffset()
61 if (uint32_t(aOffset) < r.End()) { in SetOriginalOffset()
72 : mOffset(aOffset) {} in SkippedRangeOffsetComparator()
85 mSkippedStringOffset = aOffset; in SetSkippedOffset()
89 mOriginalStringOffset = aOffset; in SetSkippedOffset()
[all …]
/dports/cad/alliance/alliance/src/genlib/src/
H A Ddpgen_Nul.c78 long aOffset, amDepth, amDepthNext; in create_Netlist_Tree()
106 LV_prevTreeOut = aOffset;
125 LV_oneShift = 1; aOffset++;
128 return (++aOffset);
202 cell_index = aOffset - 1;
303 DPGEN_PLACE ("inv_x4", s64printf("nul_%ld", aOffset), 0, aOffset * 50);
305 LV_prevTreeOut = aOffset;
309 DPGEN_PLACE ("inv_x4", s64printf("nul_%ld", aOffset), 0, aOffset * 50);
311 LV_oneShift = 1; aOffset++;
314 return (++aOffset);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible.h106 int32_t LinkIndexAtOffset(uint32_t aOffset) in LinkIndexAtOffset() argument
198 *aStartOffset = aOffset;
204 char16_t CharAt(int32_t aOffset) in CharAt() argument
207 CharAt(aOffset, charAtOffset); in CharAt()
215 { return CharAt(aOffset) == aChar; } in IsCharAt()
220 bool IsLineEndCharAt(int32_t aOffset) in IsLineEndCharAt() argument
221 { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt()
295 bool IsValidOffset(int32_t aOffset);
316 aOffset : aOffset + 1; in CharBounds()
324 void SetCaretOffset(int32_t aOffset);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DHyperTextAccessible.h170 *aStartOffset = aOffset;
171 *aEndOffset = aOffset + aChar.Length();
176 char16_t CharAt(int32_t aOffset) { in CharAt() argument
178 CharAt(aOffset, charAtOffset); in CharAt()
186 return CharAt(aOffset) == aChar; in IsCharAt()
192 bool IsLineEndCharAt(int32_t aOffset) { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt() argument
266 bool IsValidOffset(int32_t aOffset);
288 ? aOffset in CharBounds()
289 : aOffset + 1; in CharBounds()
297 void SetCaretOffset(int32_t aOffset);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DHyperTextAccessible.h170 *aStartOffset = aOffset;
171 *aEndOffset = aOffset + aChar.Length();
176 char16_t CharAt(int32_t aOffset) { in CharAt() argument
178 CharAt(aOffset, charAtOffset); in CharAt()
186 return CharAt(aOffset) == aChar; in IsCharAt()
192 bool IsLineEndCharAt(int32_t aOffset) { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt() argument
266 bool IsValidOffset(int32_t aOffset);
288 ? aOffset in CharBounds()
289 : aOffset + 1; in CharBounds()
297 void SetCaretOffset(int32_t aOffset);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DHyperTextAccessible.h186 *aStartOffset = aOffset;
187 *aEndOffset = aOffset + aChar.Length();
192 char16_t CharAt(int32_t aOffset) { in CharAt() argument
194 CharAt(aOffset, charAtOffset); in CharAt()
202 return CharAt(aOffset) == aChar; in IsCharAt()
208 bool IsLineEndCharAt(int32_t aOffset) { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt() argument
281 bool IsValidOffset(int32_t aOffset);
303 ? aOffset in CharBounds()
304 : aOffset + 1; in CharBounds()
312 void SetCaretOffset(int32_t aOffset);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/generic/
H A DHyperTextAccessible.h159 DOMPoint OffsetToDOMPoint(int32_t aOffset);
190 *aStartOffset = aOffset;
196 char16_t CharAt(int32_t aOffset) { in CharAt() argument
198 CharAt(aOffset, charAtOffset); in CharAt()
206 return CharAt(aOffset) == aChar; in IsCharAt()
212 bool IsLineEndCharAt(int32_t aOffset) { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt() argument
285 bool IsValidOffset(int32_t aOffset);
307 ? aOffset in CharBounds()
308 : aOffset + 1; in CharBounds()
316 void SetCaretOffset(int32_t aOffset);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsDisplayListInvalidation.cpp37 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
38 mBorderRect.MoveBy(aOffset); in MoveBy()
57 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
58 mContentRect.MoveBy(aOffset); in MoveBy()
72 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
73 mPositioningArea.MoveBy(aOffset); in MoveBy()
74 mDestRect.MoveBy(aOffset); in MoveBy()
88 mPositioningArea.MoveBy(aOffset); in MoveBy()
100 mPaddingRect.MoveBy(aOffset); in MoveBy()
113 mRegion.MoveBy(aOffset); in MoveBy()
[all …]
/dports/www/firefox/firefox-99.0/accessible/generic/
H A DHyperTextAccessible.h130 char16_t CharAt(int32_t aOffset) { in CharAt() argument
132 CharAt(aOffset, charAtOffset); in CharAt()
140 return CharAt(aOffset) == aChar; in IsCharAt()
146 bool IsLineEndCharAt(int32_t aOffset) { return IsCharAt(aOffset, '\n'); } in IsLineEndCharAt() argument
152 virtual void TextAtOffset(int32_t aOffset,
156 virtual void TextAfterOffset(int32_t aOffset,
198 ? aOffset in CharBounds()
199 : aOffset + 1; in CharBounds()
207 void SetCaretOffset(int32_t aOffset);
334 IsLineEndCharAt(aOffset - 1); in IsEmptyLastLineOffset()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsDisplayListInvalidation.cpp33 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
34 mBorderRect.MoveBy(aOffset); in MoveBy()
57 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
58 mPositioningArea.MoveBy(aOffset); in MoveBy()
59 mDestRect.MoveBy(aOffset); in MoveBy()
69 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
70 mPositioningArea.MoveBy(aOffset); in MoveBy()
79 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
80 mPaddingRect.MoveBy(aOffset); in MoveBy()
89 mRegion.MoveBy(aOffset); in MoveBy()
[all …]
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsDisplayListInvalidation.cpp44 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
45 mBorderRect.MoveBy(aOffset); in MoveBy()
68 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
69 mPositioningArea.MoveBy(aOffset); in MoveBy()
70 mDestRect.MoveBy(aOffset); in MoveBy()
80 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
81 mPositioningArea.MoveBy(aOffset); in MoveBy()
90 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
91 mPaddingRect.MoveBy(aOffset); in MoveBy()
96 mRegion.MoveBy(aOffset); in MoveBy()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsDisplayListInvalidation.cpp33 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
34 mBorderRect.MoveBy(aOffset); in MoveBy()
57 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
58 mPositioningArea.MoveBy(aOffset); in MoveBy()
59 mDestRect.MoveBy(aOffset); in MoveBy()
69 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
70 mPositioningArea.MoveBy(aOffset); in MoveBy()
79 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
80 mPaddingRect.MoveBy(aOffset); in MoveBy()
89 mRegion.MoveBy(aOffset); in MoveBy()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsDisplayListInvalidation.cpp33 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
34 mBorderRect.MoveBy(aOffset); in MoveBy()
57 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
58 mPositioningArea.MoveBy(aOffset); in MoveBy()
59 mDestRect.MoveBy(aOffset); in MoveBy()
69 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
70 mPositioningArea.MoveBy(aOffset); in MoveBy()
79 nsDisplayItemGeometry::MoveBy(aOffset); in MoveBy()
80 mPaddingRect.MoveBy(aOffset); in MoveBy()
89 mRegion.MoveBy(aOffset); in MoveBy()
[all …]

12345678910>>...130