/external/chromium_org/third_party/freetype/src/autofit/ |
D | afglobal.c | 56 af_face_globals_compute_script_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_script_coverage() argument 59 FT_Face face = globals->face; in af_face_globals_compute_script_coverage() 61 FT_Byte* gscripts = globals->glyph_scripts; in af_face_globals_compute_script_coverage() 67 FT_MEM_SET( globals->glyph_scripts, in af_face_globals_compute_script_coverage() 69 globals->glyph_count ); in af_face_globals_compute_script_coverage() 105 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage() 116 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_script_coverage() 129 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_script_coverage() 138 if ( globals->module->fallback_script != AF_SCRIPT_NONE ) in af_face_globals_compute_script_coverage() 143 for ( nn = 0; nn < globals->glyph_count; nn++ ) in af_face_globals_compute_script_coverage() [all …]
|
D | afmodule.c | 54 AF_FaceGlobals globals; in af_property_get_face_globals() local 60 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals() 61 if ( !globals ) in af_property_get_face_globals() 65 error = af_face_globals_new( face, &globals, module ); in af_property_get_face_globals() 69 (FT_Pointer)globals; in af_property_get_face_globals() 76 *aglobals = globals; in af_property_get_face_globals() 103 AF_FaceGlobals globals; in af_property_set() local 106 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set() 108 globals->increase_x_height = prop->limit; in af_property_set() 132 AF_FaceGlobals globals; in af_property_get() local [all …]
|
D | afglobal.h | 89 af_face_globals_get_metrics( AF_FaceGlobals globals, 95 af_face_globals_free( AF_FaceGlobals globals ); 98 af_face_globals_is_digit( AF_FaceGlobals globals,
|
/external/freetype/src/autofit/ |
D | afglobal.c | 133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals ) in af_face_globals_compute_style_coverage() argument 136 FT_Face face = globals->face; in af_face_globals_compute_style_coverage() 138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() 145 FT_MEM_SET( globals->glyph_styles, in af_face_globals_compute_style_coverage() 147 globals->glyph_count ); in af_face_globals_compute_style_coverage() 180 globals->module->default_script ) in af_face_globals_compute_style_coverage() 194 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 205 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 214 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage() 219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles ); in af_face_globals_compute_style_coverage() [all …]
|
D | afmodule.c | 54 AF_FaceGlobals globals; in af_property_get_face_globals() local 60 globals = (AF_FaceGlobals)face->autohint.data; in af_property_get_face_globals() 61 if ( !globals ) in af_property_get_face_globals() 65 error = af_face_globals_new( face, &globals, module ); in af_property_get_face_globals() 69 (FT_Pointer)globals; in af_property_get_face_globals() 76 *aglobals = globals; in af_property_get_face_globals() 135 AF_FaceGlobals globals; in af_property_set() local 138 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set() 140 globals->increase_x_height = prop->limit; in af_property_set() 165 AF_FaceGlobals globals; in af_property_get() local [all …]
|
D | hbshim.c | 99 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage() argument 123 if ( !globals || !style_class || !gstyles ) in af_get_coverage() 126 face = hb_font_get_face( globals->hb_font ); in af_get_coverage() 146 if ( style_class->script == globals->module->default_script && in af_get_coverage() 272 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_get_coverage() 361 if ( idx >= (hb_codepoint_t)globals->glyph_count ) in af_get_coverage() 436 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); in af_get_char_index() 444 FT_UInt upem = metrics->globals->face->units_per_EM; in af_get_char_index() 446 hb_font_t* font = metrics->globals->hb_font; in af_get_char_index() 509 af_get_coverage( AF_FaceGlobals globals, in af_get_coverage() argument [all …]
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 225 __cxa_eh_globals *globals = __cxa_get_globals(); in __cxa_throw() local 234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw() 279 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_begin_cleanup() local 287 exception_header->nextPropagatingException = globals->propagatingExceptions; in __cxa_begin_cleanup() 288 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup() 296 if (NULL != globals->propagatingExceptions) in __cxa_begin_cleanup() 298 globals->propagatingExceptions = exception_header; in __cxa_begin_cleanup() 317 __cxa_eh_globals* globals = __cxa_get_globals(); in __cxa_end_cleanup_impl() local 318 __cxa_exception* exception_header = globals->propagatingExceptions; in __cxa_end_cleanup_impl() 331 globals->propagatingExceptions = exception_header->nextPropagatingException; in __cxa_end_cleanup_impl() [all …]
|
/external/skia/src/views/ |
D | SkEvent.cpp | 305 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 == NULL; in Enqueue() 343 if (globals.fEventQTail) in Enqueue() 344 globals.fEventQTail->fNextEvent = evt; in Enqueue() [all …]
|
D | SkEventSink.cpp | 36 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local 38 globals.fSinkMutex.acquire(); in SkEventSink() 40 fID = ++globals.fNextSinkID; in SkEventSink() 41 fNextSink = globals.fSinkHead; in SkEventSink() 42 globals.fSinkHead = this; in SkEventSink() 44 globals.fSinkMutex.release(); in SkEventSink() 48 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local 53 globals.fSinkMutex.acquire(); in ~SkEventSink() 55 SkEventSink* sink = globals.fSinkHead; in ~SkEventSink() 64 globals.fSinkHead = next; in ~SkEventSink() [all …]
|
/external/chromium_org/third_party/skia/src/views/ |
D | SkEvent.cpp | 305 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 == NULL; in Enqueue() 343 if (globals.fEventQTail) in Enqueue() 344 globals.fEventQTail->fNextEvent = evt; in Enqueue() [all …]
|
D | SkEventSink.cpp | 36 SkEventSink_Globals& globals = getGlobals(); in SkEventSink() local 38 globals.fSinkMutex.acquire(); in SkEventSink() 40 fID = ++globals.fNextSinkID; in SkEventSink() 41 fNextSink = globals.fSinkHead; in SkEventSink() 42 globals.fSinkHead = this; in SkEventSink() 44 globals.fSinkMutex.release(); in SkEventSink() 48 SkEventSink_Globals& globals = getGlobals(); in ~SkEventSink() local 53 globals.fSinkMutex.acquire(); in ~SkEventSink() 55 SkEventSink* sink = globals.fSinkHead; in ~SkEventSink() 64 globals.fSinkHead = next; in ~SkEventSink() [all …]
|
/external/chromium_org/win8/metro_driver/ |
D | chrome_app_view.cc | 54 struct Globals globals; variable 152 if (send_alt_f4_mnemonic && globals.view && in MetroExit() 153 globals.view->core_window_hwnd() == ::GetForegroundWindow()) { in MetroExit() 158 globals.view->core_window_hwnd(), &core_window_process_id); in MetroExit() 160 globals.appview_msg_loop->PostDelayedTask( in MetroExit() 166 globals.app_exit->Exit(); in MetroExit() 172 ::GetWindowRect(globals.view->core_window_hwnd() , &rect); in AdjustToFitWindow() 234 !globals.host_windows.empty() ? globals.host_windows.front().first : NULL; in SetFrameWindowInternal() 247 std::find_if(globals.host_windows.begin(), globals.host_windows.end(), in SetFrameWindowInternal() 253 bool new_window = (index == globals.host_windows.end()); in SetFrameWindowInternal() [all …]
|
D | chrome_url_launch_handler.cc | 23 globals.is_initial_activation = true; in ChromeUrlLaunchHandler() 24 globals.initial_activation_kind = winapp::Activation::ActivationKind_Launch; in ChromeUrlLaunchHandler() 76 globals.search_string = search_text; in HandleSearchRequest() 80 if (!globals.is_initial_activation) in HandleSearchRequest() 81 InitiateNavigationOrSearchRequest(NULL, globals.search_string.c_str()); in HandleSearchRequest() 92 globals.navigation_url = actual_url; in HandleProtocolLaunch() 96 if (!globals.is_initial_activation) in HandleProtocolLaunch() 97 InitiateNavigationOrSearchRequest(globals.navigation_url.c_str(), 0); in HandleProtocolLaunch() 124 globals.navigation_url = GetUrlFromLaunchArgs(actual_launch_args); in HandleLaunch() 126 << ", url=" << globals.navigation_url in HandleLaunch() [all …]
|
/external/chromium_org/content/browser/ |
D | browser_thread_impl.cc | 139 BrowserThreadGlobals& globals = g_globals.Get(); in ShutdownThreadPool() local 140 globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks); in ShutdownThreadPool() 152 BrowserThreadGlobals& globals = g_globals.Get(); in Init() local 156 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]); in Init() 261 BrowserThreadGlobals& globals = g_globals.Get(); in CleanUp() local 265 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]); in CleanUp() 275 BrowserThreadGlobals& globals = g_globals.Get(); in Initialize() local 277 base::AutoLock lock(globals.lock); in Initialize() 279 DCHECK(globals.threads[identifier_] == NULL); in Initialize() 280 globals.threads[identifier_] = this; in Initialize() [all …]
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
D | pshglob.c | 41 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 …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
D | pshglob.c | 41 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() 627 psh_globals_destroy( PSH_Globals globals ) in psh_globals_destroy() argument 629 if ( globals ) in psh_globals_destroy() 634 memory = globals->memory; in psh_globals_destroy() 635 globals->dimension[0].stdw.count = 0; in psh_globals_destroy() 636 globals->dimension[1].stdw.count = 0; in psh_globals_destroy() 638 globals->blues.normal_top.count = 0; in psh_globals_destroy() 639 globals->blues.normal_bottom.count = 0; in psh_globals_destroy() 640 globals->blues.family_top.count = 0; in psh_globals_destroy() [all …]
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 41 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 …]
|
/external/chromium_org/v8/test/mjsunit/ |
D | contextual-calls.js | 29 globals = [Realm.global(0), Realm.global(1)]; 57 assertSame(globals[0], Realm.shared.results[0]); 59 assertSame(globals[i], Realm.shared.results[2]); 60 assertSame(globals[i], Realm.shared.results[3]); 66 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply()')) ; 68 assertSame(globals[0], Realm.eval(realms[i],'return_this.apply(null)')) ; 71 assertSame(globals[0], Realm.eval(realms[i],'return_this.call()')) ; 73 assertSame(globals[0], Realm.eval(realms[i],'return_this.call(null)')) ; 79 assertSame(globals[0], return_this());
|
/external/chromium_org/chrome/browser/ |
D | io_thread.cc | 223 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, in ConstructProxyScriptFetcherContext() argument 227 context->set_host_resolver(globals->host_resolver.get()); in ConstructProxyScriptFetcherContext() 228 context->set_cert_verifier(globals->cert_verifier.get()); in ConstructProxyScriptFetcherContext() 230 globals->transport_security_state.get()); in ConstructProxyScriptFetcherContext() 232 globals->cert_transparency_verifier.get()); in ConstructProxyScriptFetcherContext() 234 globals->http_auth_handler_factory.get()); in ConstructProxyScriptFetcherContext() 235 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get()); in ConstructProxyScriptFetcherContext() 237 globals->proxy_script_fetcher_http_transaction_factory.get()); in ConstructProxyScriptFetcherContext() 239 globals->proxy_script_fetcher_url_request_job_factory.get()); in ConstructProxyScriptFetcherContext() 240 context->set_cookie_store(globals->system_cookie_store.get()); in ConstructProxyScriptFetcherContext() [all …]
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_message_loop_proxy.cc | 71 PluginGlobals* globals = PluginGlobals::Get(); in AttachToCurrentThread() local 73 base::ThreadLocalStorage::Slot* slot = globals->msg_loop_slot(); in AttachToCurrentThread() 76 globals->set_msg_loop_slot(slot); in AttachToCurrentThread() 150 PluginGlobals* globals = PluginGlobals::Get(); in GetCurrent() local 151 if (!globals->msg_loop_slot()) in GetCurrent() 154 globals->msg_loop_slot()->Get()); in GetCurrent() 169 PluginGlobals* globals = PluginGlobals::Get(); in IsCurrent() local 170 if (!globals->msg_loop_slot()) in IsCurrent() 172 return static_cast<const void*>(globals->msg_loop_slot()->Get()) == in IsCurrent()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTable.g | 3 /* 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/chromium_org/third_party/jinja2/ |
D | environment.py | 294 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 …]
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_common.cc | 1499 const SubtreeGlobals<LayerType>& globals, in CalculateDrawPropertiesInternal() argument 1622 DCHECK(globals.page_scale_application_layer || in CalculateDrawPropertiesInternal() 1623 (globals.page_scale_factor == 1.f)); in CalculateDrawPropertiesInternal() 1747 if (globals.can_adjust_raster_scales) { in CalculateDrawPropertiesInternal() 1763 float layer_scale_factors = globals.device_scale_factor; in CalculateDrawPropertiesInternal() 1765 layer_scale_factors *= globals.page_scale_factor; in CalculateDrawPropertiesInternal() 1772 globals.can_adjust_raster_scales in CalculateDrawPropertiesInternal() 1778 globals.can_adjust_raster_scales, in CalculateDrawPropertiesInternal() 1780 globals.device_scale_factor, in CalculateDrawPropertiesInternal() 1782 ? globals.page_scale_factor in CalculateDrawPropertiesInternal() [all …]
|
/external/chromium_org/tools/site_compare/drivers/ |
D | __init__.py | 11 keyboard = __import__(platform_dir+".keyboard", globals(), locals(), ['']) 12 mouse = __import__(platform_dir+".mouse", globals(), locals(), ['']) 13 windowing = __import__(platform_dir+".windowing", globals(), locals(), [''])
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 178 void __asan_register_globals(__asan_global *globals, uptr n) { in __asan_register_globals() argument 186 GlobalRegistrationSite site = {stack_id, &globals[0], &globals[n - 1]}; in __asan_register_globals() 190 Printf("=== ID %d; %p %p\n", stack_id, &globals[0], &globals[n - 1]); in __asan_register_globals() 193 RegisterGlobal(&globals[i]); in __asan_register_globals() 199 void __asan_unregister_globals(__asan_global *globals, uptr n) { in __asan_unregister_globals() argument 203 UnregisterGlobal(&globals[i]); in __asan_unregister_globals()
|