Home
last modified time | relevance | path

Searched refs:count_offset (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
Dcffparse.h124 FT_UInt count_offset; member
Dcffparse.c1531 field->count_offset; in cff_parser_run()
/third_party/freetype/src/cff/
Dcffparse.h124 FT_UInt count_offset; member
Dcffparse.c1531 field->count_offset; in cff_parser_run()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffparse.h125 FT_UInt count_offset; member
Dcffparse.c1530 field->count_offset; in cff_parser_run()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c692 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/
Dv3dv_pipeline_cache.c1007 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/
Dd3d12_draw.cpp1210 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/
Dpsaux.h264 FT_UInt count_offset; /* offset of element count for */ member
/third_party/freetype/include/freetype/internal/
Dpsaux.h264 FT_UInt count_offset; /* offset of element count for */ member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h265 FT_UInt count_offset; /* offset of element count for */ member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1364 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/
Dpsobjs.c1365 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/
Dpsobjs.c1329 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/
DChangeLog.233449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.233449 `count_offset' if it is zero (i.e., unused). Otherwise, the first
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.233449 `count_offset' if it is zero (i.e., unused). Otherwise, the first