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:SmallGlyphMetrics
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
small_glyph_metrics.cc
21
*
SmallGlyphMetrics
class
23
SmallGlyphMetrics
::
SmallGlyphMetrics
(ReadableFontData* data)
in SmallGlyphMetrics()
function in sfntly::SmallGlyphMetrics
27
SmallGlyphMetrics
::~
SmallGlyphMetrics
() {
in ~SmallGlyphMetrics()
30
int32_t
SmallGlyphMetrics
::Height() {
in Height()
34
int32_t
SmallGlyphMetrics
::Width() {
in Width()
38
int32_t
SmallGlyphMetrics
::BearingX() {
in BearingX()
42
int32_t
SmallGlyphMetrics
::BearingY() {
in BearingY()
46
int32_t
SmallGlyphMetrics
[all...]
H
A
D
small_glyph_metrics.h
25
class
SmallGlyphMetrics
: public GlyphMetrics,
class
26
public RefCounted<
SmallGlyphMetrics
> {
66
explicit
SmallGlyphMetrics
(ReadableFontData* data);
67
virtual ~
SmallGlyphMetrics
();
75
typedef Ptr<
SmallGlyphMetrics
> SmallGlyphMetricsPtr;
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_EBDT.h
39
struct
SmallGlyphMetrics
{
struct
49
SmallGlyphMetrics
smallGlyphMetrics;
55
SmallGlyphMetrics
smallGlyphMetrics;
93
SmallGlyphMetrics
smallMetrics; // Metrics information for the glyph
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
SmallGlyphMetrics.java
25
public class
SmallGlyphMetrics
extends GlyphMetrics {
class
37
private
SmallGlyphMetrics
(ReadableFontData data) {
in SmallGlyphMetrics()
method in SmallGlyphMetrics
61
public static class Builder extends GlyphMetrics.Builder<
SmallGlyphMetrics
> {
122
protected
SmallGlyphMetrics
subBuildTable(ReadableFontData data) {
in subBuildTable()
123
return new
SmallGlyphMetrics
(data);
in subBuildTable()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-cbdt-table.hh
75
struct
SmallGlyphMetrics
struct
100
struct BigGlyphMetrics :
SmallGlyphMetrics
699
SmallGlyphMetrics
glyphMetrics;
Completed in 4 milliseconds