HomeSort by relevance Sort by last modified time
    Searched defs:globals (Results 1 - 25 of 50) sorted by null

1 2

  /external/freetype/src/autofit/
afloader.h 41 AF_FaceGlobals globals; member in struct:AF_LoaderRec_
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,
afglobal.c 133 af_face_globals_compute_style_coverage( AF_FaceGlobals globals )
136 FT_Face face = globals->face;
138 FT_Byte* gstyles = globals->glyph_styles;
145 FT_MEM_SET( globals->glyph_styles,
147 globals->glyph_count );
180 globals->module->default_script )
194 gindex < (FT_ULong)globals->glyph_count &&
205 if ( gindex < (FT_ULong)globals->glyph_count &&
214 af_get_coverage( globals, style_class, gstyles );
219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles )
312 AF_FaceGlobals globals = NULL; local
    [all...]
afmodule.c 71 AF_FaceGlobals globals; local
77 globals = (AF_FaceGlobals)face->autohint.data;
78 if ( !globals )
82 error = af_face_globals_new( face, &globals, module );
86 (FT_Pointer)globals;
93 *aglobals = globals;
152 AF_FaceGlobals globals; local
155 error = af_property_get_face_globals( prop->face, &globals, module );
157 globals->increase_x_height = prop->limit;
196 AF_FaceGlobals globals; local
228 AF_FaceGlobals globals; local
    [all...]
afloader.c 39 /* Reset glyph loader and compute globals if necessary. */
50 loader->globals = (AF_FaceGlobals)face->autohint.data;
52 if ( loader->globals == NULL )
54 error = af_face_globals_new( face, &loader->globals, module );
58 (FT_Pointer)loader->globals;
74 loader->globals = NULL;
145 AF_FaceGlobals globals = loader->globals; local
286 ( af_face_globals_is_digit( loader->globals, glyph_index ) &&
369 error = af_face_globals_get_metrics( loader->globals, gindex
374 AF_FaceGlobals globals = loader->globals; local
    [all...]
aftypes.h 467 AF_FaceGlobals globals; /* to access properties */ member in struct:AF_StyleMetricsRec_
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.c 140 PSH_Globals globals; local
146 error = funcs->create( cidsize->face->memory, priv, &globals );
148 cidsize->internal = (FT_Size_Internal)(void*)globals;
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 104 PSH_Globals globals; local
109 &face->type1.private_dict, &globals );
111 size->root.internal = (FT_Size_Internal)(void*)globals;
  /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...]
