Home
last modified time | relevance | path

Searched defs:offset (Results 6551 - 6575 of 17565) sorted by relevance

1...<<261262263264265266267268269270>>...703

/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.cpp171 int32_t count, resultIdx, incVal, offset; in ufmt_utop() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp50 static le_int32 findRun(const RunArray *runArray, le_int32 offset) in findRun() argument
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp346 uint32_t itemCount, offset, i; in udata_swapPackage() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducmstate.cpp623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; in compactToUnicode2() local
592 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, uint32_t offset) ucm_findFallback() argument
843 findUnassigned(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, int32_t state, int32_t offset, uint32_t b) findUnassigned() argument
980 uint32_t offset; ucm_countChars() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_utils.c47 void VP8RemapBitReader(VP8BitReader* const br, ptrdiff_t offset) { in VP8RemapBitReader() argument
H A Dhuffman_utils.c90 int offset[MAX_ALLOWED_CODE_LENGTH + 1]; in BuildHuffmanTable() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dresponse.c364 MHD_create_response_from_fd_at_offset(size_t size, int fd, off_t offset) MHD_create_response_from_fd_at_offset() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.c467 unsigned int offset; in SPDYF_name_value_to_stream() local
562 unsigned int offset = 0; SPDYF_name_value_from_stream() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java114 public void onSend(byte[] data, int offset, in onSend() argument
H A DAudioStreamBase.java127 public abstract int write(float[] buffer, int offset, int length); in write() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java76 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() argument
98 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend() argument
178 public void logMidiMessage(byte[] data, int offset, int count) { in logMidiMessage() argument
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp277 size_t DWriteFontTypeface::onGetTableData(SkFontTableTag tag, size_t offset, in onGetTableData() argument
H A DSkOSFile_posix.cpp112 size_t sk_qread(FILE* file, void* buffer, size_t count, size_t offset) { in sk_qread() argument
H A DSkOSFile_win.cpp131 size_t sk_qread(FILE* file, void* buffer, size_t count, size_t offset) { in sk_qread() argument
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp103 bool SkDWriteFontFileStream::move(long offset) { in move() argument
/third_party/skia/tests/
H A DTextBlobCacheTest.cpp204 static SkBitmap draw_blob(SkTextBlob* blob, SkSurface* surface, SkPoint offset) { in draw_blob() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcommand.h71 uint32_t offset = 2u * ((copycode >> 3u) + 3u * (inscode >> 3u)); in CombineLengthCodes() local
161 uint32_t offset = ((2U + (hcode & 1U)) << nbits) - 4U; in CommandRestoreDistanceCode() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs115 private static int ReadSymbol(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadSymbol() argument
133 private static int ReadBlockLength(int[] table, int offset, Org.Brotli.Dec.BitReader br) in ReadBlockLength() argument
252 ReadHuffmanCode(int alphabetSize, int[] table, int offset, Org.Brotli.Dec.BitReader br) ReadHuffmanCode() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DBitReader.java214 static void copyBytes(State s, byte[] data, int offset, int length) { in copyBytes() argument
/third_party/skia/third_party/externals/brotli/research/
H A Dsieve.cc11 TextIdx offset; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderEncoderBase.cpp267 APISetIndexBuffer(BufferBase* buffer, wgpu::IndexFormat format, uint64_t offset, uint64_t size) APISetIndexBuffer() argument
327 APISetVertexBuffer(uint32_t slot, BufferBase* buffer, uint64_t offset, uint64_t size) APISetVertexBuffer() argument
[all...]
H A DBuffer.cpp355 void* BufferBase::APIGetMappedRange(size_t offset, size_t size) { in APIGetMappedRange() argument
314 APIMapAsync(wgpu::MapMode mode, size_t offset, size_t size, WGPUBufferMapCallback callback, void* userdata) APIMapAsync() argument
359 APIGetConstMappedRange(size_t offset, size_t size) APIGetConstMappedRange() argument
363 GetMappedRange(size_t offset, size_t size, bool writable) GetMappedRange() argument
432 ValidateMapAsync(wgpu::MapMode mode, size_t offset, size_t size, WGPUBufferMapAsyncStatus* status) const ValidateMapAsync() argument
451 offset, size, mSize, this); ValidateMapAsync() local
483 CanGetMappedRange(bool writable, size_t offset, size_t size) const CanGetMappedRange() argument
556 IsFullBufferRange(uint64_t offset, uint64_t size) const IsFullBufferRange() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBufferD3D12.cpp356 MaybeError Buffer::MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) { in MapAsyncImpl() argument
317 MapInternal(bool isWrite, size_t offset, size_t size, const char* contextInfo) MapInternal() argument
411 EnsureDataInitializedAsDestination( CommandRecordingContext* commandContext, uint64_t offset, uint64_t size) EnsureDataInitializedAsDestination() argument
460 ClearBuffer(CommandRecordingContext* commandContext, uint8_t clearValue, uint64_t offset, uint64_t size) ClearBuffer() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DVertexStateTests.cpp159 uint64_t offset; member
[all...]
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.h139 DWORD64 offset; // if 0, we have no valid entry member

Completed in 20 milliseconds

1...<<261262263264265266267268269270>>...703