OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_UInt32
(Results
26 - 50
of
84
) sorted by null
1
2
3
4
/external/chromium_org/third_party/freetype/include/freetype/internal/
ftcalc.h
139
FT_MSB(
FT_UInt32
z );
/external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h
135
FT_UInt32
magic;
/external/chromium_org/third_party/freetype/src/sfnt/
ttkern.c
52
FT_UInt32
avail = 0, ordered = 0;
90
FT_UInt32
mask = (
FT_UInt32
)1UL << nn;
138
FT_UInt32
cur_pair;
ttbdf.c
198
FT_UInt32
name_offset = FT_PEEK_ULONG( p );
199
FT_UInt32
value = FT_PEEK_ULONG( p + 6 );
/external/freetype/include/internal/
ftcalc.h
143
FT_MSB(
FT_UInt32
z );
/external/freetype/src/pshinter/
pshrec.h
135
FT_UInt32
magic;
/external/freetype/src/sfnt/
ttkern.c
52
FT_UInt32
avail = 0, ordered = 0;
90
FT_UInt32
mask = (
FT_UInt32
)1UL << nn;
138
FT_UInt32
cur_pair;
ttbdf.c
198
FT_UInt32
name_offset = FT_PEEK_ULONG( p );
199
FT_UInt32
value = FT_PEEK_ULONG( p + 6 );
/external/chromium_org/third_party/freetype/src/pfr/
pfrload.c
165
(
FT_UInt32
)header->phy_font_max_size_high << 16;
201
FT_UInt32
section_offset,
224
FT_UInt32
section_offset,
229
FT_UInt32
offset;
230
FT_UInt32
size;
320
log_font->phys_size += (
FT_UInt32
)PFR_NEXT_BYTE( p ) << 16;
714
FT_UInt32
offset,
715
FT_UInt32
size )
/external/chromium_org/third_party/freetype2/include/
ftconfig.h
191
typedef unsigned int
FT_UInt32
;
196
typedef unsigned long
FT_UInt32
;
/external/freetype/src/pfr/
pfrload.c
165
(
FT_UInt32
)header->phy_font_max_size_high << 16;
201
FT_UInt32
section_offset,
224
FT_UInt32
section_offset,
229
FT_UInt32
offset;
230
FT_UInt32
size;
320
log_font->phys_size += (
FT_UInt32
)PFR_NEXT_BYTE( p ) << 16;
714
FT_UInt32
offset,
715
FT_UInt32
size )
/external/chromium_org/third_party/freetype/include/freetype/
fttypes.h
59
/*
FT_UInt32
*/
172
typedef
FT_UInt32
FT_Tag;
[
all
...]
freetype.h
[
all
...]
ftcache.h
623
FT_UInt32
char_code );
[
all
...]
/external/freetype/include/
fttypes.h
59
/*
FT_UInt32
*/
172
typedef
FT_UInt32
FT_Tag;
[
all
...]
freetype.h
[
all
...]
ftcache.h
623
FT_UInt32
char_code );
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/config/
ftconfig.h
196
/*
FT_UInt32
*/
201
typedef unsigned XXX
FT_UInt32
;
234
typedef unsigned int
FT_UInt32
;
239
typedef unsigned long
FT_UInt32
;
/external/chromium_org/third_party/freetype/src/base/
ftutil.c
414
FT_BASE_DEF(
FT_UInt32
)
415
ft_highpow2(
FT_UInt32
value )
417
FT_UInt32
value2;
ftadvanc.c
145
flags |= (
FT_UInt32
)FT_LOAD_ADVANCE_ONLY;
ftdbgmem.c
72
FT_UInt32
hash;
453
FT_UInt32
hash;
458
/* than
FT_UInt32
and GCC 4.1.1 emits a warning */
459
hash = (
FT_UInt32
)(FT_PtrDist)(void*)_ft_debug_file +
460
(
FT_UInt32
)( 5 * _ft_debug_lineno );
/external/freetype/src/base/
ftadvanc.c
145
flags |= (
FT_UInt32
)FT_LOAD_ADVANCE_ONLY;
ftdbgmem.c
72
FT_UInt32
hash;
453
FT_UInt32
hash;
458
/* than
FT_UInt32
and GCC 4.1.1 emits a warning */
459
hash = (
FT_UInt32
)(FT_PtrDist)(void*)_ft_debug_file +
460
(
FT_UInt32
)( 5 * _ft_debug_lineno );
/external/chromium_org/third_party/freetype/src/autofit/
afhints.h
351
FT_UInt32
scaler_flags; /* copy of scaler flags */
352
FT_UInt32
other_flags; /* free for script-specific */
/external/freetype/src/autofit/
afhints.h
362
FT_UInt32
scaler_flags; /* copy of scaler flags */
363
FT_UInt32
other_flags; /* free for style-specific */
Completed in 868 milliseconds
1
2
3
4