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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/freetype/include/freetype/
ftsynth.h 68 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
72 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/freetype/include/
ftsynth.h 68 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
72 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftsynth.h 68 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
72 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftsynth.h 68 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable
72 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
ftbitmap.h 123 /* you should call @FT_GlyphSlot_Own_Bitmap on the slot first. */
178 /* Make sure that a glyph slot owns `slot->bitmap'. */
181 /* slot :: The glyph slot. */
191 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
  /external/chromium_org/net/base/
keygen_handler_nss.cc 23 crypto::ScopedPK11Slot slot; local
25 slot = crypto_module_delegate_->RequestSlot().Pass();
27 slot.reset(crypto::GetPrivateNSSKeySlot());
28 if (!slot.get()) {
29 LOG(ERROR) << "Couldn't get private key slot from NSS!";
36 slot.get(),
39 LOG(ERROR) << "Couldn't authenticate to private key slot!";
44 slot.get(), stores_key_);
  /external/ltrace/sysdeps/linux-gnu/ia64/
regs.c 40 unsigned long slot = local
43 return (void *)(ip | slot);
51 unsigned long slot = (unsigned long)addr & 0xf; local
55 psr |= (slot & 0x3) << 41;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 20 import static android.util.ListItemFactory.Slot;
52 final Slot slot = position == 0 ? Slot.Left : local
53 (position == 1 ? Slot.Middle : Slot.Right);
55 parent.getContext(), desiredHeight, slot);
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 104 int slot; /*Output. The corresponding slot index */ local
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
135 p_last_info->last_slot = slot;
143 int displaying_order, frame_type, slot;
167 printf("encodingorder displaying order frame_type slot index\n");
169 getFrameDpyOrder(i, bframes, intracnt, &last_info, &displaying_order, &frame_type, &slot);
170 printf("%5d\t%5d\t%c\t%d\n", i, displaying_order, ac_frame_type[frame_type], slot);
  /external/chromium_org/net/cert/
cert_database_nss.cc 71 PK11SlotInfo* slot = PK11_KeyForCertExists(cert, NULL, NULL); local
72 if (!slot)
75 PK11_FreeSlot(slot);
83 crypto::ScopedPK11Slot slot(PK11_KeyForCertExists(cert, &key, NULL));
84 if (!slot.get())
90 slot.get());
95 rv = PK11_ImportCert(slot.get(), cert, key, nickname.c_str(), PR_FALSE);
  /external/chromium_org/third_party/WebKit/Source/platform/testing/
ArenaTestHelpers.h 56 size_t slot = m_allocatedRegions.find(ptr); variable
57 ASSERT_NE(slot, kNotFound);
58 m_allocatedRegions.remove(slot);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_exec.c 97 unsigned slot; local
118 for (slot = 0; slot < shader->info.num_inputs; slot++) {
119 debug_printf("\t%d: %f %f %f %f\n", slot,
120 input[slot][0],
121 input[slot][1],
122 input[slot][2],
123 input[slot][3]);
133 for (slot = 0; slot < shader->info.num_inputs; slot++)
    [all...]
  /external/lzma/C/
BraIA64.c 25 int slot; local
26 for (slot = 0; slot < 3; slot++, bitPos += 41)
31 if (((mask >> slot) & 1) == 0)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 97 unsigned slot; local
118 for (slot = 0; slot < shader->info.num_inputs; slot++) {
119 debug_printf("\t%d: %f %f %f %f\n", slot,
120 input[slot][0],
121 input[slot][1],
122 input[slot][2],
123 input[slot][3]);
133 for (slot = 0; slot < shader->info.num_inputs; slot++)
    [all...]
  /hardware/ril/include/telephony/
ril_msim.h 37 int slot; /* 0, 1, ... etc. */ member in struct:__anon41748
  /external/chromium_org/base/process/
process_iterator_linux.cc 82 dirent* slot = readdir(procfs_dir_); local
84 if (!slot)
88 pid = internal::ProcDirSlotToPid(slot->d_name);
  /external/chromium_org/base/threading/
thread_local_storage_unittest.cc 76 ThreadLocalStorage::Slot slot; local
77 slot.Set(reinterpret_cast<void*>(123));
78 int value = reinterpret_cast<intptr_t>(slot.Get());
86 // unsynchronized with the following users of the same TSD slot. This results
  /external/chromium_org/net/quic/crypto/
aead_base_decrypter_nss.cc 71 PK11SlotInfo* slot = PK11_GetInternalSlot(); local
86 slot, key_mechanism, PK11_OriginUnwrap, CKA_DECRYPT, &key_item, NULL));
87 PK11_FreeSlot(slot);
88 slot = NULL;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphPage.h 76 void* slot = fastMalloc(sizeof(GlyphPage) + sizeof(SimpleFontData*) * GlyphPage::size); local
77 return adoptRef(new (slot) GlyphPage(owner));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 160 uint slot = find_mapping(fs, I915_SEMANTIC_FACE); local
168 vinfo.hwfmt[1] &= ~(TEXCOORDFMT_NOT_PRESENT << (slot * 4));
169 vinfo.hwfmt[1] |= TEXCOORDFMT_1D << (slot * 4);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi.c 175 int slot = stub_get_slot(stub); local
179 func = table_get_func(noop, slot);
180 table_set_func(tbl, slot, func);
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 40 size_t slot = i % allocated.size(); local
41 char *p = allocated[slot].first;
43 size_t size = allocated[slot].second;
45 swap(allocated[slot], allocated.back());

Completed in 1427 milliseconds

1 2 3 4 5 6 7 8 91011>>