HomeSort by relevance Sort by last modified time
    Searched refs:type1 (Results 1 - 25 of 373) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1driver.c 62 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;
185 T1_Font type1 = &t1face->type1; local
191 retval = sizeof ( type1->font_type )
    [all...]
rules.mk 2 # FreeType 2 Type1 driver configuration rules
16 # Type1 driver directory
18 T1_DIR := $(SRC_DIR)/type1
29 # Type1 driver sources (i.e., C files)
38 # Type1 driver headers
45 # Type1 driver object(s)
51 T1_DRV_OBJ_S := $(OBJ_DIR)/type1.$O
53 # Type1 driver source file for single build
55 T1_DRV_SRC_S := $(T1_DIR)/type1.c
58 # Type1 driver - single objec
    [all...]
module.mk 2 # FreeType 2 Type1 module definition
20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
t1gload.c 63 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->num_subrs
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
    [all...]
t1objs.c 109 &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->subrs_len )
310 T1_Font type1 = &face->type1; local
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1driver.c 62 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;
185 T1_Font type1 = &t1face->type1; local
191 retval = sizeof ( type1->font_type )
    [all...]
t1gload.c 63 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->num_subrs
219 T1_Font type1 = &face->type1; local
279 T1_Font type1 = &face->type1; local
    [all...]
