| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmorx2.c | 176 FT_ULong offset; in gxv_morx_subtable_type2_ligActionIndex_validate() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | ftgzip.c | 587 ft_gzip_stream_io( FT_Stream stream, unsigned long offset, unsigned char* buffer, unsigned long count ) ft_gzip_stream_io() argument
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrgload.c | 722 pfr_glyph_load_rec( PFR_Glyph glyph, FT_Stream stream, FT_ULong gps_offset, FT_ULong offset, FT_ULong size ) pfr_glyph_load_rec() argument
|
| H A D | pfrload.c | 335 FT_UInt32 offset; in FT_LOCAL_DEF() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | ttload.c | 182 FT_ULong offset = sfnt->offset + 12; in check_table_dir() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-use-table.py | 475 offset = 0 variable 536 offset = "use_offset_0x%04xu" % start variable
|
| H A D | hb-blob.cc | 169 hb_blob_create_sub_blob(hb_blob_t *parent, unsigned int offset, unsigned int length) hb_blob_create_sub_blob() argument
|
| H A D | hb-machinery.hh | 47 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() argument 50 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() argument 53 static inline const Type& StructAtOffsetUnaligned(const void *P, unsigned int offset) in StructAtOffsetUnaligned() argument 61 static inline Type& StructAtOffsetUnaligned(void *P, unsigned int offset) in StructAtOffsetUnaligned() argument
|
| H A D | hb-ot-map.cc | 123 unsigned int offset, len; in add_lookups() local
|
| H A D | hb-ot-name-table.hh | 153 offset; /* String offset from start of storage area (in bytes). */ member
|
| H A D | hb-ot-post-table.hh | 246 unsigned int offset = index_to_offset[index]; in find_glyph_name() local
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-subset-glyf.c | 32 static void check_maxp_field (uint8_t *raw_maxp, unsigned int offset, uint16_t expected_value) in check_maxp_field() argument
|
| /third_party/skia/third_party/externals/piex/src/ |
| H A D | piex_types.h | 45 std::uint32_t offset = 0; member
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| H A D | readable_font_data.cc | 314 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset, in Slice() argument 329 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset) { in Slice() argument 86 ReadBytes(int32_t index, uint8_t* b, int32_t offset, int32_t length) ReadBytes() argument 341 ReadableFontData(ReadableFontData* data, int32_t offset) ReadableFontData() argument 347 ReadableFontData(ReadableFontData* data, int32_t offset, int32_t length) ReadableFontData() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | ebdt_table.cc | 36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() argument
|
| H A D | index_sub_table_format1.cc | 26 GetDataLength(ReadableFontData* data, int32_t offset, int32_t first, int32_t last) GetDataLength() argument
|
| H A D | index_sub_table_format3.cc | 49 GetDataLength(ReadableFontData* data, int32_t offset, int32_t first, int32_t last) GetDataLength() argument
|
| H A D | index_sub_table_format4.cc | 296 int32_t offset = EblcTable::Offset::kIndexSubTable4_glyphArray; in Initialize() local 90 CodeOffsetPair(int32_t glyph_code, int32_t offset) CodeOffsetPair() argument 99 CodeOffsetPairBuilder( int32_t glyph_code, int32_t offset) CodeOffsetPairBuilder() argument 372 int32_t offset = offset_array->at(code_offset_pair_index_).offset(); Next() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
| H A D | font_data_test.cc | 90 int offset = lower_start_index; in FillTestFontDataWithShortsForSearching() local 211 bool ReadComparison(int32_t offset, in ReadComparison() argument [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-remap-sink.c | 74 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
|
| H A D | module-pipe-sink.c | 109 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
|
| H A D | module-remap-source.c | 81 static int source_process_msg_cb(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg_cb() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 226 uint32_t offset() const { return AbsOffset; } in offset() function in llvm::VarStreamArrayIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | R600MCCodeEmitter.cpp | 188 const unsigned offset = (&MO == &MI.getOperand(0)) ? 0 : 4; in getMachineOpValue() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | vertex_pulling.h | 73 uint32_t offset; member
|