HomeSort by relevance Sort by last modified time
    Searched refs:globals (Results 26 - 50 of 430) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
619 psh_globals_destroy( PSH_Globals globals )
621 if ( globals )
626 memory = globals->memory;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
630 globals->blues.normal_top.count = 0;
631 globals->blues.normal_bottom.count = 0;
632 globals->blues.family_top.count = 0
649 PSH_Globals globals = NULL; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
627 psh_globals_destroy( PSH_Globals globals )
629 if ( globals )
634 memory = globals->memory;
635 globals->dimension[0].stdw.count = 0;
636 globals->dimension[1].stdw.count = 0;
638 globals->blues.normal_top.count = 0;
639 globals->blues.normal_bottom.count = 0;
640 globals->blues.family_top.count = 0
657 PSH_Globals globals = NULL; local
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 41 psh_globals_scale_widths( PSH_Globals globals,
44 PSH_Dimension dim = &globals->dimension[direction];
619 psh_globals_destroy( PSH_Globals globals )
621 if ( globals )
626 memory = globals->memory;
627 globals->dimension[0].stdw.count = 0;
628 globals->dimension[1].stdw.count = 0;
630 globals->blues.normal_top.count = 0;
631 globals->blues.normal_bottom.count = 0;
632 globals->blues.family_top.count = 0
649 PSH_Globals globals = NULL; local
    [all...]
  /external/freetype/src/autofit/
hbshim.h 39 af_get_coverage( AF_FaceGlobals globals,
afglobal.h 63 * Default values and flags for both autofitter globals (found in
64 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
130 af_face_globals_get_metrics( AF_FaceGlobals globals,
136 af_face_globals_free( AF_FaceGlobals globals ); variable
139 af_face_globals_is_digit( AF_FaceGlobals globals,
afpic.h 80 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_writing_system_classes )
82 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_script_classes )
84 ( GET_PIC( FT_FACE_LIBRARY( globals->face ) )->af_style_classes )
hbshim.c 99 af_get_coverage( AF_FaceGlobals globals,
123 if ( !globals || !style_class || !gstyles )
126 face = hb_font_get_face( globals->hb_font );
146 if ( style_class->script == globals->module->default_script &&
272 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch );
361 if ( idx >= (hb_codepoint_t)globals->glyph_count )
436 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode );
444 FT_UInt upem = metrics->globals->face->units_per_EM;
446 hb_font_t* font = metrics->globals->hb_font;
509 af_get_coverage( AF_FaceGlobals globals,
    [all...]
afloader.h 42 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
eval.h 13 PyObject *globals,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
icopen.py 45 _builtin_open = globals().get('_builtin_open', __builtin__.open)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
eval.h 13 PyObject *globals,
  /external/libcxxabi/src/
cxa_default_handlers.cpp 29 __cxa_eh_globals* globals = __cxa_get_globals_fast();
30 if (globals)
32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_handlers.cpp 87 __cxa_eh_globals* globals = __cxa_get_globals_fast();
88 if (globals)
90 __cxa_exception* exception_header = globals->caughtExceptions;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 29 __cxa_eh_globals* globals = __cxa_get_globals_fast();
30 if (globals)
32 __cxa_exception* exception_header = globals->caughtExceptions;
cxa_handlers.cpp 87 __cxa_eh_globals* globals = __cxa_get_globals_fast();
88 if (globals)
90 __cxa_exception* exception_header = globals->caughtExceptions;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
27 globals = results.get("globals")
48 if globals is not None:
49 args.extend([Comma(), globals.clone()])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 19 power< 'execfile' trailer< '(' arglist< filename=any [',' globals=any [',' locals=any ] ] > ')' > >
27 globals = results.get("globals")
48 if globals is not None:
49 args.extend([Comma(), globals.clone()])
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 135 __cxa_eh_globals *globals = __cxa_get_globals(); local
142 header->nextCleanup = globals->cleanupExceptions;
143 globals->cleanupExceptions = header;
146 globals->cleanupExceptions = header;
153 __cxa_eh_globals *globals = __cxa_get_globals(); local
154 __cxa_exception* header = globals->cleanupExceptions;
163 globals->cleanupExceptions = header->nextCleanup;
167 globals->cleanupExceptions = NULL;
292 __cxa_eh_globals* globals = __cxa_get_globals_fast();
293 __cxa_exception* new_exception_header = globals->caughtExceptions
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
pshints.h 36 /***** INTERNAL REPRESENTATION OF GLOBALS *****/
49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
287 * globals ::
288 * The hinter globals for this font.
300 * The scaling transformation is taken from the `globals' object which
307 PSH_Globals globals,
601 * globals ::
602 * The hinter globals for this font.
614 * The scaling transformation is taken from the `globals' object whic
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.h 42 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
  /external/freetype/include/internal/
pshints.h 36 /***** INTERNAL REPRESENTATION OF GLOBALS *****/
49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
287 * globals ::
288 * The hinter globals for this font.
300 * The scaling transformation is taken from the `globals' object which
307 PSH_Globals globals,
601 * globals ::
602 * The hinter globals for this font.
614 * The scaling transformation is taken from the `globals' object whic
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
pshints.h 36 /***** INTERNAL REPRESENTATION OF GLOBALS *****/
49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
287 * globals ::
288 * The hinter globals for this font.
300 * The scaling transformation is taken from the `globals' object which
307 PSH_Globals globals,
601 * globals ::
602 * The hinter globals for this font.
614 * The scaling transformation is taken from the `globals' object whic
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
pshints.h 36 /***** INTERNAL REPRESENTATION OF GLOBALS *****/
49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
287 * globals ::
288 * The hinter globals for this font.
300 * The scaling transformation is taken from the `globals' object which
307 PSH_Globals globals,
601 * globals ::
602 * The hinter globals for this font.
614 * The scaling transformation is taken from the `globals' object whic
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 71 PluginGlobals* globals = PluginGlobals::Get();
73 base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot();
76 globals->set_msg_loop_slot(slot);
150 PluginGlobals* globals = PluginGlobals::Get(); local
151 if (!globals->msg_loop_slot())
154 globals->msg_loop_slot()->Get());
169 PluginGlobals* globals = PluginGlobals::Get(); local
170 if (!globals->msg_loop_slot())
172 return static_cast<const void*>(globals->msg_loop_slot()->Get()) ==
  /external/compiler-rt/lib/asan/
asan_globals.cc 12 // Handle globals.
49 // We want to remember where a certain range of globals was registered.
105 // so we store the globals in a map.
116 // where two globals with the same name are defined in different modules.
177 // Register an array of globals.
178 void __asan_register_globals(__asan_global *globals, uptr n) {
186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]};
190 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1])
    [all...]

Completed in 1753 milliseconds

12 3 4 5 6 7 8 91011>>