/external/freetype/src/autofit/ |
afglobal.c | 79 af_face_globals_compute_script_coverage( AF_FaceGlobals globals ) 82 FT_Face face = globals->face; 84 FT_Byte* gscripts = globals->glyph_scripts; 89 FT_MEM_SET( globals->glyph_scripts, 91 globals->glyph_count ); 127 gindex < (FT_ULong)globals->glyph_count && 138 if ( gindex < (FT_ULong)globals->glyph_count && 151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) 164 for ( nn = 0; nn < globals->glyph_count; nn++ ) 185 AF_FaceGlobals globals = NULL local [all...] |
afglobal.h | 51 af_face_globals_get_metrics( AF_FaceGlobals globals, 57 af_face_globals_free( AF_FaceGlobals globals ); variable 60 af_face_globals_is_digit( AF_FaceGlobals globals,
|
afpic.h | 56 ( GET_PIC( FT_FACE_LIBRARY(globals->face) )->af_script_classes )
|
afloader.h | 31 AF_FaceGlobals globals; /* current face globals */ member in struct:AF_LoaderRec_
|
afloader.c | 41 /* Reset glyph loader and compute globals if necessary. */ 51 loader->globals = (AF_FaceGlobals)face->autohint.data; 55 if ( loader->globals == NULL ) 57 error = af_face_globals_new( face, &loader->globals ); 61 (FT_Pointer)loader->globals; 79 loader->globals = NULL; 437 ( af_face_globals_is_digit( loader->globals, glyph_index ) && 517 error = af_face_globals_get_metrics( loader->globals, gindex,
|
/external/skia/src/views/ |
SkEvent.cpp | 318 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); 335 globals.fEventMutex.acquire(); 337 globals.fEventMutex.release(); 354 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 371 globals.fEventMutex.acquire(); 373 globals.fEventMutex.release(); 383 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 388 bool wasEmpty = globals.fEventQHead == NULL; 390 if (globals.fEventQTail) 391 globals.fEventQTail->fNextEvent = evt 405 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 429 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 450 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 500 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 540 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local 562 SkEvent_Globals& globals = *(SkEvent_Globals*)SkGlobals::Find(SK_Event_GlobalsTag, create_globals); local [all...] |
SkEventSink.cpp | 45 SkEventSink_Globals& globals = *(SkEventSink_Globals*)SkGlobals::Find(SK_EventSink_GlobalsTag, create_globals); local 47 globals.fSinkMutex.acquire(); 49 fID = ++globals.fNextSinkID; 50 fNextSink = globals.fSinkHead; 51 globals.fSinkHead = this; 53 globals.fSinkMutex.release(); 58 SkEventSink_Globals& globals = *(SkEventSink_Globals*)SkGlobals::Find(SK_EventSink_GlobalsTag, create_globals); local 63 globals.fSinkMutex.acquire(); 65 SkEventSink* sink = globals.fSinkHead; 76 globals.fSinkHead = next [all...] |
/external/skia/src/core/ |
SkGlyphCache.cpp | 453 SkGlyphCache_Globals& globals = FIND_GC_GLOBALS(); local 454 SkAutoMutexAcquire ac(globals.fMutex); 457 globals.validate(); 459 for (cache = globals.fHead; cache != NULL; cache = cache->fNext) { 465 globals.validate(); 479 SkGlyphCache_Globals& globals = FIND_GC_GLOBALS(); local 480 SkAutoMutexAcquire ac(globals.fMutex); 484 globals.validate(); 487 SkGlyphCache** hash = globals.fHash; 491 cache->detach(&globals.fHead) 541 SkGlyphCache_Globals& globals = GET_GC_GLOBALS(); local 568 SkGlyphCache_Globals& globals = FIND_GC_GLOBALS(); local 578 SkGlyphCache_Globals& globals = FIND_GC_GLOBALS(); local [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 41 psh_globals_scale_widths( PSH_Globals globals, 44 PSH_Dimension dim = &globals->dimension[direction]; 597 psh_globals_destroy( PSH_Globals globals ) 599 if ( globals ) 604 memory = globals->memory; 605 globals->dimension[0].stdw.count = 0; 606 globals->dimension[1].stdw.count = 0; 608 globals->blues.normal_top.count = 0; 609 globals->blues.normal_bottom.count = 0; 610 globals->blues.family_top.count = 0 627 PSH_Globals globals = NULL; local [all...] |
pshalgo.c | 441 PSH_Globals globals, 445 PSH_Dimension dim = &globals->dimension[dimension]; 484 psh_blues_snap_stem( &globals->blues, 520 psh_hint_align( parent, globals, dimension, glyph ); 669 PSH_Globals globals, 673 PSH_Dimension dim = &globals->dimension[dimension]; 708 psh_blues_snap_stem( &globals->blues, 744 psh_hint_align_light( parent, globals, dimension, glyph ); 850 PSH_Globals globals, 859 PSH_Dimension dim = &globals->dimension[dimension] [all...] |
pshglob.h | 132 /* font globals. */ 171 psh_globals_set_scale( PSH_Globals globals,
|
pshalgo.h | 213 PSH_Globals globals; member in struct:PSH_GlyphRec_ 245 PSH_Globals globals,
|
/external/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/chrome/browser/ |
io_thread.cc | 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, 205 context->set_host_resolver(globals->host_resolver.get()); 206 context->set_cert_verifier(globals->cert_verifier.get()); 207 context->set_dnsrr_resolver(globals->dnsrr_resolver.get()); 209 globals->http_auth_handler_factory.get()); 210 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get()); 212 globals->proxy_script_fetcher_http_transaction_factory.get()); 214 globals->proxy_script_fetcher_ftp_transaction_factory.get()); 217 context->set_network_delegate(globals->system_network_delegate.get()) 328 IOThread::Globals* IOThread::globals() { function in class:IOThread [all...] |
io_thread.h | 51 struct Globals { 52 Globals(); 53 ~Globals(); 88 Globals* globals(); 179 Globals* globals_;
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 79 """A shell session. Stores the session's globals. 81 Each session globals is stored in one of two places: 83 If the global is picklable, it's stored in the parallel globals and 92 unpicklable globals. 94 The unpicklable_names property stores all of the names of globals that were 95 added by unpicklable statements. When we pickle and store the globals after 102 globals = db.ListProperty(db.Blob) variable in class:Session 119 self.globals[index] = blob 122 self.globals.append(blob) 135 del self.globals[index [all...] |
/external/libxml2/ |
Android.mk | 31 globals.c \
|
xlink.c | 40 #include <libxml/globals.h>
|
SAX.c | 28 #include <libxml/globals.h>
|
/external/webkit/Tools/Scripts/ |
check-for-global-initializers | 82 my @globals; 88 push(@globals, demangle($1)); 135 print "ERROR: $shortName has one or more global initializers in it! ($file), near @globals\n";
|
/external/openssl/crypto/perlasm/ |
x86_64-xlate.pl | 106 my %globals; 241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 346 my $func = ($globals{$self->{value}} or $self->{value}) . ":"; 405 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 449 && do { $globals{$line} = $prefix . $line; 450 $line = $globals{$line} if ($prefix); 459 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 463 $current_function->{scope} = defined($globals{$sym})?"PUBLIC":"PRIVATE"; 476 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei; 489 $self->{value} = ".def\t" . ($globals{$1} or $1) . ";\t" [all...] |
/external/libxml2/include/libxml/ |
threads.h | 35 #include <libxml/globals.h>
|
xmlmemory.h | 219 #include <libxml/globals.h>
|
/external/freetype/src/cff/ |
cffgload.h | 150 FT_Byte** globals; member in struct:CFF_Decoder_
|
/external/v8/test/sputnik/ |
testcfg.py | 90 globals()['sputnik'] = sputnik
|