Searched refs:slot (Results 76 - 100 of 524) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftrender.h42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
/external/freetype/include/
H A Dftrender.h42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftrender.h42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftrender.h42 FT_GlyphSlot slot );
63 FT_GlyphSlot slot );
89 FT_GlyphSlot slot,
95 FT_GlyphSlot slot,
102 FT_GlyphSlot slot,
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_gs.c74 unsigned slot,
169 unsigned prim_idx, j, slot; local
188 for (slot = 0; slot < shader->info.num_outputs; slot++) {
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][
73 draw_gs_set_constants(struct draw_context *draw, unsigned slot, const void *constants, unsigned size) argument
216 unsigned slot, vs_slot, i; local
[all...]
H A Ddraw_pt_so_emit.c86 unsigned slot, i; local
106 for (slot = 0; slot < state->num_outputs; ++slot) {
107 unsigned num_comps = state->output[slot].num_components;
108 int ob = state->output[slot].output_buffer;
125 for (slot = 0; slot < state->num_outputs; ++slot) {
126 unsigned idx = state->output[slot]
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c74 unsigned slot,
169 unsigned prim_idx, j, slot; local
188 for (slot = 0; slot < shader->info.num_outputs; slot++) {
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][
73 draw_gs_set_constants(struct draw_context *draw, unsigned slot, const void *constants, unsigned size) argument
216 unsigned slot, vs_slot, i; local
[all...]
H A Ddraw_pt_so_emit.c86 unsigned slot, i; local
106 for (slot = 0; slot < state->num_outputs; ++slot) {
107 unsigned num_comps = state->output[slot].num_components;
108 int ob = state->output[slot].output_buffer;
125 for (slot = 0; slot < state->num_outputs; ++slot) {
126 unsigned idx = state->output[slot]
[all...]
/external/chromium_org/crypto/
H A Dec_private_key_nss.cc36 // slot. If we support other slots in the future, checking whether they
40 crypto::ScopedPK11Slot slot(GetTempKeySlot());
41 supported_ = PK11_DoesMechanism(slot.get(), CKM_EC_KEY_PAIR_GEN) &&
42 PK11_DoesMechanism(slot.get(), CKM_ECDSA);
93 ScopedPK11Slot slot(GetTempKeySlot());
94 return CreateWithParams(slot.get(),
101 ECPrivateKey* ECPrivateKey::CreateSensitive(PK11SlotInfo* slot) { argument
103 slot, true /* permanent */, true /* sensitive */);
114 ScopedPK11Slot slot(GetTempKeySlot());
116 slot
126 CreateSensitiveFromEncryptedPrivateKeyInfo( PK11SlotInfo* slot, const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
142 ImportFromEncryptedPrivateKeyInfo( PK11SlotInfo* slot, const std::string& password, const uint8* encrypted_private_key_info, size_t encrypted_private_key_info_len, CERTSubjectPublicKeyInfo* decoded_spki, bool permanent, bool sensitive, SECKEYPrivateKey** key, SECKEYPublicKey** public_key) argument
317 CreateWithParams(PK11SlotInfo* slot, bool permanent, bool sensitive) argument
363 CreateFromEncryptedPrivateKeyInfoWithParams( PK11SlotInfo* slot, const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info, bool permanent, bool sensitive) argument
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftglyph.c61 FT_GlyphSlot slot )
68 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
78 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
80 glyph->bitmap = slot->bitmap;
81 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
159 FT_GlyphSlot slot )
164 FT_Outline* source = &slot
[all...]
/external/chromium_org/v8/src/heap/
H A Dincremental-marking-inl.h14 bool IncrementalMarking::BaseRecordWrite(HeapObject* obj, Object** slot, argument
23 if (chunk->IsLeftOfProgressBar(slot)) {
44 void IncrementalMarking::RecordWrite(HeapObject* obj, Object** slot, argument
47 RecordWriteSlow(obj, slot, value);
52 void IncrementalMarking::RecordWriteOfCodeEntry(JSFunction* host, Object** slot, argument
54 if (IsMarking()) RecordWriteOfCodeEntrySlow(host, slot, value);
/external/freetype/src/base/
H A Dftglyph.c61 FT_GlyphSlot slot )
68 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
78 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
80 glyph->bitmap = slot->bitmap;
81 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
159 FT_GlyphSlot slot )
164 FT_Outline* source = &slot
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftglyph.c61 FT_GlyphSlot slot )
68 if ( slot->format != FT_GLYPH_FORMAT_BITMAP )
74 glyph->left = slot->bitmap_left;
75 glyph->top = slot->bitmap_top;
78 if ( slot->internal->flags & FT_GLYPH_OWN_BITMAP )
80 glyph->bitmap = slot->bitmap;
81 slot->internal->flags &= ~FT_GLYPH_OWN_BITMAP;
86 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap );
159 FT_GlyphSlot slot )
164 FT_Outline* source = &slot
[all...]
/external/chromium_org/net/cert/
H A Dnss_cert_database.cc118 PK11SlotInfo* slot) {
119 DCHECK(slot);
127 base::Passed(crypto::ScopedPK11Slot(PK11_ReferenceSlot(slot))),
149 crypto::ScopedPK11Slot slot(GetPublicSlot());
150 return CryptoModule::CreateFromHandle(slot.get());
154 crypto::ScopedPK11Slot slot(GetPrivateSlot());
155 return CryptoModule::CreateFromHandle(slot.get());
175 modules->push_back(CryptoModule::CreateFromHandle(slot_element->slot));
234 crypto::ScopedPK11Slot slot(GetPublicSlot());
237 slot
117 ListCertsInSlot(const ListCertsCallback& callback, PK11SlotInfo* slot) argument
383 PK11SlotInfo* slot = cert->os_cert_handle()->slot; local
388 PK11SlotInfo* slot = cert->os_cert_handle()->slot; local
406 ListCertsImpl(crypto::ScopedPK11Slot slot, CertificateList* certs) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c62 unsigned slot,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
78 unsigned slot,
89 info->dadx[slot][i] = dadx;
90 info->dady[slot][i] = dady;
92 info->a0[slot][i] = (a1 -
108 unsigned slot,
121 info->dadx[slot][
60 constant_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, const float value, unsigned i ) argument
76 linear_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
106 perspective_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
130 setup_fragcoord_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned usage_mask) argument
168 unsigned slot; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c62 unsigned slot,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
78 unsigned slot,
89 info->dadx[slot][i] = dadx;
90 info->dady[slot][i] = dady;
92 info->a0[slot][i] = (a1 -
108 unsigned slot,
121 info->dadx[slot][
60 constant_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, const float value, unsigned i ) argument
76 linear_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
106 perspective_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned vert_attr, unsigned i) argument
130 setup_fragcoord_coef( struct lp_setup_context *setup, struct lp_line_info *info, unsigned slot, unsigned usage_mask) argument
168 unsigned slot; local
[all...]
/external/chromium_org/chrome/utility/importer/
H A Dnss_decryptor_system_nss.h48 // Does not actually free the slot, since we'll free it when NSSDecryptor is
50 void FreeSlot(PK11SlotInfo* slot) const {}
54 PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const;
/external/chromium_org/components/ownership/
H A Downer_key_util_impl.cc56 PK11SlotInfo* slot) {
57 return crypto::RSAPrivateKey::FindFromPublicKeyInfoInSlot(key, slot);
54 FindPrivateKeyInSlot( const std::vector<uint8>& key, PK11SlotInfo* slot) argument
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsNSSCertificateDB.h56 bool ImportCACerts(PK11SlotInfo* slot,
63 PK11SlotInfo* slot,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.h65 static void constructDeletedValue(FontPlatformData& slot, bool) argument
67 new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntSizeHash.h42 static void constructDeletedValue(blink::IntSize& slot, bool) { new (NotNull, &slot) blink::IntSize(-1, -1); } argument
/external/clang/test/CodeGen/
H A Dblocks.c67 f5_helper(^(struct F5 *slot) { *slot = value; });
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_glapi.c130 int slot; local
140 slot = (stub) ? stub_get_slot(stub) : -1;
141 if (slot >= 0) {
142 if (alias && stub_get_slot(alias) != slot)
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc40 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());
/external/mesa3d/src/mapi/mapi/
H A Dmapi_glapi.c130 int slot; local
140 slot = (stub) ? stub_get_slot(stub) : -1;
141 if (slot >= 0) {
142 if (alias && stub_get_slot(alias) != slot)

Completed in 2015 milliseconds

1234567891011>>