Home
last modified time | relevance | path

Searched defs:offset (Results 426 - 450 of 4614) sorted by relevance

1...<<11121314151617181920>>...185

/third_party/skia/src/core/
H A DSkData.cpp59 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() argument
/third_party/skia/src/gpu/
H A DGrDstProxyView.h42 const SkIPoint& offset() const { return fOffset; } in offset() function in GrDstProxyView
44 void setOffset(const SkIPoint& offset) { fOffset = offset; } in setOffset() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp76 void Buffer::bufferSubData(const void *data, GLsizeiptr size, GLintptr offset) in bufferSubData() argument
86 void* Buffer::mapRange(GLintptr offset, GLsizeiptr length, GLbitfield access) in mapRange() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipelineLayout.hpp53 uint32_t offset; // Offset in bytes in the descriptor set data. member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DGrowableMemoryByteArray.java44 protected int internalPut(int index, byte[] b, int offset, int length) { in internalPut() argument
56 protected int internalGet(int index, byte[] b, int offset, int length) { in internalGet() argument
68 public int copyTo(OutputStream os, int offset, int length) throws IOException { in copyTo() argument
H A DSegmentedGrowableMemoryByteArray.java72 protected int internalPut(int index, byte[] b, int offset, int length) { in internalPut() argument
96 protected int internalGet(int index, byte[] b, int offset, int length) { in internalGet() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DHeader.java36 private final int offset; field in Header
67 public Header(int tag, long checksum, int offset, int length) { in Header() argument
129 public int offset() { offset() method in Header
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat14.java36 protected Builder(WritableFontData data, int offset, CMapId cmapId) { in Builder() argument
42 protected Builder(ReadableFontData data, int offset, CMapId cmapId) { in Builder() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DTagOffsetRecord.java11 final int offset; field in TagOffsetRecord
18 TagOffsetRecord(int tag, int offset) { in TagOffsetRecord() argument
H A DTagOffsetRecordList.java33 protected TagOffsetRecord getRecordAt(ReadableFontData data, int offset) { in getRecordAt() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DGlyphRenumberer.java48 private final int offset; field in GlyphRenumberer.Offset
50 private Offset(int offset) { in Offset() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dspan.go[all...]
H A Dtoken.go[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollation.cpp33 Collation::incTwoBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) { in incTwoBytePrimaryByOffset() argument
52 Collation::incThreeBytePrimaryByOffset(uint32_t basePrimary, UBool isCompressible, int32_t offset) { in incThreeBytePrimaryByOffset() argument
127 int32_t offset = (c - (lower32 >> 8)) * (lower32 & 0x7f); // delta * increment getThreeBytePrimaryForOffsetData() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DCircularCaptureBuffer.java38 public int write(float[] buffer, int offset, int numSamples) { in write() argument
75 public int readMostRecent(float[] buffer, int offset, int numSamples) { in readMostRecent() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend() argument
57 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent() argument
77 private MidiEvent createScheduledEvent(byte[] msg, int offset, int count, in createScheduledEvent() argument
/third_party/skia/tests/
H A DPDFGlyphsToUnicodeTest.cpp19 static bool stream_equals(const SkDynamicMemoryWStream& stream, size_t offset, in stream_equals() argument
H A DRepeatedClippedBlurTest.cpp96 SkIPoint offset; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
H A DSpecialSurfaceTest.cpp32 test_surface(const sk_sp<SkSpecialSurface>& surf, skiatest::Reporter* reporter, int offset) test_surface() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureCopySplitter.cpp44 uint64_t AlignDownForDataPlacement(uint32_t offset) { in AlignDownForDataPlacement() argument
24 ComputeTexelOffsets(const TexelBlockInfo& blockInfo, uint32_t offset, uint32_t bytesPerRow) ComputeTexelOffsets() argument
54 Compute2DTextureCopySubresource(Origin3D origin, Extent3D copySize, const TexelBlockInfo& blockInfo, uint64_t offset, uint32_t bytesPerRow) Compute2DTextureCopySubresource() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/
H A DBundleHelper.java81 public static long updateCrc64(long crc, byte[] data, int offset, int length) { in updateCrc64() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-ankr-table.hh67 const NNOffset16To<GlyphAnchors> *offset = (this+lookupTable).get_value (glyph_id, num_glyphs); in get_anchor() local
H A Dhb-ms-feature-ranges.cc85 auto offset = feature_records.length; in hb_ms_setup_features() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstruct.cc81 StructMember(const ast::StructMember* declaration, Symbol name, sem::Type* type, uint32_t index, uint32_t offset, uint32_t align, uint32_t size) StructMember() argument
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DParserLiteTest.java77 private byte[] generatePaddingArray(byte[] data, int offset, int padding) { in generatePaddingArray() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...185