Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/external/freetype/src/autofit/
Dafglobal.c135 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage() argument
138 FT_Face face = globals->face; in af_face_globals_compute_style_coverage()
140 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage()
147 for ( i = 0; i < (FT_UInt)globals->glyph_count; i++ ) in af_face_globals_compute_style_coverage()
181 globals->module->default_script ) in af_face_globals_compute_style_coverage()
195 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
206 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
224 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
235 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage()
244 af_shaper_get_coverage( globals, style_class, gstyles, 0 ); in af_face_globals_compute_style_coverage()
[all …]
Dafloader.c52 loader->globals = (AF_FaceGlobals)face->autohint.data; in af_loader_reset()
54 if ( !loader->globals ) in af_loader_reset()
56 error = af_face_globals_new( face, &loader->globals, module ); in af_loader_reset()
60 (FT_Pointer)loader->globals; in af_loader_reset()
76 loader->globals = NULL; in af_loader_done()
97 AF_FaceGlobals globals = loader->globals; in af_loader_embolden_glyph_in_slot() local
104 != globals->stem_darkening_for_ppem; in af_loader_embolden_glyph_in_slot()
138 ( stdVW > 0 && stdVW != globals->standard_vertical_width ) ) in af_loader_embolden_glyph_in_slot()
151 globals->standard_vertical_width = stdVW; in af_loader_embolden_glyph_in_slot()
152 globals->stem_darkening_for_ppem = face->size->metrics.x_ppem; in af_loader_embolden_glyph_in_slot()
[all …]
Dafmodule.c79 AF_FaceGlobals globals; in af_property_get_face_globals() local
85 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals()
86 if ( !globals ) in af_property_get_face_globals()
90 error = af_face_globals_new( face, &globals, module ); in af_property_get_face_globals()
94 (FT_Pointer)globals; in af_property_get_face_globals()
101 *aglobals = globals; in af_property_get_face_globals()
191 AF_FaceGlobals globals; in af_property_set() local
201 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set()
203 globals->increase_x_height = prop->limit; in af_property_set()
349 AF_FaceGlobals globals; in af_property_get() local
[all …]
Dafshaper.c99 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage() argument
124 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()
127 face = hb_font_get_face( globals->hb_font ); in af_shaper_get_coverage()
278 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage()
367 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_shaper_get_coverage()
462 upem = (FT_Int)metrics->globals->face->units_per_EM; in af_shaper_get_cluster()
466 font = metrics->globals->hb_font; in af_shaper_get_cluster()
493 hb_buffer_t* hb_buf = metrics->globals->hb_buf; in af_shaper_get_cluster()
577 af_shaper_get_coverage( AF_FaceGlobals globals, in af_shaper_get_coverage() argument
582 FT_UNUSED( globals ); in af_shaper_get_coverage()
[all …]
Dafpic.h80 ( 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 )
/external/libcxxabi/src/
Dcxa_exception.cpp207 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local
216 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()
257 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local
265 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup()
266 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
274 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup()
276 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup()
295 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local
296 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl()
309 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl()
[all …]
Dcxa_handlers.cpp87 __cxa_eh_globals* globals = __cxa_get_globals_fast(); in terminate() local
88 if (globals) in terminate()
90 __cxa_exception* exception_header = globals->caughtExceptions; in terminate()
/external/skia/src/views/
DSkEvent.cpp305 SkEvent_Globals& globals = getGlobals(); in postDelay() local
307 globals.fEventMutex.acquire(); in postDelay()
309 globals.fEventMutex.release(); in postDelay()
323 SkEvent_Globals& globals = getGlobals(); in postTime() local
325 globals.fEventMutex.acquire(); in postTime()
327 globals.fEventMutex.release(); in postTime()
336 SkEvent_Globals& globals = getGlobals(); in Enqueue() local
341 bool wasEmpty = globals.fEventQHead == nullptr; in Enqueue()
343 if (globals.fEventQTail) in Enqueue()
344 globals.fEventQTail->fNextEvent = evt; in Enqueue()
[all …]
DSkEventSink.cpp33 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local
35 globals.fSinkMutex.acquire(); in SkEventSink()
37 fID = ++globals.fNextSinkID; in SkEventSink()
38 fNextSink = globals.fSinkHead; in SkEventSink()
39 globals.fSinkHead = this; in SkEventSink()
41 globals.fSinkMutex.release(); in SkEventSink()
45 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local
50 globals.fSinkMutex.acquire(); in ~SkEventSink()
52 SkEventSink* sink = globals.fSinkHead; in ~SkEventSink()
61 globals.fSinkHead = next; in ~SkEventSink()
[all …]
/external/freetype/src/pshinter/
Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths() argument
44 PSH_Dimension dim = &globals->dimension[direction]; in psh_globals_scale_widths()
619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy() argument
621 if ( globals ) in psh_globals_destroy()
626 memory = globals->memory; in psh_globals_destroy()
627 globals->dimension[0].stdw.count = 0; in psh_globals_destroy()
628 globals->dimension[1].stdw.count = 0; in psh_globals_destroy()
630 globals->blues.normal_top.count = 0; in psh_globals_destroy()
631 globals->blues.normal_bottom.count = 0; in psh_globals_destroy()
632 globals->blues.family_top.count = 0; in psh_globals_destroy()
[all …]
Dpshalgo.c438 PSH_Globals globals, in psh_hint_align() argument
442 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_align()
481 psh_blues_snap_stem( &globals->blues, in psh_hint_align()
517 psh_hint_align( parent, globals, dimension, glyph ); in psh_hint_align()
666 PSH_Globals globals,
670 PSH_Dimension dim = &globals->dimension[dimension];
705 psh_blues_snap_stem( &globals->blues,
741 psh_hint_align_light( parent, globals, dimension, glyph );
847 PSH_Globals globals, in psh_hint_table_align_hints() argument
856 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_table_align_hints()
[all …]
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c41 psh_globals_scale_widths( PSH_Globals globals, in psh_globals_scale_widths() argument
44 PSH_Dimension dim = &globals->dimension[direction]; in psh_globals_scale_widths()
619 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy() argument
621 if ( globals ) in psh_globals_destroy()
626 memory = globals->memory; in psh_globals_destroy()
627 globals->dimension[0].stdw.count = 0; in psh_globals_destroy()
628 globals->dimension[1].stdw.count = 0; in psh_globals_destroy()
630 globals->blues.normal_top.count = 0; in psh_globals_destroy()
631 globals->blues.normal_bottom.count = 0; in psh_globals_destroy()
632 globals->blues.family_top.count = 0; in psh_globals_destroy()
[all …]
Dpshalgo.c438 PSH_Globals globals, in psh_hint_align() argument
442 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_align()
481 psh_blues_snap_stem( &globals->blues, in psh_hint_align()
517 psh_hint_align( parent, globals, dimension, glyph ); in psh_hint_align()
666 PSH_Globals globals,
670 PSH_Dimension dim = &globals->dimension[dimension];
705 psh_blues_snap_stem( &globals->blues,
741 psh_hint_align_light( parent, globals, dimension, glyph );
847 PSH_Globals globals, in psh_hint_table_align_hints() argument
856 PSH_Dimension dim = &globals->dimension[dimension]; in psh_hint_table_align_hints()
[all …]
/external/libmojo/third_party/jinja2/
Denvironment.py294 self.globals = DEFAULT_NAMESPACE.copy()
757 def _load_template(self, name, globals): argument
765 template = self.loader.load(self, name, globals)
771 def get_template(self, name, parent=None, globals=None): argument
791 return self._load_template(name, self.make_globals(globals))
794 def select_template(self, names, parent=None, globals=None): argument
808 globals = self.make_globals(globals)
815 return self._load_template(name, globals)
822 parent=None, globals=None): argument
830 return self.get_template(template_name_or_list, parent, globals)
[all …]
Dloaders.py100 def load(self, environment, name, globals=None): argument
108 if globals is None:
109 globals = {}
135 globals, uptodate)
349 def load(self, environment, name, globals=None): argument
392 def load(self, environment, name, globals=None): argument
395 return loader.load(environment, name, globals)
456 def load(self, environment, name, globals=None): argument
471 environment, mod.__dict__, globals)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTable.g3 /* Scope of symbol names. Both globals and block rules need to push a new
5 * define a global scope and say that globals and block use this by saying
27 : globals (method)*
30 globals
38 NSLog( @"globals: \%@", [$Symbols::names toString] );
/external/autotest/client/common_lib/test_utils/
Dfunctools_24.py63 globals()['py_%s' % x] = globals()[x]
72 globals()['c_%s' % x] = globals()[x] = getattr(_functools, x)
/external/compiler-rt/lib/asan/
Dasan_globals.cc106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() argument
116 globals[res] = g; in GetGlobalsForAddress()
307 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals() argument
315 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals()
319 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]); in __asan_register_globals()
322 RegisterGlobal(&globals[i]); in __asan_register_globals()
328 void __asan_unregister_globals(__asan_global *globals, uptr n) { in __asan_unregister_globals() argument
332 UnregisterGlobal(&globals[i]); in __asan_unregister_globals()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dglobal_metadata.ll14 ; Check that globals were instrumented:
20 …__asan_gen_.[0-9]+]] = private unnamed_addr constant [22 x i8] c"/tmp/asan-globals.cpp\00", align 1
53 !llvm.asan.globals = !{!0, !1, !2, !3, !4}
64 !6 = !{!"/tmp/asan-globals.cpp", i32 5, i32 5}
65 !7 = !{!"/tmp/asan-globals.cpp", i32 7, i32 5}
66 !8 = !{!"/tmp/asan-globals.cpp", i32 12, i32 14}
67 !9 = !{!"/tmp/asan-globals.cpp", i32 14, i32 25}
/external/ltp/testcases/kernel/io/disktest/
DMakefile.aix138 GBLHDRS=main.h globals.h defs.h
139 ALLHDRS=main.h sfunc.h parse.h childmain.h threading.h globals.h usage.h Getopt.h io.h dump.h timer…
140 SRCS=main.c sfunc.c parse.c childmain.c threading.c globals.c usage.c Getopt.c io.c dump.c timer.c …
141 OBJS=main.o sfunc.o parse.o childmain.o threading.o globals.o usage.o Getopt.o io.o dump.o timer.o …
155 globals.o: globals.c threading.h $(GBLHDRS)
/external/syslinux/gpxe/src/util/
Dsymcheck.pl88 my $globals = {};
100 $globals->{$symbol}->{$category}->{$object} = 1;
108 while ( ( my $symbol, my $info ) = each %$globals ) {
182 keys %{$globals->{$symbol}->{provides}};
/external/freetype/include/freetype/internal/
Dpshints.h49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
307 PSH_Globals globals,
621 PSH_Globals globals,
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpshints.h49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals,
56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals );
307 PSH_Globals globals,
621 PSH_Globals globals,
/external/skia/src/core/
DSkGlyphCache.cpp28 static SkGlyphCache_Globals* globals; in get_globals() local
30 once([]{ globals = new SkGlyphCache_Globals; }); in get_globals()
31 return *globals; in get_globals()
482 SkGlyphCache_Globals& globals = get_globals(); in VisitCache()
486 SkAutoExclusive ac(globals.fLock); in VisitCache()
488 globals.validate(); in VisitCache()
490 for (cache = globals.internalGetHead(); cache != nullptr; cache = cache->fNext) { in VisitCache()
492 globals.internalDetachCache(cache); in VisitCache()
494 globals.internalAttachCacheToHead(cache); in VisitCache()
520 globals.attachCacheToHead(cache); in VisitCache()
[all …]
/external/libxml2/win32/wince/
Dlibxml2.vcp260 "..\..\include\libxml\globals.h"\
295 "..\..\include\libxml\globals.h"\
328 "..\..\include\libxml\globals.h"\
374 "..\..\include\libxml\globals.h"\
407 "..\..\include\libxml\globals.h"\
447 "..\..\include\libxml\globals.h"\
482 "..\..\include\libxml\globals.h"\
515 "..\..\include\libxml\globals.h"\
561 "..\..\include\libxml\globals.h"\
595 "..\..\include\libxml\globals.h"\
[all …]

12345678910>>...28