/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 | 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/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 …]
|
D | metro_driver_win7.cc | 16 } globals; variable 92 return globals.host_main(globals.host_context); in HostThread() 111 globals.core_window = window; in InitMetro() 112 globals.host_main = thread_proc; in InitMetro() 113 globals.host_context = context; in InitMetro() 127 ODS("GetRootWindow", ULONG_PTR(globals.core_window)); in _declspec() 128 return globals.core_window; in _declspec() 133 globals.host_window = window; in _declspec()
|
/external/chromium_org/content/browser/ |
D | browser_thread_impl.cc | 84 BrowserThreadGlobals& globals = g_globals.Get(); in ShutdownThreadPool() local 85 globals.blocking_pool->Shutdown(kMaxNewShutdownBlockingTasks); in ShutdownThreadPool() 97 BrowserThreadGlobals& globals = g_globals.Get(); in Init() local 101 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]); in Init() 197 BrowserThreadGlobals& globals = g_globals.Get(); in CleanUp() local 201 reinterpret_cast<AtomicWord*>(&globals.thread_delegates[identifier_]); in CleanUp() 211 BrowserThreadGlobals& globals = g_globals.Get(); in Initialize() local 213 base::AutoLock lock(globals.lock); in Initialize() 215 DCHECK(globals.threads[identifier_] == NULL); in Initialize() 216 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/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/chrome/browser/ |
D | io_thread.cc | 208 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, in ConstructProxyScriptFetcherContext() argument 212 context->set_host_resolver(globals->host_resolver.get()); in ConstructProxyScriptFetcherContext() 213 context->set_cert_verifier(globals->cert_verifier.get()); in ConstructProxyScriptFetcherContext() 215 globals->transport_security_state.get()); in ConstructProxyScriptFetcherContext() 217 globals->cert_transparency_verifier.get()); in ConstructProxyScriptFetcherContext() 219 globals->http_auth_handler_factory.get()); in ConstructProxyScriptFetcherContext() 220 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get()); in ConstructProxyScriptFetcherContext() 222 globals->proxy_script_fetcher_http_transaction_factory.get()); in ConstructProxyScriptFetcherContext() 224 globals->proxy_script_fetcher_url_request_job_factory.get()); in ConstructProxyScriptFetcherContext() 225 context->set_cookie_store(globals->system_cookie_store.get()); in ConstructProxyScriptFetcherContext() [all …]
|
/external/chromium/chrome/browser/ |
D | io_thread.cc | 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals, in ConstructProxyScriptFetcherContext() argument 205 context->set_host_resolver(globals->host_resolver.get()); in ConstructProxyScriptFetcherContext() 206 context->set_cert_verifier(globals->cert_verifier.get()); in ConstructProxyScriptFetcherContext() 207 context->set_dnsrr_resolver(globals->dnsrr_resolver.get()); in ConstructProxyScriptFetcherContext() 209 globals->http_auth_handler_factory.get()); in ConstructProxyScriptFetcherContext() 210 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get()); in ConstructProxyScriptFetcherContext() 212 globals->proxy_script_fetcher_http_transaction_factory.get()); in ConstructProxyScriptFetcherContext() 214 globals->proxy_script_fetcher_ftp_transaction_factory.get()); in ConstructProxyScriptFetcherContext() 217 context->set_network_delegate(globals->system_network_delegate.get()); in ConstructProxyScriptFetcherContext() 222 ConstructSystemRequestContext(IOThread::Globals* globals, in ConstructSystemRequestContext() argument [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 …]
|
D | loaders.py | 100 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/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/chromium_org/cc/trees/ |
D | layer_tree_host_common.cc | 1296 const SubtreeGlobals<LayerType>& globals, in CalculateDrawPropertiesInternal() argument 1426 DCHECK(globals.page_scale_application_layer || in CalculateDrawPropertiesInternal() 1427 (globals.page_scale_factor == 1.f)); in CalculateDrawPropertiesInternal() 1546 float layer_scale_factors = globals.device_scale_factor; in CalculateDrawPropertiesInternal() 1548 layer_scale_factors *= globals.page_scale_factor; in CalculateDrawPropertiesInternal() 1555 globals.can_adjust_raster_scales in CalculateDrawPropertiesInternal() 1561 globals.can_adjust_raster_scales, in CalculateDrawPropertiesInternal() 1563 globals.device_scale_factor, in CalculateDrawPropertiesInternal() 1565 globals.page_scale_factor : 1.f, in CalculateDrawPropertiesInternal() 1611 globals.can_adjust_raster_scales in CalculateDrawPropertiesInternal() [all …]
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
D | pshints.h | 49 (*PSH_Globals_SetScaleFunc)( PSH_Globals globals, 56 (*PSH_Globals_DestroyFunc)( PSH_Globals globals ); 307 PSH_Globals globals, 621 PSH_Globals globals,
|