OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:table_end
(Results
1 - 11
of
11
) sorted by null
/external/freetype/src/sfnt/
ttmtx.c
214
FT_ULong table_pos, table_size,
table_end
;
local
234
table_end
= table_pos + table_size;
243
if ( table_pos + 4 >
table_end
)
254
if ( table_pos + 4 >
table_end
)
262
if ( table_pos + 2 >
table_end
)
ttbdf.c
54
bdf->
table_end
= NULL;
81
bdf->
table_end
= bdf->table + length;
/external/pdfium/third_party/freetype/src/sfnt/
ttmtx.c
214
FT_ULong table_pos, table_size,
table_end
;
local
234
table_end
= table_pos + table_size;
243
if ( table_pos + 4 >
table_end
)
254
if ( table_pos + 4 >
table_end
)
262
if ( table_pos + 2 >
table_end
)
ttbdf.c
54
bdf->
table_end
= NULL;
81
bdf->
table_end
= bdf->table + length;
/external/sfntly/cpp/src/sfntly/
font.cc
175
for (TableMap::iterator table = tables_.begin(),
table_end
= tables_.end();
176
table !=
table_end
; ++table) {
188
table_end
= tables_in_font.end();
189
table !=
table_end
; ++table) {
529
table_end
= headers->end();
530
table_header !=
table_end
;
546
table_end
= headers->end();
547
table_header !=
table_end
;
/cts/tools/dasm/src/java_cup/
Main.java
120
protected static long
table_end
= 0;
field in class:Main
559
table_end
= System.currentTimeMillis();
699
if (
table_end
!= 0 && machine_end != 0)
701
+ timestr(
table_end
-machine_end, total_time));
702
if (reduce_check_end != 0 &&
table_end
!= 0)
704
+ timestr(reduce_check_end-
table_end
, total_time));
/external/freetype/include/internal/
tttypes.h
889
FT_Byte*
table_end
;
member in struct:TT_BDFRec_
[
all
...]
/external/pdfium/third_party/freetype/include/internal/
tttypes.h
891
FT_Byte*
table_end
;
member in struct:TT_BDFRec_
[
all
...]
/cts/tools/dasm/etc/
java_cup.jar
java_cup.jar.old
java_cup-new.jar
Completed in 373 milliseconds