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

123

/external/pdfium/third_party/freetype/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 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;
940 dummy_object = &face->type1.font_info;
952 dummy_object = &face->type1.font_extra;
958 dummy_object = &face->type1.private_dict;
970 dummy_object = &face->type1.font_bbox;
1002 dummy_object = &face->type1;
1098 FT_Matrix* matrix = &face->type1.font_matrix;
1099 FT_Vector* offset = &face->type1
2086 T1_Font type1 = &face->type1; local
[all...]
H A Dt1afm.c57 T1_Font type1 = (T1_Font)user_data; local
65 for ( n = 0; n < type1->num_glyphs; n++ )
67 char* gname = (char*)type1->glyph_names[n];
242 T1_Font t1_font = &( (T1_Face)t1_face )->type1;
/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/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];
H A Dqualified-id-lookup.cpp65 typedef struct N::f1 type1; typedef in typeref:struct:f1
/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/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/clang/test/SemaTemplate/
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}}
H A Dinstantiate-exception-spec-cxx11.cpp85 base(const typename T::type1 &);
90 struct type1 { struct in namespace:core_19754_example
101 typedef type1<types> type1; typedef in struct:core_19754_example::types
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h1676 #define _syscall1(type,name,type1,arg1) \
1677 type LSS_NAME(name)(type1 arg1) { \
1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \
1684 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
1708 type LSS_NAME(name)(type1 arg
[all...]
/external/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/freetype/src/psaux/
H A Dt1cmap.c42 cmap->num_glyphs = (FT_UInt)face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
187 T1_Encoding encoding = &face->type1.encoding;
281 return face->type1.glyph_names[idx];
298 (FT_UInt)face->type1.num_glyphs,
/external/pdfium/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;
187 T1_Encoding encoding = &face->type1.encoding;
281 return face->type1.glyph_names[idx];
298 face->type1.num_glyphs,
/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);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp247 struct type1 { struct
250 void recref(type1<inst>) {}
251 // CHECK: "\01?recref@@YAXU?$type1@$E?inst@@3Urecord@@B@@@Z"
H A Dtype_visibility.cpp123 namespace type1 { namespace
/external/javassist/src/main/javassist/compiler/
H A DTypeChecker.java284 int type1 = exprType;
290 if (CodeGen.rightIsStrong(type1, exprType))
292 else if (CodeGen.rightIsStrong(exprType, type1)) {
293 expr.setElse(new CastExpr(type1, 0, expr.elseExpr()));
294 exprType = type1;
327 int type1 = exprType;
330 computeBinExprType(expr, token, type1);
367 int type1 = exprType;
375 if ((type1 == CLASS && dim1 == 0 && jvmJavaLangString.equals(cname))
387 computeBinExprType(expr, '+', type1);
494 computeBinExprType(BinExpr expr, int token, int type1) argument
535 insertCast(BinExpr expr, int type1, int type2) argument
[all...]
H A DCodeGen.java968 int type1 = exprType;
976 && (type1 == CLASS || exprType == CLASS))
977 atStringConcatExpr(expr, type1, dim1, cname1);
979 atArithBinExpr(expr, token, k, type1);
998 int index, int type1) throws CompileError
1007 exprType = type1;
1011 convertOprandTypes(type1, type2, expr);
1018 exprType = INT; // type1 may be BYTE, ...
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1, argument
1040 if (is2word(type1, dim
997 atArithBinExpr(Expr expr, int token, int index, int type1) argument
1201 compareExpr(boolean branchIf, int token, int type1, BinExpr expr) argument
1289 rightIsStrong(int type1, int type2) argument
1305 convertOprandTypes(int type1, int type2, Expr expr) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DImplicitTest.java192 ASN1Implicit type1 = new ASN1Implicit(1, ASN1OctetString.getInstance());
194 ASN1Implicit type2 = new ASN1Implicit(2, type1);
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp69 using type1 = std::result_of<decltype(&wat::foo)(wat)>::type;
70 static_assert(std::is_same<type1, void>::value, "");
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassWriter.java1231 * @param type1 index of an internal name in {@link #typeTable}.
1235 int getMergedType(final int type1, final int type2) { argument
1237 key2.longVal = type1 | (((long) type2) << 32);
1238 key2.hashCode = 0x7FFFFFFF & (TYPE_MERGED + type1 + type2);
1241 String t = typeTable[type1].strVal1;
1259 * @param type1 the internal name of a class.
1264 protected String getCommonSuperClass(final String type1, final String type2) argument
1268 c = Class.forName(type1.replace('/', '.'));
1274 return type1;
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; typedef in struct:X6
372 // CHECK: Keyword: "typename" [107:11 - 107:19] TypedefDecl=type1:107:76 (Definition)
374 // CHECK: Punctuation: "::" [107:31 - 107:33] TypedefDecl=type1:107:76 (Definition)
376 // CHECK: Punctuation: "::" [107:38 - 107:40] TypedefDecl=type1:107:76 (Definition)
378 // CHECK: Punctuation: "<" [107:46 - 107:47] TypedefDecl=type1:107:76 (Definition)
380 // CHECK: Punctuation: ">" [107:51 - 107:52] TypedefDecl=type1:107:76 (Definition)
381 // CHECK: Punctuation: "::" [107:52 - 107:54] TypedefDecl=type1:107:76 (Definition)
382 // CHECK: Keyword: "template" [107:54 - 107:62] TypedefDecl=type1:107:76 (Definition)
383 // CHECK: Identifier: "rebind" [107:63 - 107:69] TypedefDecl=type1:107:76 (Definition)
384 // CHECK: Punctuation: "<" [107:69 - 107:70] TypedefDecl=type1
[all...]

Completed in 1904 milliseconds

123