OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BigGlyphMetrics
(Results
1 - 17
of
17
) sorted by null
/external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.cc
21
*
BigGlyphMetrics
class
23
BigGlyphMetrics
::
BigGlyphMetrics
(ReadableFontData* data)
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
::HoriAdvance()
[
all
...]
big_glyph_metrics.h
24
class
BigGlyphMetrics
: public GlyphMetrics,
25
public RefCounted<
BigGlyphMetrics
> {
79
explicit
BigGlyphMetrics
(ReadableFontData* data);
80
virtual ~
BigGlyphMetrics
();
91
typedef Ptr<
BigGlyphMetrics
> BigGlyphMetricsPtr;
92
typedef Ptr<
BigGlyphMetrics
::Builder> BigGlyphMetricsBuilderPtr;
index_sub_table_format2.cc
32
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());
index_sub_table_format2.h
58
BigGlyphMetrics
::Builder* BigMetrics();
89
CALLER_ATTACH
BigGlyphMetrics
* BigMetrics();
index_sub_table_format5.cc
62
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);
index_sub_table_format5.h
57
BigGlyphMetrics
::Builder* BigMetrics();
100
CALLER_ATTACH
BigGlyphMetrics
* BigMetrics();
eblc_table.h
95
BigGlyphMetrics
::Offset::kMetricsLength,
/external/skia/src/sfnt/
SkOTTable_EBDT.h
28
struct
BigGlyphMetrics
{
76
BigGlyphMetrics
bigGlyphMetrics
;
82
BigGlyphMetrics
bigGlyphMetrics
;
100
BigGlyphMetrics
bigMetrics; // Metrics information for the glyph
SkOTTable_EBLC.h
108
SkOTTableEmbeddedBitmapData::
BigGlyphMetrics
bigMetrics; // all glyphs have the same metrics; glyph data may be compressed, byte-aligned, or bit-aligned
132
SkOTTableEmbeddedBitmapData::
BigGlyphMetrics
bigMetrics; //all glyphs have the same metrics
/external/skqp/src/sfnt/
SkOTTable_EBDT.h
28
struct
BigGlyphMetrics
{
76
BigGlyphMetrics
bigGlyphMetrics
;
82
BigGlyphMetrics
bigGlyphMetrics
;
100
BigGlyphMetrics
bigMetrics; // Metrics information for the glyph
SkOTTable_EBLC.h
108
SkOTTableEmbeddedBitmapData::
BigGlyphMetrics
bigMetrics; // all glyphs have the same metrics; glyph data may be compressed, byte-aligned, or bit-aligned
132
SkOTTableEmbeddedBitmapData::
BigGlyphMetrics
bigMetrics; //all glyphs have the same metrics
/external/fonttools/Lib/fontTools/ttLib/tables/
C_B_D_T_.py
10
from .BitmapGlyphMetrics import
BigGlyphMetrics
, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
60
self.metrics =
BigGlyphMetrics
()
BitmapGlyphMetrics.py
57
class
BigGlyphMetrics
(BitmapGlyphMetrics):
E_B_D_T_.py
5
from .BitmapGlyphMetrics import
BigGlyphMetrics
, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
465
metricStrings = [
BigGlyphMetrics
.__name__, SmallGlyphMetrics.__name__]
490
BitmapPlusBigMetricsMixin = _createBitmapPlusMetricsMixin(
BigGlyphMetrics
)
643
self.metrics =
BigGlyphMetrics
()
655
self.metrics =
BigGlyphMetrics
()
732
self.metrics =
BigGlyphMetrics
()
E_B_L_C_.py
6
from .BitmapGlyphMetrics import
BigGlyphMetrics
, bigGlyphMetricsFormat, SmallGlyphMetrics, smallGlyphMetricsFormat
509
elif name ==
BigGlyphMetrics
.__name__:
510
self.metrics =
BigGlyphMetrics
()
529
self.metrics =
BigGlyphMetrics
()
598
self.metrics, data = sstruct.unpack2(bigGlyphMetricsFormat, data,
BigGlyphMetrics
())
/external/harfbuzz_ng/src/
hb-ot-color-cbdt-table.hh
71
struct
BigGlyphMetrics
: SmallGlyphMetrics
318
BigGlyphMetrics
glyphMetrics;
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
416
void CopyBigGlyphMetrics(
BigGlyphMetrics
::Builder* source,
417
BigGlyphMetrics
::Builder* target) {
Completed in 633 milliseconds