Home
last modified time | relevance | path

Searched refs:module_data (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cid/
Dcidobjs.c117 if ( cidsize->internal->module_data ) in cid_size_done()
124 funcs->destroy( (PSH_Globals)cidsize->internal->module_data ); in cid_size_done()
126 cidsize->internal->module_data = NULL; in cid_size_done()
149 cidsize->internal->module_data = globals; in cid_size_init()
172 funcs->set_scale( (PSH_Globals)size->internal->module_data, in cid_size_request()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.c77 if ( t1size->internal->module_data ) in T1_Size_Done()
84 funcs->destroy( (PSH_Globals)t1size->internal->module_data ); in T1_Size_Done()
86 t1size->internal->module_data = NULL; in T1_Size_Done()
108 t1size->internal->module_data = globals; in T1_Size_Init()
130 funcs->set_scale( (PSH_Globals)t1size->internal->module_data, in T1_Size_Request()
/third_party/gn/src/gn/
Druntime_deps_unittest.cc318 Target module_data(setup.settings(), Label(source_dir, "module_data")); in TEST_F() local
319 InitTargetWithType(setup, &module_data, Target::BUNDLE_DATA); in TEST_F()
320 module_data.private_deps().push_back(LabelTargetPair(&loadable_module)); in TEST_F()
321 module_data.bundle_data().file_rules().push_back(BundleFileRule( in TEST_F()
325 ASSERT_TRUE(module_data.OnResolved(&err)); in TEST_F()
362 bundle.private_deps().push_back(LabelTargetPair(&module_data)); in TEST_F()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffobjs.c87 CFF_Internal internal = (CFF_Internal)cffsize->internal->module_data; in cff_size_done()
202 cffsize->internal->module_data = internal; in cff_size_init()
243 CFF_Internal internal = (CFF_Internal)size->internal->module_data; in cff_size_select()
319 CFF_Internal internal = (CFF_Internal)size->internal->module_data; in cff_size_request()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftobjs.h459 void* module_data; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsobjs.c1597 builder->hints_globals = size->internal->module_data; in t1_builder_init()
1869 CFF_Internal internal = (CFF_Internal)ftsize->internal->module_data; in cff_builder_init()
Dcffdecode.c2399 CFF_Internal internal = (CFF_Internal)ftsize->internal->module_data; in cff_decoder_prepare()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.281501 structure with a single field `module_data'.
1507 `size->internal->module_data' instead of `size->internal'.
1509 * src/cff/cffobjs.c (cff_size_done): Deallocate `module_data'.
1511 `size->internal->module_data' instead of `size->internal'.
1514 cid_size_request): Use `size->internal->module_data' instead of
1518 `size->internal->module_data' instead of `size->internal'.
1521 Use `size->internal->module_data' instead of `size->internal'.