t1objs.c 109 &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->subrs_len )
310 T1_Font type1 = &face->type1; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 39 Type type1 = ft1.getType(); local
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()) {
  /frameworks/base/cmds/interrupter/
interrupter.h 29 #define CALL_FUNCTION_1(sym, ret, type1) \
30 ret (*real_##sym)(type1) = NULL; \
31 ret sym(type1 arg1) { \
36 #define CALL_FUNCTION_2(sym, ret, type1, type2) \
37 ret (*real_##sym)(type1, type2) = NULL; \
38 ret sym(type1 arg1, type2 arg2) { \
43 #define CALL_FUNCTION_3(sym, ret, type1, type2, type3) \
44 ret (*real_##sym)(type1, type2, type3) = NULL; \
45 ret sym(type1 arg1, type2 arg2, type3 arg3) { \
50 #define CALL_FUNCTION_4(sym, ret, type1, type2, type3, type4)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactDeltaComparator.java 50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); local
56 if (!type1.areContactsWritable() && type2.areContactsWritable()) {
58 } else if (type1.areContactsWritable() && !type2.areContactsWritable()) {
64 boolean isGoogleAccount1 = type1 instanceof GoogleAccountType;
77 if (type1.accountType != null && type2.accountType == null) {
79 } else if (type1.accountType == null && type2.accountType != null) {
83 if (type1.accountType != null && type2.accountType != null) {
84 value = type1.accountType.compareTo(type2.accountType);
92 if (type1.dataSet != null && type2.dataSet == null) {
94 } else if (type1.dataSet == null && type2.dataSet != null)
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42drivr.c 28 /* 3) As for Type1 fonts, CDevProc is not supported. */
65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
78 for ( i = 0; i < face->type1.num_glyphs; i++ )
80 FT_String* gname = face->type1.glyph_names[i];
84 return (FT_UInt)ft_atol( (const char *)face->type1.charstrings[i] );
107 return (const char*)face->type1.font_name;
127 *afont_info = ((T42_Face)face)->type1.font_info;
137 *afont_extra = ((T42_Face)face)->type1.font_extra;
156 *afont_private = ((T42_Face)face)->type1.private_dict;
t42types.h 36 T1_FontRec type1; member in struct:T42_FaceRec_
t42objs.c 36 T1_Font type1 = &face->type1; local
68 if ( type1->font_type != 42 )
71 type1->font_type ));
77 /* to the Type1 data */
78 type1->num_glyphs = loader.num_glyphs;
87 type1->charstrings_block = loader.charstrings.block;
88 type1->charstrings = loader.charstrings.elements;
89 type1->charstrings_len = loader.charstrings.lengths;
93 type1->glyph_names_block = loader.glyph_names.block
175 T1_Font type1 = &face->type1; local
417 T1_Font type1; local
    [all...]
  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} function in struct:type1
12 typedef type1 T;
20 type1 my_data[23];
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 157 Type type1 = ft1.getType(); local
160 if (type1 == type2) {
161 return type1;
162 } else if (type1.isReference() && type2.isReference()) {
163 if (type1 == Type.KNOWN_NULL) {
174 return type1;
175 } else if (type1.isArray() && type2.isArray()) {
177 mergeType(type1.getComponentType(),
195 } else if (type1.isIntlike() && type2.isIntlike()) {
Machine.java 87 * @param type1 {@code non-null;} type of the first argument
90 public void popArgs(Frame frame, Type type1, Type type2);
100 * @param type1 {@code non-null;} type of the first argument
104 public void popArgs(Frame frame, Type type1, Type type2, Type type3);
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 54 int type1 = this.type; local
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/
test-types.cc 51 bool Equal(Type* type1, Type* type2) {
52 return type1->Equals(type2) &&
53 this->IsBitset(type1) == this->IsBitset(type2) &&
54 this->IsUnion(type1) == this->IsUnion(type2) &&
55 type1->NumClasses() == type2->NumClasses() &&
56 type1->NumConstants() == type2->NumConstants() &&
57 (!this->IsBitset(type1) ||
58 this->AsBitset(type1) == this->AsBitset(type2)) &&
59 (!this->IsUnion(type1) ||
60 this->AsUnion(type1)->LengthForTesting() =
122 Type* type1 = *it1; local
133 Type* type1 = *it1; local
144 Type* type1 = *it1; local
155 Type* type1 = *it1; local
169 Type* type1 = *it1; local
188 Type* type1 = *it1; local
198 Type* type1 = *it1; local
215 Type* type1 = *it1; local
234 Type* type1 = *it1; local
268 Type* type1 = T.Class(map1); local
295 Type* type1 = T.Constant(value1); local
392 Type* type1 = T.Range(min1, max1); local
419 Type* type1 = T.Random(); local
446 Type* type1 = T.Random(); local
460 Type* type1 = T.Random(); local
477 Type* type1 = T.Random(); local
503 Type* type1 = T.Random(); local
640 Type* type1 = *it1; local
679 Type* type1 = *it1; local
689 Type* type1 = *it1; local
709 Type* type1 = *it1; local
719 Type* type1 = *it1; local
763 Type* type1 = *it1; local
774 Type* type1 = *it1; local
783 Type* type1 = *i; local
827 Type* type1 = T.Range(min1, max1); local
851 Type* type1 = T.Context(outer1); local
862 Type* type1 = T.Array1(element1); local
873 Type* type1 = T.Function0(result1, receiver1); local
897 Type* type1 = *it1; local
1025 Type* type1 = *it1; local
1037 Type* type1 = *it1; local
1047 Type* type1 = *it1; local
1165 Type* type1 = *it1; local
1174 Type* type1 = *it1; local
1184 Type* type1 = *it1; local
1194 Type* type1 = *it1; local
1330 Type* type1 = *it1; local
1362 Type* type1 = *it1; local
1373 Type* type1 = *it1; local
1427 Type* type1 = *it1; local
1575 Type* type1 = *it1; local
1628 Type* type1 = *it1; local
1680 Type* type1 = *it1; local
1837 Type* type1 = *it1; local
1848 Type* type1 = *it1; local
1863 Type* type1 = *it1; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTest.java 29 private void doTestReclaimResource(int type1, int type2) throws Exception {
33 activity.testReclaimResource(type1, type2);
ResourceManagerStubActivity.java 69 public void testReclaimResource(int type1, int type2) throws InterruptedException {
70 mType1 = type1;
72 if (type1 != ResourceManagerTestActivityBase.TYPE_MIX && type1 != type2) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
config.hpp 56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&>
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&>
  /bionic/libc/bionic/
mntent.cpp 48 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; local
50 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1,
59 buf[type1] = '\0';
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2Contact.cpp 52 b2Shape::Type type1, b2Shape::Type type2)
54 b2Assert(0 <= type1 && type1 < b2Shape::e_typeCount);
57 s_registers[type1][type2].createFcn = createFcn;
58 s_registers[type1][type2].destroyFcn = destoryFcn;
59 s_registers[type1][type2].primary = true;
61 if (type1 != type2)
63 s_registers[type2][type1].createFcn = createFcn;
64 s_registers[type2][type1].destroyFcn = destoryFcn;
65 s_registers[type2][type1].primary = false
77 b2Shape::Type type1 = fixtureA->GetType(); local
    [all...]
  /art/test/046-reflect/src/
Main.java 616 Type type1 = types1.get(0); local
620 if (type1 instanceof ParameterizedType) {
621 System.out.println("type1 is a ParameterizedType");
630 if (type1.equals(type2)) {
631 System.out.println("type1("+type1+") equals type2("+type2+")");
633 System.out.println("type1("+type1+") does not equal type2("+type2+")");
636 if (type1.equals(type3)) {
637 System.out.println("type1("+type1+") equals type3("+type3+")")
672 Type type1 = types1.get(0); local
    [all...]

Completed in 1426 milliseconds

1 2 3 4 5 6 7 8 91011>>