Searched refs:type1 (Results 1 - 25 of 84) sorted by relevance

1234

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1driver.c62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
75 for ( i = 0; i < face->type1.num_glyphs; i++ )
77 FT_String* gname = face->type1.glyph_names[i];
103 return (const char*) face->type1.font_name;
139 *afont_info = ((T1_Face)face)->type1.font_info;
149 *afont_extra = ((T1_Face)face)->type1.font_extra;
168 *afont_private = ((T1_Face)face)->type1.private_dict;
183 T1_Font type1 = &t1face->type1; local
189 retval = sizeof ( type1
[all...]
H A Drules.mk18 T1_DIR := $(SRC_DIR)/type1
48 T1_DRV_OBJ_S := $(OBJ_DIR)/type1.$O
52 T1_DRV_SRC_S := $(T1_DIR)/type1.c
H A Dmodule.mk20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
H A Dt1gload.c63 T1_Font type1 = &face->type1; local
72 decoder->font_matrix = type1->font_matrix;
73 decoder->font_offset = type1->font_offset;
88 char_string->pointer = type1->charstrings[glyph_index];
89 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
159 T1_Font type1 = &face->type1; local
172 (FT_Byte**)type1->glyph_names,
183 decoder.num_subrs = type1
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
[all...]
H A Dt1objs.c109 &face->type1.private_dict, &globals );
205 T1_Font type1; local
212 type1 = &face->type1;
232 PS_FontInfo info = &type1->font_info;
243 FT_FREE( type1->charstrings_len );
244 FT_FREE( type1->charstrings );
245 FT_FREE( type1->glyph_names );
247 FT_FREE( type1->subrs );
248 FT_FREE( type1
310 T1_Font type1 = &face->type1; local
[all...]
H A Dt1load.c140 blend->font_infos[0] = &face->type1.font_info;
141 blend->privates [0] = &face->type1.private_dict;
142 blend->bboxes [0] = &face->type1.font_bbox;
942 dummy_object = &face->type1.font_info;
954 dummy_object = &face->type1.font_extra;
960 dummy_object = &face->type1.private_dict;
972 dummy_object = &face->type1.font_bbox;
1004 dummy_object = &face->type1;
1100 FT_Matrix* matrix = &face->type1.font_matrix;
1101 FT_Vector* offset = &face->type1
2081 T1_Font type1 = &face->type1; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
H A DMerger.java39 Type type1 = ft1.getType();
42 if (type1 == type2) {
43 return type1;
44 } else if (type1.isReference() && type2.isReference()) {
45 if (type1 == Type.KNOWN_NULL) {
56 return type1;
57 } else if (type1.isArray() && type2.isArray()) {
59 mergeType(type1.getComponentType(),
77 } else if (type1.isIntlike() && type2.isIntlike()) {
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.cc51 bool TestNotificationTracker::Check2AndReset(int type1, argument
57 bool success = events_[0].type == type1 && events_[1].type == type2;
62 bool TestNotificationTracker::Check3AndReset(int type1, argument
69 bool success = events_[0].type == type1 &&
H A Dtest_notification_tracker.h58 bool Check2AndReset(int type1,
60 bool Check3AndReset(int type1,
/external/clang/test/SemaCXX/
H A Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
/external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
H A Dunistd.h112 #define _syscall1(type,name,type1,arg1) \
113 type name(type1 arg1) \
118 #define _syscall2(type,name,type1,arg1,type2,arg2) \
119 type name(type1 arg1, type2 arg2) \
124 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
125 type name(type1 arg1, type2 arg2, type3 arg3) \
130 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
131 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
137 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
138 type name(type1 arg
[all...]
/external/javassist/src/main/javassist/compiler/ast/
H A DIntConst.java54 int type1 = this.type;
57 if (type1 == TokenId.LongConstant || type2 == TokenId.LongConstant)
59 else if (type1 == TokenId.CharConstant
95 newType = type1;
99 newType = type1;
103 newType = type1;
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc354 bool Equal(TypeHandle type1, TypeHandle type2) { argument
356 type1->Equals(type2) &&
357 this->IsBitset(type1) == this->IsBitset(type2) &&
358 this->IsUnion(type1) == this->IsUnion(type2) &&
359 type1->NumClasses() == type2->NumClasses() &&
360 type1->NumConstants() == type2->NumConstants() &&
361 (!this->IsBitset(type1) ||
362 this->AsBitset(type1) == this->AsBitset(type2)) &&
363 (!this->IsUnion(type1) ||
364 this->Length(this->AsUnion(type1))
368 CheckEqual(TypeHandle type1, TypeHandle type2) argument
372 CheckSub(TypeHandle type1, TypeHandle type2) argument
380 CheckUnordered(TypeHandle type1, TypeHandle type2) argument
388 CheckOverlap(TypeHandle type1, TypeHandle type2) argument
393 CheckDisjoint(TypeHandle type1, TypeHandle type2) argument
420 TypeHandle type1 = *it1; local
431 TypeHandle type1 = *it1; local
442 TypeHandle type1 = *it1; local
453 TypeHandle type1 = *it1; local
467 TypeHandle type1 = *it1; local
500 TypeHandle type1 = T.Class(map1); local
527 TypeHandle type1 = T.Constant(value1); local
613 TypeHandle type1 = T.Range(min1, max1); local
640 TypeHandle type1 = T.Random(); local
654 TypeHandle type1 = T.Random(); local
671 TypeHandle type1 = T.Random(); local
697 TypeHandle type1 = T.Random(); local
818 TypeHandle type1 = *it1; local
829 TypeHandle type1 = *it1; local
852 TypeHandle type1 = *it1; local
863 TypeHandle type1 = *it1; local
909 TypeHandle type1 = *it1; local
920 TypeHandle type1 = *it1; local
964 TypeHandle type1 = T.Range(min1, max1); local
979 TypeHandle type1 = T.Context(outer1); local
990 TypeHandle type1 = T.Array1(element1); local
1001 TypeHandle type1 = T.Function0(result1, receiver1); local
1013 TypeHandle type1 = *i; local
1130 TypeHandle type1 = *it1; local
1142 TypeHandle type1 = *it1; local
1152 TypeHandle type1 = *it1; local
1270 TypeHandle type1 = *it1; local
1279 TypeHandle type1 = *it1; local
1289 TypeHandle type1 = *it1; local
1299 TypeHandle type1 = *it1; local
1437 TypeHandle type1 = *it1; local
1467 TypeHandle type1 = *it1; local
1478 TypeHandle type1 = *it1; local
1527 TypeHandle type1 = *it1; local
1678 TypeHandle type1 = *it1; local
1723 TypeHandle type1 = *it1; local
1928 TypeHandle type1 = *it; local
1938 TypeHandle type1 = *it1; local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h828 #define _syscall1(type,name,type1,arg1) \
829 type LSS_NAME(name)(type1 arg1) { \
835 #define _syscall2(type,name,type1,arg1,type2,arg2) \
836 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
842 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
843 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
850 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
851 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
858 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
860 type LSS_NAME(name)(type1 arg
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h816 #define _syscall1(type,name,type1,arg1) \
817 type LSS_NAME(name)(type1 arg1) { \
823 #define _syscall2(type,name,type1,arg1,type2,arg2) \
824 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
830 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
831 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
838 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
839 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
846 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
848 type LSS_NAME(name)(type1 arg
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp78 base(const typename T::type1 &);
83 struct type1 { struct in namespace:core_19754_example
94 typedef type1<types> type1; typedef in struct:core_19754_example::types
H A Dcanonical-expr-type.cpp42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
/external/chromium_org/third_party/skia/include/gpu/
H A DGrProcessorStage.h136 SkMatrix::TypeMask type1 = SkMatrix::kIdentity_Mask; local
138 type1 = useExplicitLocalCoords ?
142 int combinedTypes = type0 | type1;
/external/chromium_org/v8/src/
H A Dtypes.cc610 TypeHandle type1, TypeHandle type2, Region* region) {
611 bitset bits = type1->BitsetGlb() & type2->BitsetGlb();
615 if (type1->IsBitset() && type2->IsBitset()) {
620 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
621 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
624 if (type1->Is(type2)) return type1;
625 if (type2->Is(type1)) return type2;
628 int size1 = type1
609 Intersect( TypeHandle type1, TypeHandle type2, Region* region) argument
739 Union( TypeHandle type1, TypeHandle type2, Region* region) argument
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1cmap.c42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
178 T1_Encoding encoding = &face->type1.encoding;
270 return face->type1.glyph_names[idx];
284 face->type1.num_glyphs,
/external/freetype/src/psaux/
H A Dt1cmap.c42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
178 T1_Encoding encoding = &face->type1.encoding;
270 return face->type1.glyph_names[idx];
284 face->type1.num_glyphs,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1cmap.c42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
178 T1_Encoding encoding = &face->type1.encoding;
270 return face->type1.glyph_names[idx];
284 face->type1.num_glyphs,
/external/openssl/crypto/objects/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
1061 type1 const *a = a_; \
1065 static type2 *OBJ_bsearch_##nm(type1 *ke
[all...]
/external/openssl/include/openssl/
H A Dobjects.h1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1023 static int nm##_cmp(type1 const *, type2 const *); \
1024 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1026 #define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1027 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1028 #define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1029 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1058 #define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
1061 type1 const *a = a_; \
1065 static type2 *OBJ_bsearch_##nm(type1 *ke
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java180 * @param type1 {@code non-null;} the second element
183 public static StdTypeList make(Type type0, Type type1) { argument
186 result.set(1, type1);
194 * @param type1 {@code non-null;} the second element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
201 result.set(1, type1);
210 * @param type1 {@code non-null;} the second element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
219 result.set(1, type1);

Completed in 1147 milliseconds

1234