OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eblc_table
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
26
#include "sfntly/table/bitmap/
eblc_table
.h"
570
EblcTablePtr
eblc_table
= down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
local
571
bool use_ebdt = (ebdt_table != NULL &&
eblc_table
!= NULL);
574
eblc_table
= down_cast<EblcTable*>(font->GetTable(Tag::bloc));
575
if (ebdt_table == NULL ||
eblc_table
== NULL) {
581
if (ebdt_table->DataLength() +
eblc_table
->DataLength() <
592
eblc_table
->ReadFontData()));
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
26
#include "sfntly/table/bitmap/
eblc_table
.h"
570
EblcTablePtr
eblc_table
= down_cast<EblcTable*>(font->GetTable(Tag::EBLC));
local
571
bool use_ebdt = (ebdt_table != NULL &&
eblc_table
!= NULL);
574
eblc_table
= down_cast<EblcTable*>(font->GetTable(Tag::bloc));
575
if (ebdt_table == NULL ||
eblc_table
== NULL) {
581
if (ebdt_table->DataLength() +
eblc_table
->DataLength() <
592
eblc_table
->ReadFontData()));
/external/chromium_org/third_party/sfntly/
sfntly.target.darwin-arm.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
sfntly.target.darwin-mips.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
sfntly.target.darwin-x86.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
sfntly.target.linux-arm.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
sfntly.target.linux-mips.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
sfntly.target.linux-x86.mk
47
third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
/external/sfntly/
Android.mk
39
cpp/src/sfntly/table/bitmap/
eblc_table
.cc \
Completed in 822 milliseconds