Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:BigGlyphMetrics
(Results
1 - 15
of
15
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
big_glyph_metrics.cc
21
*
BigGlyphMetrics
class
23
BigGlyphMetrics
::
BigGlyphMetrics
(ReadableFontData* data)
in BigGlyphMetrics()
function in sfntly::BigGlyphMetrics
27
BigGlyphMetrics
::~
BigGlyphMetrics
() {
in ~BigGlyphMetrics()
30
int32_t
BigGlyphMetrics
::Height() {
in Height()
34
int32_t
BigGlyphMetrics
::Width() {
in Width()
38
int32_t
BigGlyphMetrics
::HoriBearingX() {
in HoriBearingX()
42
int32_t
BigGlyphMetrics
::HoriBearingY() {
in HoriBearingY()
46
int32_t
BigGlyphMetrics
[all...]
H
A
D
big_glyph_metrics.h
24
class
BigGlyphMetrics
: public GlyphMetrics,
class
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
D
index_sub_table_format2.cc
32
CALLER_ATTACH
BigGlyphMetrics
* IndexSubTableFormat2::BigMetrics() {
in BigMetrics()
36
BigGlyphMetrics
::Offset::kMetricsLength)));
in BigMetrics()
37
BigGlyphMetricsPtr output = new
BigGlyphMetrics
(slice);
in BigMetrics()
111
BigGlyphMetrics
::Builder* IndexSubTableFormat2::Builder::BigMetrics() {
in BigMetrics()
116
BigGlyphMetrics
::Offset::kMetricsLength)));
in BigMetrics()
117
metrics_ = new
BigGlyphMetrics
::Builder(data);
in BigMetrics()
214
metrics_.Attach(
BigGlyphMetrics
::Builder::CreateBuilder());
in Builder()
H
A
D
index_sub_table_format5.cc
62
CALLER_ATTACH
BigGlyphMetrics
* IndexSubTableFormat5::BigMetrics() {
in BigMetrics()
66
BigGlyphMetrics
::Offset::kMetricsLength)));
in BigMetrics()
67
BigGlyphMetricsPtr output = new
BigGlyphMetrics
(data);
in BigMetrics()
236
BigGlyphMetrics
::Builder* IndexSubTableFormat5::Builder::BigMetrics() {
in BigMetrics()
241
BigGlyphMetrics
::Offset::kMetricsLength)));
in BigMetrics()
242
metrics_ = new
BigGlyphMetrics
::Builder(data);
in BigMetrics()
H
A
D
index_sub_table_format2.h
58
BigGlyphMetrics
::Builder* BigMetrics();
89
CALLER_ATTACH
BigGlyphMetrics
* BigMetrics();
H
A
D
index_sub_table_format5.h
57
BigGlyphMetrics
::Builder* BigMetrics();
100
CALLER_ATTACH
BigGlyphMetrics
* BigMetrics();
H
A
D
eblc_table.h
95
BigGlyphMetrics
::Offset::kMetricsLength,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
IndexSubTableFormat2.java
44
public
BigGlyphMetrics
bigMetrics() {
in bigMetrics()
45
return new
BigGlyphMetrics
(this.data.slice(Offset.indexSubTable2_bigGlyphMetrics.offset,
in bigMetrics()
46
BigGlyphMetrics
.Offset.metricsLength.offset));
in bigMetrics()
68
private
BigGlyphMetrics
.Builder metrics;
93
this.metrics =
BigGlyphMetrics
.Builder.createBuilder();
in Builder()
129
public
BigGlyphMetrics
.Builder bigMetrics() {
in bigMetrics()
133
BigGlyphMetrics
.Offset.metricsLength.offset);
in bigMetrics()
134
this.metrics = new
BigGlyphMetrics
.Builder(data);
in bigMetrics()
H
A
D
BigGlyphMetrics.java
25
public class
BigGlyphMetrics
extends GlyphMetrics {
class
49
BigGlyphMetrics
(ReadableFontData data) {
in BigGlyphMetrics()
method in BigGlyphMetrics
85
public static class Builder extends GlyphMetrics.Builder<
BigGlyphMetrics
> {
175
protected
BigGlyphMetrics
subBuildTable(ReadableFontData data) {
in subBuildTable()
176
return new
BigGlyphMetrics
(data);
in subBuildTable()
H
A
D
IndexSubTableFormat5.java
53
public
BigGlyphMetrics
bigMetrics() {
in bigMetrics()
54
return new
BigGlyphMetrics
(this.data.slice(
in bigMetrics()
55
Offset.indexSubTable5_bigGlyphMetrics.offset,
BigGlyphMetrics
.Offset.metricsLength.offset));
in bigMetrics()
83
private
BigGlyphMetrics
.Builder metrics;
109
this.metrics =
BigGlyphMetrics
.Builder.createBuilder();
in Builder()
128
public
BigGlyphMetrics
.Builder bigMetrics() {
in bigMetrics()
132
BigGlyphMetrics
.Offset.metricsLength.offset);
in bigMetrics()
133
this.metrics = new
BigGlyphMetrics
.Builder(data);
in bigMetrics()
H
A
D
EblcTable.java
101
+
BigGlyphMetrics
.Offset.metricsLength.offset),
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBDT.h
28
struct
BigGlyphMetrics
{
struct
76
BigGlyphMetrics
bigGlyphMetrics;
82
BigGlyphMetrics
bigGlyphMetrics;
100
BigGlyphMetrics
bigMetrics; // Metrics information for the glyph
H
A
D
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
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-cbdt-table.hh
100
struct
BigGlyphMetrics
: SmallGlyphMetrics
struct
707
BigGlyphMetrics
glyphMetrics;
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H
A
D
subsetter_impl.cc
386
void CopyBigGlyphMetrics(
BigGlyphMetrics
::Builder* source,
in CopyBigGlyphMetrics()
387
BigGlyphMetrics
::Builder* target) {
in CopyBigGlyphMetrics()
Completed in 9 milliseconds