HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 301 - 325 of 592) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
TransparencyWin.cpp 252 AffineTransform mapping;
253 mapping.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
255 // Compute the inverse mapping from the canvas space to the
257 mapping *= m_orgTransform.inverse();
259 compositeToCopy(*m_destContext, *m_drawContext, mapping);
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h 39 /* This is the maximum trie capacity for the mapping trie.
101 /*CompactEIntArray *mapping; */
102 UNewTrie *mapping; member in struct:__anon13380
ucol_elm.cpp 149 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY,
162 t->contractions = uprv_cnttab_open(t->mapping, status);
239 /* mapping */
240 if(t->mapping != NULL) {
241 /*r->mapping = ucmpe32_clone(t->mapping, status);*/
242 r->mapping = utrie_clone(NULL, t->mapping, NULL, 0);
279 r->contractions->mapping = r->mapping;
1427 UNewTrie *mapping = t->mapping; local
    [all...]
  /external/icu4c/i18n/
ucol_elm.h 39 /* This is the maximum trie capacity for the mapping trie.
101 /*CompactEIntArray *mapping; */
102 UNewTrie *mapping; member in struct:__anon20697
ucol_elm.cpp 151 t->mapping = utrie_open(NULL, NULL, UCOL_ELM_TRIE_CAPACITY,
164 t->contractions = uprv_cnttab_open(t->mapping, status);
241 /* mapping */
242 if(t->mapping != NULL) {
243 /*r->mapping = ucmpe32_clone(t->mapping, status);*/
244 r->mapping = utrie_clone(NULL, t->mapping, NULL, 0);
281 r->contractions->mapping = r->mapping;
1436 UNewTrie *mapping = t->mapping; local
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 156 unsigned char mapping; member in struct:__anon28748
159 /* Mapping backend generic *****************************************/
201 blocksize flag and a mapping (along with the mapping setup */
  /external/libvorbis/doc/
04-codec.tex 104 configurations, channel mapping configurations and mode
180 multichannel audio with varying channel mapping applications. Vorbis I
181 uses a single mapping type (0), with implicit PCM channel mappings.
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
192 \item If the mapping type is nonzero, the stream is undecodable
193 \item If the mapping type is zero:
204 \item if set, square polar channel mapping is in use:
238 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_co (…)
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 47 static void mapping(IO &io, FooBar& fb) { function in struct:llvm::yaml::MappingTraits
57 // Test the reading of a yaml mapping
154 static void mapping(IO &io, BuiltInTypes& bt) { function in struct:llvm::yaml::MappingTraits
311 static void mapping(IO &io, ColorMap& c) { function in struct:llvm::yaml::MappingTraits
385 static void mapping(IO &io, FlagsMap& c) { function in struct:llvm::yaml::MappingTraits
468 static void mapping(IO &io, MyCustomTypeMap& s) { function in struct:llvm::yaml::MappingTraits
576 static void mapping(IO &io, NameAndNumbers& nn) { function in struct:llvm::yaml::MappingTraits
668 static void mapping(IO &io, TotalSeconds &secs) { function in struct:llvm::yaml::MappingTraits
783 static void mapping(IO &io, KindAndFlags& kf) { function in struct:llvm::yaml::MappingTraits
873 static void mapping(IO &io, FooBarMap& fb) function in struct:llvm::yaml::MappingTraits
    [all...]
  /external/chromium_org/chrome_frame/
dll_redirector.cc 105 bool DllRedirector::SetFileMappingToReadOnly(base::SharedMemoryHandle mapping) {
114 success = AtlSetDacl(mapping, SE_KERNEL_OBJECT, dacl);
161 DLOG(ERROR) << "Failed to set file mapping permissions.";
205 NOTREACHED() << "Could not create file mapping for version beacon, gle: "
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 31 explicit TestUDPClientSocket(const AddressMapping* mapping)
32 : mapping_(mapping), connected_(false) {}
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 35 def __init__(self, mapping):
36 self._mapping = mapping
  /external/chromium_org/tools/grit/grit/
grd_reader.py 17 from grit.node import mapping namespace
56 node = mapping.ElementToClass(name, typeattr)()
  /external/kernel-headers/original/linux/
swap.h 187 extern int remove_mapping(struct address_space *mapping, struct page *page);
329 struct address_space *mapping)
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 9 bytes: mapping 19, selectors 66, code lengths 134, codes 6465
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 44 '''Reads each file in paths and returns a dictionary mapping the path to the
appengine_wrappers.py 40 """|configuration| is a dictionary mapping strings to fake urlfetch classes.
163 def set_multi_async(self, mapping, namespace='', time=0):
164 for k, v in mapping.iteritems():
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
IsolatedFileSystemManager.js 59 mapping: function()
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.h 54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 38 set mapping cartesian
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 54 * for stream out support. mapping stores the pointer
61 void *mapping; member in struct:draw_so_target
  /external/stressapptest/src/
os.cc 510 // Use dynamic mapping for allocations larger than that.
515 // Do a full mapping here otherwise.
591 // Prepare the target memory. It may requre mapping in, or this may be a noop.
598 void * mapping = mmap64(NULL, length, PROT_READ | PROT_WRITE, local
602 void * mapping = mmap(NULL, length, PROT_READ | PROT_WRITE,
606 if (mapping == MAP_FAILED) {
613 return mapping;
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 57 115 mapping[FILESIZE+10];
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 397 // Make sure the path mapping vector is setup so we can collapse paths.
602 for (PathMapping::const_iterator mapping = path_mapping_.begin();
603 mapping != path_mapping_.end(); ++mapping) {
604 string16 prefix = mapping->first;
606 string16 new_location = mapping->second +
608 size_t length = new_location.length() - mapping->second.length();
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 458 // Make sure the path mapping vector is setup so we can collapse paths.
662 for (PathMapping::const_iterator mapping = path_mapping_.begin();
663 mapping != path_mapping_.end(); ++mapping) {
664 string16 prefix = mapping->first;
666 string16 new_location = mapping->second +
668 size_t length = new_location.length() - mapping->second.length();
    [all...]
  /external/chromium_org/third_party/lcov/bin/
lcov 1240 # DATA1_REF and DATA2_REF are references to hashes containing a mapping
1245 # is a reference to a hash containing the combined mapping in which
1295 # REF1 and REF2 are references to hashes containing a mapping
    [all...]

Completed in 610 milliseconds

<<11121314151617181920>>