OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:table
(Results
551 - 575
of
2297
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/
ebt_among.h
31
int
table
[257];
member in struct:ebt_mac_wormhash
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter_bridge/
ebt_among.h
31
int
table
[257];
member in struct:ebt_mac_wormhash
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font.cc
33
#include "sfntly/
table
/core/font_header_table.h"
34
#include "sfntly/
table
/core/horizontal_device_metrics_table.h"
35
#include "sfntly/
table
/core/horizontal_header_table.h"
36
#include "sfntly/
table
/core/horizontal_metrics_table.h"
37
#include "sfntly/
table
/core/maximum_profile_table.h"
38
#include "sfntly/
table
/truetype/loca_table.h"
57
Table
* Font::GetTable(int32_t tag) {
102
TablePtr
table
= tables_[*tag];
local
103
if (
table
!= NULL) {
105
new Header(*tag,
table
->CalculatedChecksum(), table_offset
376
TablePtr
table
;
local
496
HeaderPtr
table
= new Header(tag, checksum, offset, length);
local
519
HeaderPtr
table
= new Header(tag, checksum, offset, length);
local
[
all
...]