Searched refs:BigGlyphMetrics (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data) function in class:sfntly::BigGlyphMetrics
27 BigGlyphMetrics::~BigGlyphMetrics() {
30 int32_t BigGlyphMetrics::Height() {
34 int32_t BigGlyphMetrics::Width() {
38 int32_t BigGlyphMetrics::HoriBearingX() {
42 int32_t BigGlyphMetrics::HoriBearingY() {
46 int32_t BigGlyphMetrics
[all...]
H A Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics, class in namespace:sfntly
25 public RefCounted<BigGlyphMetrics> {
79 explicit BigGlyphMetrics(ReadableFontData* data);
80 virtual ~BigGlyphMetrics();
91 typedef Ptr<BigGlyphMetrics> BigGlyphMetricsPtr;
92 typedef Ptr<BigGlyphMetrics::Builder> BigGlyphMetricsBuilderPtr;
H A Dindex_sub_table_format2.cc32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() {
36 BigGlyphMetrics::Offset::kMetricsLength)));
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() {
116 BigGlyphMetrics::Offset::kMetricsLength)));
117 metrics_ = new BigGlyphMetrics::Builder(data);
214 metrics_.Attach(BigGlyphMetrics::Builder::CreateBuilder());
H A Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() {
66 BigGlyphMetrics::Offset::kMetricsLength)));
67 BigGlyphMetricsPtr output = new BigGlyphMetrics(data);
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() {
241 BigGlyphMetrics::Offset::kMetricsLength)));
242 metrics_ = new BigGlyphMetrics::Builder(data);
H A Dindex_sub_table_format2.h58 BigGlyphMetrics::Builder* BigMetrics();
89 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Dindex_sub_table_format5.h57 BigGlyphMetrics::Builder* BigMetrics();
100 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Deblc_table.h95 BigGlyphMetrics::Offset::kMetricsLength,
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc21 * BigGlyphMetrics class
23 BigGlyphMetrics::BigGlyphMetrics(ReadableFontData* data) function in class:sfntly::BigGlyphMetrics
27 BigGlyphMetrics::~BigGlyphMetrics() {
30 int32_t BigGlyphMetrics::Height() {
34 int32_t BigGlyphMetrics::Width() {
38 int32_t BigGlyphMetrics::HoriBearingX() {
42 int32_t BigGlyphMetrics::HoriBearingY() {
46 int32_t BigGlyphMetrics
[all...]
H A Dbig_glyph_metrics.h24 class BigGlyphMetrics : public GlyphMetrics, class in namespace:sfntly
25 public RefCounted<BigGlyphMetrics> {
79 explicit BigGlyphMetrics(ReadableFontData* data);
80 virtual ~BigGlyphMetrics();
91 typedef Ptr<BigGlyphMetrics> BigGlyphMetricsPtr;
92 typedef Ptr<BigGlyphMetrics::Builder> BigGlyphMetricsBuilderPtr;
H A Dindex_sub_table_format2.cc32 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat2::BigMetrics() {
36 BigGlyphMetrics::Offset::kMetricsLength)));
37 BigGlyphMetricsPtr output = new BigGlyphMetrics(slice);
111 BigGlyphMetrics::Builder* IndexSubTableFormat2::Builder::BigMetrics() {
116 BigGlyphMetrics::Offset::kMetricsLength)));
117 metrics_ = new BigGlyphMetrics::Builder(data);
214 metrics_.Attach(BigGlyphMetrics::Builder::CreateBuilder());
H A Dindex_sub_table_format5.cc62 CALLER_ATTACH BigGlyphMetrics* IndexSubTableFormat5::BigMetrics() {
66 BigGlyphMetrics::Offset::kMetricsLength)));
67 BigGlyphMetricsPtr output = new BigGlyphMetrics(data);
236 BigGlyphMetrics::Builder* IndexSubTableFormat5::Builder::BigMetrics() {
241 BigGlyphMetrics::Offset::kMetricsLength)));
242 metrics_ = new BigGlyphMetrics::Builder(data);
H A Dindex_sub_table_format2.h58 BigGlyphMetrics::Builder* BigMetrics();
89 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Dindex_sub_table_format5.h57 BigGlyphMetrics::Builder* BigMetrics();
100 CALLER_ATTACH BigGlyphMetrics* BigMetrics();
H A Deblc_table.h95 BigGlyphMetrics::Offset::kMetricsLength,
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc377 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source,
378 BigGlyphMetrics::Builder* target) {
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc377 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source,
378 BigGlyphMetrics::Builder* target) {

Completed in 143 milliseconds