OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_locations
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/freetype/src/truetype/
ttpload.c
98
face->
num_locations
= table_len >> shift;
110
face->
num_locations
= table_len >> shift;
113
if ( face->
num_locations
!= (FT_ULong)face->root.num_glyphs + 1 )
116
face->
num_locations
- 1, face->root.num_glyphs ));
119
if ( face->
num_locations
<= (FT_ULong)face->root.num_glyphs )
149
face->
num_locations
= face->root.num_glyphs + 1;
152
FT_TRACE2(( "adjusting
num_locations
to %d\n",
153
face->
num_locations
));
184
if ( gindex < face->
num_locations
)
189
p_limit = face->glyph_locations + face->
num_locations
* 4
[
all
...]
ttobjs.c
446
for( i = 0; i < face->
num_locations
; i++ )
[
all
...]
/external/freetype/src/truetype/
ttpload.c
98
face->
num_locations
= table_len >> shift;
110
face->
num_locations
= table_len >> shift;
113
if ( face->
num_locations
!= (FT_ULong)face->root.num_glyphs + 1 )
116
face->
num_locations
- 1, face->root.num_glyphs ));
119
if ( face->
num_locations
<= (FT_ULong)face->root.num_glyphs )
149
face->
num_locations
= face->root.num_glyphs + 1;
152
FT_TRACE2(( "adjusting
num_locations
to %d\n",
153
face->
num_locations
));
184
if ( gindex < face->
num_locations
)
189
p_limit = face->glyph_locations + face->
num_locations
* 4
[
all
...]
ttobjs.c
446
for( i = 0; i < face->
num_locations
; i++ )
[
all
...]
/hardware/libhardware/include/hardware/
fused_location.h
161
*
num_locations
is the number of batched locations available.
164
typedef void (*flp_location_callback)(int32_t
num_locations
, FlpLocation** location);
/external/chromium_org/gpu/command_buffer/service/
program_manager.cc
1150
uint32
num_locations
= 0;
local
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h
1294
FT_ULong
num_locations
; \/* in broken TTF, gid > 0xFFFF *\/
member in struct:TT_FaceRec_
[
all
...]
/external/freetype/include/freetype/internal/
tttypes.h
1294
FT_ULong
num_locations
; \/* in broken TTF, gid > 0xFFFF *\/
member in struct:TT_FaceRec_
[
all
...]
/external/chromium_org/third_party/freetype/src/base/
ftobjs.c
668
/* the check for `
num_locations
' assures that we actually */
673
ttface->
num_locations
&&
[
all
...]
/external/freetype/src/base/
ftobjs.c
668
/* the check for `
num_locations
' assures that we actually */
673
ttface->
num_locations
&&
[
all
...]
Completed in 699 milliseconds