Searched refs:count_offset (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffparse.h | 124 FT_UInt count_offset; member
|
D | cffparse.c | 1531 field->count_offset; in cff_parser_run()
|
/third_party/freetype/src/cff/ |
D | cffparse.h | 124 FT_UInt count_offset; member
|
D | cffparse.c | 1531 field->count_offset; in cff_parser_run()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffparse.h | 125 FT_UInt count_offset; member
|
D | cffparse.c | 1530 field->count_offset; in cff_parser_run()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 692 intptr_t count_offset = blob_reserve_uint32(&blob); in vk_common_GetPipelineCacheData() local 693 if (count_offset < 0) { in vk_common_GetPipelineCacheData() 742 blob_overwrite_uint32(&blob, count_offset, count); in vk_common_GetPipelineCacheData()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 1007 intptr_t count_offset = blob_reserve_uint32(&blob); in v3dv_GetPipelineCacheData() local 1008 if (count_offset < 0) { in v3dv_GetPipelineCacheData() 1028 blob_overwrite_uint32(&blob, count_offset, count); in v3dv_GetPipelineCacheData()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_draw.cpp | 1210 uint64_t count_offset = 0; in d3d12_draw_vbo() local 1211 indirect_count_buf = d3d12_resource_underlying(count_buf, &count_offset); in d3d12_draw_vbo() 1212 indirect_count_offset = indirect->indirect_draw_count_offset + count_offset; in d3d12_draw_vbo()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 264 FT_UInt count_offset; /* offset of element count for */ member
|
/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 264 FT_UInt count_offset; /* offset of element count for */ member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 265 FT_UInt count_offset; /* offset of element count for */ member
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psobjs.c | 1364 if ( field->type != T1_FIELD_TYPE_BBOX && field->count_offset != 0 ) in ps_parser_load_field_table() 1365 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) = in ps_parser_load_field_table()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psobjs.c | 1365 if ( field->type != T1_FIELD_TYPE_BBOX && field->count_offset != 0 ) in ps_parser_load_field_table() 1366 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) = in ps_parser_load_field_table()
|
/third_party/freetype/src/psaux/ |
D | psobjs.c | 1329 if ( field->type != T1_FIELD_TYPE_BBOX && field->count_offset != 0 ) in ps_parser_load_field_table() 1330 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) = in ps_parser_load_field_table()
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 3449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 3449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 3449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
|