Searched refs:fast_path (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime.h107 void NotifyAndTerminate(bool fast_path);
H A Dapplication_lifetime.cc362 void NotifyAndTerminate(bool fast_path) { argument
371 if (fast_path)
/external/pixman/pixman/
H A Dpixman-implementation.c62 pixman_fast_path_t fast_path; member in struct:__anon28837::__anon28838
95 const pixman_fast_path_t *info = &(cache->cache[i].fast_path);
112 *out_func = cache->cache[i].fast_path.func;
171 cache->cache[0].fast_path.op = op;
172 cache->cache[0].fast_path.src_format = src_format;
173 cache->cache[0].fast_path.src_flags = src_flags;
174 cache->cache[0].fast_path.mask_format = mask_format;
175 cache->cache[0].fast_path.mask_flags = mask_flags;
176 cache->cache[0].fast_path.dest_format = dest_format;
177 cache->cache[0].fast_path
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_header_painter_ash.cc76 bool fast_path = (frame_overlay_image.isNull() || local
78 if (fast_path) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp5397 bool fast_path = true; local
5411 fast_path = false;
5416 if (fast_path)
5433 fast_path = false;
5452 fast_path = false;
5457 if (fast_path)

Completed in 2244 milliseconds