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

1 2 3 4 5 6

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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;
183 T1_Font type1 = &t1face->type1; local
189 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
26 # Type1 driver sources (i.e., C files)
35 # Type1 driver headers
42 # Type1 driver object(s)
48 T1_DRV_OBJ_S := $(OBJ_DIR)/type1.$O
50 # Type1 driver source file for single build
52 T1_DRV_SRC_S := $(T1_DIR)/type1.c
55 # 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...]
t1load.c 140 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;
2081 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...]
  /external/chromium_org/content/public/test/
test_notification_tracker.cc 51 bool TestNotificationTracker::Check2AndReset(int type1,
57 bool success = events_[0].type == type1 && events_[1].type == type2;
62 bool TestNotificationTracker::Check3AndReset(int type1,
69 bool success = events_[0].type == type1 &&
test_notification_tracker.h 58 bool Check2AndReset(int type1,
60 bool Check3AndReset(int type1,
  /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];
  /external/linux-tools-perf/perf-3.12.0/arch/parisc/include/asm/
unistd.h 112 #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 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5)
    [all...]
  /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);
BaseMachine.java 167 public final void popArgs(Frame frame, Type type1, Type type2) {
173 if (! Merger.isPossiblyAssignableFrom(type1, args[0])) {
174 throw new SimException("expected type " + type1.toHuman() +
185 public final void popArgs(Frame frame, Type type1, Type type2,
192 if (! Merger.isPossiblyAssignableFrom(type1, args[0])) {
193 throw new SimException("expected type " + type1.toHuman() +
  /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/chromium_org/v8/test/cctest/
test-types.cc 365 bool Equal(TypeHandle type1, TypeHandle type2) {
367 type1->Is(type2) && type2->Is(type1) &&
368 Rep::IsBitset(type1) == Rep::IsBitset(type2) &&
369 Rep::IsClass(type1) == Rep::IsClass(type2) &&
370 Rep::IsConstant(type1) == Rep::IsConstant(type2) &&
371 Rep::IsContext(type1) == Rep::IsContext(type2) &&
372 Rep::IsArray(type1) == Rep::IsArray(type2) &&
373 Rep::IsFunction(type1) == Rep::IsFunction(type2) &&
374 Rep::IsUnion(type1) == Rep::IsUnion(type2) &
439 TypeHandle type1 = *it1; local
450 TypeHandle type1 = *it1; local
461 TypeHandle type1 = *it1; local
472 TypeHandle type1 = *it1; local
486 TypeHandle type1 = *it1; local
518 TypeHandle type1 = T.Class(map1); local
545 TypeHandle type1 = T.Constant(value1); local
609 TypeHandle type1 = T.Random(); local
623 TypeHandle type1 = T.Random(); local
640 TypeHandle type1 = T.Random(); local
666 TypeHandle type1 = T.Random(); local
824 TypeHandle type1 = *it1; local
835 TypeHandle type1 = *it1; local
987 TypeHandle type1 = *it1; local
999 TypeHandle type1 = *it1; local
1009 TypeHandle type1 = *it1; local
1147 TypeHandle type1 = *it1; local
1156 TypeHandle type1 = *it1; local
1166 TypeHandle type1 = *it1; local
1176 TypeHandle type1 = *it1; local
1314 TypeHandle type1 = *it1; local
1326 TypeHandle type1 = *it1; local
1341 TypeHandle type1 = *it1; local
1352 TypeHandle type1 = *it1; local
1365 TypeHandle type1 = *it1; local
1379 TypeHandle type1 = *it1; local
1392 TypeHandle type1 = *it1; local
1542 TypeHandle type1 = *it1; local
1555 TypeHandle type1 = *it1; local
1570 TypeHandle type1 = *it1; local
1581 TypeHandle type1 = *it1; local
1594 TypeHandle type1 = *it1; local
1608 TypeHandle type1 = *it1; local
1622 TypeHandle type1 = *it1; local
1735 TypeHandle type1 = *it1; local
1755 TypeHandle type1 = *it1; local
1774 TypeHandle type1 = *it; local
1784 TypeHandle type1 = *it1; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linux_syscall_support.h 828 #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 arg1, type2 arg2, type3 arg3, type4 arg4,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linux_syscall_support.h 816 #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 arg1, type2 arg2, type3 arg3, type4 arg4,
    [all...]
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 42 typedef T __attribute__((ext_vector_type(N))) type1; typedef in struct:X2
46 void f0(type1); // expected-note{{previous}}
instantiate-exception-spec-cxx11.cpp 78 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
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/api_data_source/
canned_trunk_fs.py 99 'id': 'type1',
118 'description': 'We like $ref:type1',
  /external/chromium_org/v8/src/
types.cc 589 TypeHandle type1, TypeHandle type2, Region* region) {
591 if (type1->IsBitset() && type2->IsBitset()) {
592 return BitsetType::New(type1->AsBitset() | type2->AsBitset(), region);
596 if (type1->IsAny() || type2->IsNone()) return type1;
597 if (type2->IsAny() || type1->IsNone()) return type2;
600 if (!(type1->IsUnion() || type2->IsUnion())) {
601 if (type1->Is(type2)) return type2;
602 if (type2->Is(type1)) return type1;
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 29 /***** TYPE1 STANDARD (AND EXPERT) ENCODING CMAPS *****/
42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
168 /***** TYPE1 CUSTOM ENCODING CMAP *****/
178 T1_Encoding encoding = &face->type1.encoding;
261 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP *****/
270 return face->type1.glyph_names[idx];
284 face->type1.num_glyphs,
  /external/freetype/src/psaux/
t1cmap.c 29 /***** TYPE1 STANDARD (AND EXPERT) ENCODING CMAPS *****/
42 cmap->num_glyphs = face->type1.num_glyphs;
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
168 /***** TYPE1 CUSTOM ENCODING CMAP *****/
178 T1_Encoding encoding = &face->type1.encoding;
261 /***** TYPE1 SYNTHETIC UNICODE ENCODING CMAP *****/
270 return face->type1.glyph_names[idx];
284 face->type1.num_glyphs,

Completed in 6542 milliseconds

1 2 3 4 5 6