OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS2Table
(Results
1 - 5
of
5
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
os2_table.cc
99
* class
OS2Table
101
OS2Table
::~
OS2Table
() {}
103
int32_t
OS2Table
::TableVersion() {
107
int32_t
OS2Table
::XAvgCharWidth() {
111
int32_t
OS2Table
::UsWeightClass() {
115
int32_t
OS2Table
::UsWidthClass() {
119
int32_t
OS2Table
::FsType() {
123
int32_t
OS2Table
::YSubscriptXSize() {
127
int32_t
OS2Table
::YSubscriptYSize()
[
all
...]
os2_table.h
313
class
OS2Table
: public Table, public RefCounted<
OS2Table
> {
413
~
OS2Table
();
502
OS2Table
(Header* header, ReadableFontData* data);
504
typedef Ptr<
OS2Table
> OS2TablePtr;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp
89
struct
OS2Table
{
239
if (dataLength < tableOffset + sizeof(
OS2Table
))
243
const
OS2Table
* OS2 = reinterpret_cast<const
OS2Table
*>(data + tableOffset);
/external/sfntly/cpp/src/sfntly/table/
table.cc
106
OS2Table
::Builder::CreateBuilder(header, table_data));
/external/sfntly/cpp/src/test/
verify_os2.cc
58
OS2TablePtr os2 = down_cast<
OS2Table
*>(table);
Completed in 73 milliseconds