Searched refs:cs_offset (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 147 FT_UInt cs_offset; in cid_load_glyph() local 166 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 167 if ( cs_offset > glyph_length ) in cid_load_glyph() 185 charstring + cs_offset, in cid_load_glyph() 186 glyph_length - cs_offset ); in cid_load_glyph() 191 charstring + cs_offset, in cid_load_glyph() 192 glyph_length - cs_offset ); in cid_load_glyph() 209 charstring + cs_offset, in cid_load_glyph() 210 glyph_length - cs_offset ); in cid_load_glyph() 225 charstring + cs_offset, in cid_load_glyph() [all …]
|
/third_party/freetype/src/cid/ |
D | cidgload.c | 142 FT_UInt cs_offset; in cid_load_glyph() local 161 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 162 if ( cs_offset > glyph_length ) in cid_load_glyph() 180 charstring + cs_offset, in cid_load_glyph() 181 glyph_length - cs_offset ); in cid_load_glyph() 186 charstring + cs_offset, in cid_load_glyph() 187 glyph_length - cs_offset ); in cid_load_glyph() 204 charstring + cs_offset, in cid_load_glyph() 205 glyph_length - cs_offset ); in cid_load_glyph() 220 charstring + cs_offset, in cid_load_glyph() [all …]
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 142 FT_UInt cs_offset; in cid_load_glyph() local 161 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph() 162 if ( cs_offset > glyph_length ) in cid_load_glyph() 180 charstring + cs_offset, in cid_load_glyph() 181 glyph_length - cs_offset ); in cid_load_glyph() 186 charstring + cs_offset, in cid_load_glyph() 187 glyph_length - cs_offset ); in cid_load_glyph() 204 charstring + cs_offset, in cid_load_glyph() 205 glyph_length - cs_offset ); in cid_load_glyph() 220 charstring + cs_offset, in cid_load_glyph() [all …]
|
/third_party/ltp/testcases/network/lib6/ |
D | asapi_01.c | 148 int cs_offset; member 250 offset = sizeof(struct tprot) + cstab[i].cs_offset; in client()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_renderer_vtest.c | 532 size_t cs_offset = header_size; in vtest_vcmd_submit_cmd2() local 533 size_t sync_offset = cs_offset + cs_size; in vtest_vcmd_submit_cmd2() 538 .cmd_offset = cs_offset / sizeof(uint32_t), in vtest_vcmd_submit_cmd2() 550 cs_offset += batch->cs_size; in vtest_vcmd_submit_cmd2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 5056 struct radeon_cmdbuf **cs_array, unsigned cs_count, unsigned cs_offset, in radv_queue_submit_with_ace() argument 5108 (struct radv_cmd_buffer *)submission->command_buffers[j + c + cs_offset]; in radv_queue_submit_with_ace() 5164 const unsigned cs_offset = uses_perf_counters ? 1 : 0; in radv_queue_submit_normal() local 5176 cs_array[j + cs_offset] = cmd_buffer->cs; in radv_queue_submit_normal() 5197 result = radv_queue_submit_with_ace(queue, submission, cs_array, cmd_buffer_count, cs_offset, in radv_queue_submit_normal()
|