cxxabi.cc 263 __cxa_eh_globals* globals = __cxa_get_globals(); local
266 globals->uncaughtExceptions += 1;
339 __cxa_eh_globals *globals = __cxa_get_globals(); local
340 __cxa_exception* header = globals->caughtExceptions;
350 globals->caughtExceptions = 0;
359 __cxa_eh_globals* globals = __cxa_get_globals(); variable
362 if (globals->caughtExceptions) {
371 if (header != globals->caughtExceptions) {
372 header->nextException = globals->caughtExceptions;
373 globals->caughtExceptions = header
381 __cxa_eh_globals *globals = __cxa_get_globals_fast(); variable
419 __cxa_eh_globals* globals = __cxa_get_globals(); variable
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.h 131 ZoneVector<Handle<Object>>* globals() { return &globals_; } function in class:v8::internal::interpreter::final
  /packages/services/Telephony/src/com/android/phone/
OtaStartupReceiver.java 114 PhoneGlobals globals = PhoneGlobals.getInstanceIfPrimary(); local
115 if (globals == null) {
  /external/freetype/src/cff/
cffgload.h 190 FT_Byte** globals; member in struct:CFF_Decoder_
  /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/libcxxabi/src/
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
277 __cxa_eh_globals* globals = __cxa_get_globals(); local
285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
315 __cxa_eh_globals* globals = __cxa_get_globals(); local
316 __cxa_exception* exception_header = globals->propagatingExceptions
390 __cxa_eh_globals* globals = __cxa_get_globals(); local
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
525 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
552 __cxa_eh_globals* globals = __cxa_get_globals(); local
643 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
719 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 190 FT_Byte** globals; member in struct:CFF_Decoder_
  /external/pdfium/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/skia/src/pathops/
SkOpSpan.cpp 317 SkOpGlobalState* globals = this->globalState(); local
318 SkOpContour* contourHead = globals->contourHead();
  /external/skia/src/views/
SkEvent.cpp 305 SkEvent_Globals& globals = getGlobals(); local
307 globals.fEventMutex.acquire();
309 globals.fEventMutex.release();
323 SkEvent_Globals& globals = getGlobals(); local
325 globals.fEventMutex.acquire();
327 globals.fEventMutex.release();
336 SkEvent_Globals& globals = getGlobals(); local
341 bool wasEmpty = globals.fEventQHead == nullptr;
343 if (globals.fEventQTail)
344 globals.fEventQTail->fNextEvent = evt
356 SkEvent_Globals& globals = getGlobals(); local
374 SkEvent_Globals& globals = getGlobals(); local
385 SkEvent_Globals& globals = getGlobals(); local
434 SkEvent_Globals& globals = getGlobals(); local
474 SkEvent_Globals& globals = getGlobals(); local
493 SkEvent_Globals& globals = getGlobals(); local
    [all...]
SkEventSink.cpp 34 SkEventSink_Globals& globals = getGlobals(); local
36 globals.fSinkMutex.acquire();
38 fID = ++globals.fNextSinkID;
39 fNextSink = globals.fSinkHead;
40 globals.fSinkHead = this;
42 globals.fSinkMutex.release();
46 SkEventSink_Globals& globals = getGlobals(); local
51 globals.fSinkMutex.acquire();
53 SkEventSink* sink = globals.fSinkHead;
62 globals.fSinkHead = next
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals(); local
234 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local
277 __cxa_eh_globals* globals = __cxa_get_globals(); local
285 exception_header->nextPropagatingException = globals->propagatingExceptions;
286 globals->propagatingExceptions = exception_header;
294 if (NULL != globals->propagatingExceptions)
296 globals->propagatingExceptions = exception_header;
315 __cxa_eh_globals* globals = __cxa_get_globals(); local
316 __cxa_exception* exception_header = globals->propagatingExceptions
390 __cxa_eh_globals* globals = __cxa_get_globals(); local
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); \/\/ __cxa_get_globals called in __cxa_begin_catch local
525 __cxa_eh_globals *globals = __cxa_get_globals_fast(); local
552 __cxa_eh_globals* globals = __cxa_get_globals(); local
643 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
716 __cxa_eh_globals* globals = __cxa_get_globals_fast(); local
    [all...]
  /external/v8/src/wasm/
wasm-module.h 72 uint32_t offset; // offset from beginning of globals area.
97 std::vector<WasmGlobal>* globals; // globals in this module. member in struct:v8::internal::wasm::WasmModule
128 // minimal information about the globals, functions, and function tables.
130 uintptr_t globals_area; // address of the globals area.
143 return module && index < module->globals->size();
153 return module->globals->at(index).type;
  /external/llvm/include/llvm/IR/
Module.h 60 /// list of globals variables, a list of functions, a list of libraries (or
456 /// @name Direct access to the globals list, functions list, and symbol table
506 iterator_range<global_iterator> globals() { function in class:llvm::Module
509 iterator_range<const_global_iterator> globals() const { function in class:llvm::Module
  /external/v8/src/compiler/
ast-graph-builder.h 144 ZoneVector<Handle<Object>>* globals() { return &globals_; } function in class:v8::internal::compiler::AstGraphBuilder
  /external/v8/test/cctest/wasm/
test-run-wasm.cc 2106 int32_t* globals[] = {module.AddGlobal<int32_t>(MachineType::Int32()), local
    [all...]

Completed in 893 milliseconds

1 2